ClawAudit verdict

playlistgen

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

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.

0
security
20
transparency
70
maintenance

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.

Capability combination high

Accesses credentials AND makes external network calls — potential credential theft

LLM02 · ASI03

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Code accesses API keys/tokens but declares no environment variables

credential_access

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (8)

Pattern match critical

Pipe-to-python pattern — remote code execution risk

SKILL.md · code · curl -s http://localhost:5678/api/stats | python

Pattern match critical

Pipe to python — executes piped content as Python code

SKILL.md · code · | python3

Pattern match high

References sudo — requests elevated privileges

SKILL.md · code · sudo

Pattern match high

<script> tag in markdown — potential code injection

playlist_server.py · prose · downgraded · <script>

Pattern match medium

HTTP request to bare IP address — common in malicious payloads

SKILL.md · prose · downgraded · http://192.168.1.100

Pattern match medium

subprocess execution — runs system commands from Python

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

Pattern match low

Python os.environ.get — reads environment variable

playlist_server.py · prose · downgraded · os.environ.get(

Pattern match low

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API