Caveat verdict

opencli-rs

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

A Rust CLI tool for browser automation and external CLI integration; the install script uses a standard curl|sh pattern from the official GitHub repo, and all functionality (web scraping, desktop app control) matches the stated automation purpose.

⚠ 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
80
maintenance

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Performs file operations but does not declare file-accessing binaries

file_read+write

Findings (5)

Pattern match critical

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

SKILL.md · code · curl -fsSL https://raw.githubusercontent.com/nashsu/opencli-rs/main/scripts/inst

Pattern match critical

Pipe to sh — executes piped content as shell commands

SKILL.md · code · | sh

Pattern match critical

Recursive delete from root or home — destructive command

SKILL.md · code · rm -rf ~

Pattern match high

References sudo — requests elevated privileges

SKILL.md · code · sudo

Pattern match high

Accesses shell history/config

SKILL.md · code · ~/.zshrc

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/B). 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.

network_outfile_write

Is this flag fair?

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