Caveat verdict

command-guardian

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

A preflight safety guard that analyzes shell commands for risk before execution using a local Python script; its explicit purpose is to prevent dangerous command execution, not enable it.

⚠ 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
90
transparency
70
maintenance

Findings (7)

Pattern match critical

Pipe to python — executes piped content as Python code

SKILL.md · code · | python

Pattern match high

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

SKILL.md · prose · downgraded · curl | sh

Pattern match high

Pipe to sh — executes piped content as shell commands

SKILL.md · prose · downgraded · | sh

Pattern match high

Pipe-to-shell pattern (wget | sh)

references/tool-patterns.md · prose · downgraded · wget | bash

Pattern match high

Pipe to bash — executes piped content as shell commands

references/tool-patterns.md · prose · downgraded · | bash

Pattern match medium

References sudo — requests elevated privileges

scripts/guardlib.py · prose · downgraded · sudo

Pattern match medium

subprocess execution — runs system commands from Python

scripts/guardlib.py · prose · downgraded · subprocess.check_output(

Why the tier is capped

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

Is this flag fair?

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