ClawAudit verdict
skill-vetting
phenixstar-skill-vetting
Security vetting skill for ClawHub skills that downloads to /tmp and scans for red flags like eval/exec and base64-encoded strings; a defensive security tool matching its stated vetting purpose.
⚠ 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.
Permission integrity
network_out
Findings (17)
Uses eval() — can execute arbitrary code
references/patterns.md · code · eval(
Dynamic __import__('os') — Python OS command execution
references/patterns.md · code · __import__('os')
Recursive delete from root or home — destructive command
references/patterns.md · code · rm -rf /
Accesses sensitive system files
references/patterns.md · code · /etc/passwd
Prompt injection — tries to override agent instructions
references/patterns.md · code · Ignore all previous instructions
Uses exec() — may execute shell commands
references/patterns.md · code · exec(
Hex-encoded string — possible obfuscated payload
references/patterns.md · code · \x69\x6d\x70\x6f\x72\x74\x20\x6f\x73
Accesses .ssh directory
references/patterns.md · code · .ssh/
Possible prompt injection — attempts to redefine agent identity
references/patterns.md · code · You are now
Fake system prompt — attempts to inject instructions
references/patterns.md · code · system: You are
subprocess execution — runs system commands from Python
references/patterns.md · code · subprocess.run(
subprocess with shell=True — command injection vector
references/patterns.md · code · subprocess.run(f'ls {user_input}', shell=True
os.system/popen — direct OS command execution
references/patterns.md · code · os.system(
importlib.import_module — dynamic module loading
references/patterns.md · code · importlib.import_module(
Python shutil file operation — copies/moves/deletes files
references/patterns.md · code · shutil.rmtree(
POSTs data to external URL
references/patterns.md · code · .post('https://
Python os.getenv — reads environment variable
references/patterns.md · code · os.getenv(
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.
network_out Is this flag fair?
Thanks — recorded.