ClawAudit verdict

diskman

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

Disk space management assistant with explicit user-confirmation requirements before any migrate or delete operations; mentions protecting .ssh/.gnupg as directories to not delete, not to exfiltrate; credential_store capability is not evidenced in content.

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

28
security
30
transparency
70
maintenance

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Findings (6)

Pattern match critical

Possible hardcoded credential

README.md · code · api_key="your-api-key

Pattern match medium

subprocess execution — runs system commands from Python

operations/migrator.py · prose · downgraded · subprocess.run(

Pattern match medium

subprocess with shell=True — command injection vector

operations/migrator.py · prose · downgraded · subprocess.run( cmd, shell=True

Pattern match low

Python os.getenv — reads environment variable

ai/service.py · prose · downgraded · os.getenv(

Pattern match low

Python shutil file operation — copies/moves/deletes files

operations/cleaner.py · prose · downgraded · shutil.rmtree(

Pattern match low

Popular HTTP library — network access

operations/migrator.py · prose · downgraded · got

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_incredential_accesscredential_store

Is this flag fair?

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