Caveat verdict

zotero-cli

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

A CLI wrapper for the Zotero reference manager that searches and manages a local/user-owned Zotero library; all operations are on the user's own bibliographic data with no exfiltration.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
80
transparency
90
maintenance

Permission integrity

Performs file operations but does not declare file-accessing binaries

file_read

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (11)

Pattern match critical

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

INSTALL.md · code · curl https://pyenv.run | bash

Pattern match critical

Pipe to bash — executes piped content as shell commands

INSTALL.md · code · | bash

Pattern match critical

Recursive delete from root or home — destructive command

INSTALL.md · code · rm -rf ~

Pattern match high

References sudo — requests elevated privileges

SKILL.md · code · sudo

Pattern match high

Accesses shell history/config

INSTALL.md · code · ~/.zshrc

Pattern match high

yum install — installs system packages

INSTALL.md · code · yum install

Pattern match high

apk add — installs Alpine packages

INSTALL.md · code · apk add

Pattern match medium

Downloads executables from external URLs

INSTALL.md · prose · downgraded · Download from https://

Pattern match medium

subprocess execution — runs system commands from Python

scripts/export_citations.py · prose · downgraded · subprocess.run(

Pattern match medium

Sets world-executable permissions

scripts/README.md · code · chmod 755

Pattern match low

pip3 install — installs Python packages at runtime

scripts/setup_and_check.sh · prose · downgraded · pip3 install

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/B/D/F). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions — minimal attack surface.

package_installfile_read

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API