ClawAudit verdict

skill_guard

skill-guard-waai

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

Security scanner defining risk pattern categories with Python scanning utilities; the risk patterns are detection logic documentation not malicious code.

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

15
security
90
transparency
70
maintenance

Findings (8)

Pattern match high

Uses eval() — can execute arbitrary code

skill_guard.py · prose · downgraded · eval(

Pattern match high

Accesses sensitive system files

skill_guard.py · prose · downgraded · /etc/passwd

Pattern match medium

Uses exec() — may execute shell commands

skill_guard.py · prose · downgraded · exec(

Pattern match medium

Accesses shell history/config

skill_guard.py · prose · downgraded · ~/.bash_history

Pattern match medium

References sudo — requests elevated privileges

skill_guard.py · prose · downgraded · sudo

Pattern match medium

setuid — privilege escalation mechanism

skill_guard.py · prose · downgraded · setuid

Pattern match low

Opens WebSocket connection

skill_guard.py · prose · downgraded · websocket

Pattern match low

Sets world-executable permissions

skill_guard.py · prose · downgraded · chmod 777

Permissions & capabilities

Requires 1 system binary.

Is this flag fair?

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