youtube
Warn
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
sudo apt installfor dependency management on Linux systems, which involves elevated system privileges. - [COMMAND_EXECUTION]: Shell commands and Python scripts are constructed using variable interpolation of external data (e.g.,
$VTT_FILEand$VIDEO_TITLE). While partial sanitization and quoting are applied, this pattern remains sensitive to specifically crafted filenames or video metadata. - [EXTERNAL_DOWNLOADS]: The skill fetches and installs
yt-dlpandopenai-whisperfrom public package registries. - [PROMPT_INJECTION]: The skill has an indirect prompt injection surface as it processes untrusted YouTube transcripts. Ingestion points: Content is retrieved via
yt-dlp. Boundary markers: Absent; transcript text is processed without specific delimiters. Capability inventory: Access toBash,Read, andWritetools. Sanitization: Basic HTML cleaning and deduplication are performed during post-processing.
Audit Metadata