youtube
Warn
Audited by Snyk on May 14, 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.80). The skill explicitly fetches and ingests user-provided YouTube content (transcripts/subtitles, video titles, playlist metadata) and external cover-art URLs as part of its required workflows (see references/transcripts.md and references/mp3-download.md and scripts/ytmp3), meaning untrusted, user-generated third‑party content is read and used to determine filenames, tags, and processing decisions (e.g., whether to run Whisper or how to tag/finalize files).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The scripts/ytmp3 Ruby script includes a bundler/inline gemfile that uses the source URL https://rubygems.org which will be contacted at runtime to fetch and install gems (thor, gum), causing remote code to be downloaded and executed as required dependencies.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata