Caveat verdict
tool-governance
Tool safety governance skill providing retry limiting, denial circuit-breaking, and destructive-operation checkpoint patterns; all operations are local JSON state tracking with no external data transmission.
⚠ 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 (9)
Recursive delete from root or home — destructive command
references/graduated-permissions.md · code · rm -rf /
Pipe to sh — executes piped content as shell commands
SKILL.md · code · |sh
Accesses sensitive system files
references/tool-input-guard.md · code · /etc/passwd
References sudo — requests elevated privileges
references/graduated-permissions.md · code · sudo
Pipe to bash — executes piped content as shell commands
references/checkpoint-rollback.md · prose · downgraded · | Bash
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
references/tool-input-guard.md · prose · downgraded · curl | sh
apt-get install — installs system packages
SKILL.md · prose · downgraded · apt-get install
Sets world-executable permissions
references/graduated-permissions.md · code · chmod 777
subprocess execution — runs system commands from Python
tests/test_checkpoint.py · prose · downgraded · subprocess.run(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/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.