music-downloader
Warn
Audited by Snyk on Jul 5, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). High: the workflow uses Playwright to fetch and render outsider-authored YouTube playlist pages at runtime (
tools/verify_youtube_playlists.cjs→page.goto(album.url)→page.evaluate()readsrow.innerText/document.body.innerTextand includes that rendered text in the LLM-relevant JSON outputs/notes).
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (medium risk: 0.60). The skill explicitly tells users to run PowerShell with "ExecutionPolicy Bypass" and to automate/inspect the user's real browser (cookies/Playwright), which instructs bypassing security mechanisms and accessing potentially sensitive local state even though it doesn't request sudo, modify system files, or create users.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata