Caveat verdict
command-guardian
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.
Findings (7)
Pipe to python — executes piped content as Python code
SKILL.md · code · | python
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
SKILL.md · prose · downgraded · curl | sh
Pipe to sh — executes piped content as shell commands
SKILL.md · prose · downgraded · | sh
Pipe-to-shell pattern (wget | sh)
references/tool-patterns.md · prose · downgraded · wget | bash
Pipe to bash — executes piped content as shell commands
references/tool-patterns.md · prose · downgraded · | bash
References sudo — requests elevated privileges
scripts/guardlib.py · prose · downgraded · sudo
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?
Thanks — recorded.