ClawAudit verdict
playlistgen
Accesses credentials AND makes external network calls
Local music library playlist generator that scans audio files, builds a SQLite database, and serves a local HTTP server; the sudo_priv pattern match was a false positive in the content and all capabilities serve the stated local media indexing purpose.
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.
What it does
These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
network_out
credential_access
package_install
Findings (8)
Pipe-to-python pattern — remote code execution risk
SKILL.md · code · curl -s http://localhost:5678/api/stats | python
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
References sudo — requests elevated privileges
SKILL.md · code · sudo
<script> tag in markdown — potential code injection
playlist_server.py · prose · downgraded · <script>
HTTP request to bare IP address — common in malicious payloads
SKILL.md · prose · downgraded · http://192.168.1.100
subprocess execution — runs system commands from Python
smart_indexer.py · prose · downgraded · subprocess.run(
Python os.environ.get — reads environment variable
playlist_server.py · prose · downgraded · os.environ.get(
Popular HTTP library — network access
smart_indexer.py · prose · downgraded · got
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/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.
package_installcredential_accessnetwork_outnetwork_in Thanks — recorded.