ClawAudit verdict
safe-shell
A read-only shell command enforcer that explicitly enumerates allowed read-only commands (ls, cat, ps, netstat, etc.) and blocks all write/delete/execute operations; the restrictive allowlist matches the stated safe monitoring purpose.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Findings (6)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
SKILL.md · prose · downgraded · curl \| sh
Pipe-to-shell pattern (wget | sh)
SKILL.md · prose · downgraded · wget \| bash
Pipe to bash — executes piped content as shell commands
SKILL.md · prose · downgraded · | bash
Pipe to sh — executes piped content as shell commands
SKILL.md · prose · downgraded · | sh
Pipe to python — executes piped content as Python code
safe-shell.js · prose · downgraded · |python
References sudo — requests elevated privileges
SKILL.md · prose · downgraded · sudo
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/E). 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_in Is this flag fair?
Thanks — recorded.