ClawAudit verdict

desktop-music-launcher

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

Music player control skill that explicitly states it will not read credentials, bypass paywalls, or scan unrelated directories; executionSinkDetected is expected for AppleScript-based player control commands.

⚠ 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
100
transparency
90
maintenance

Findings (6)

Pattern match critical

Possible hardcoded credential

examples/usage-example.md · code · TOKEN="<你的 access token>

Pattern match high

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

SKILL.md · prose · downgraded · curl | bash

Pattern match high

Pipe to bash — executes piped content as shell commands

SKILL.md · prose · downgraded · | bash

Pattern match medium

subprocess execution — runs system commands from Python

scripts/music_skill.py · prose · downgraded · subprocess.run(

Pattern match low

Python urllib.request — network access

scripts/music_skill.py · prose · downgraded · urllib.request

Pattern match low

Python os.environ.get — reads environment variable

scripts/music_skill.py · prose · downgraded · os.environ.get(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/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.

Is this flag fair?

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