youtube-caption
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes the
yutucommand-line utility to perform caption management tasks on YouTube. Operations such asyutu caption list,yutu caption download, andyutu caption deleteare defined with their respective flags across the skill's reference documentation. - [EXTERNAL_DOWNLOADS]: Setup instructions in
references/setup.mddirect users to install theyututool from authoritative sources including the author's npm package (@eat-pray-ai/yutu) and GitHub repository (github.com/eat-pray-ai/yutu). - [PROMPT_INJECTION]: The skill maintains an attack surface for indirect prompt injection because it ingests external caption data from YouTube videos. 1. Ingestion points:
yutu caption listandyutu caption download(references/caption-list.md, references/caption-download.md). 2. Boundary markers: The prompt instructions do not specify delimiters or warnings to ignore embedded instructions in the caption content. 3. Capability inventory: The agent can perform file system writes (download), caption deletion (delete), and metadata updates (update). 4. Sanitization: No sanitization of retrieved caption data is defined in the documentation.
Audit Metadata