ClawAudit verdict

skill-vetter-2

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

This is an automated skill security audit tool that scans workspace/skills directory for dangerous code patterns, applies risk scoring, and generates markdown reports; it explicitly operates read-only and does not block installation, only reports.

⚠ 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.

3
security
60
transparency
70
maintenance

Findings (10)

Pattern match high

Uses eval() — can execute arbitrary code

SKILL.md · prose · downgraded · eval(

Pattern match high

Accesses sensitive system files

SKILL.md · prose · downgraded · /etc/passwd

Pattern match medium

Uses exec() — may execute shell commands

SKILL.md · prose · downgraded · exec(

Pattern match medium

References sudo — requests elevated privileges

SKILL.md · prose · downgraded · sudo

Pattern match medium

Accesses .ssh directory

SKILL.md · prose · downgraded · .ssh/

Pattern match medium

os.system/popen — direct OS command execution

README.md · prose · downgraded · os.system(

Pattern match medium

subprocess execution — runs system commands from Python

scan_skills.py · prose · downgraded · subprocess.run(

Pattern match low

Python urllib.request — network access

SKILL.md · prose · downgraded · urllib.request

Pattern match low

Python directory traversal

SKILL.md · code · os.walk(

Pattern match low

Changes file ownership

scan_skills.py · prose · downgraded · chown

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class 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.

dir_traversal

Is this flag fair?

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