justanothermusicclient-tauri-youtube-music
Warn
Audited by Snyk on Jun 20, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.65). The skill’s runtime workflow includes injecting/evaluating JavaScript in a WebView pointed at
https://music.youtube.com(outsider-authored web page content), viaWebviewWindow.getByLabel('youtube-music')andytMusicWindow.eval(...), which can cause arbitrary page text/DOM-derived strings to be ingested into the agent/LLM context.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The README instructs users to run a remote installer via curl that is piped to sh (curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh), which fetches and executes remote code during setup.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata