youtube-video-analyst
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a Python script (
scripts/fetch_transcript.py) to retrieve YouTube transcripts. This is a legitimate function of the skill and the script is provided within the skill package. - [EXTERNAL_DOWNLOADS]: The skill requires the
youtube-transcript-apiPython package, which is a standard library for fetching transcripts. This is a common and safe dependency for this use case. - [INDIRECT_PROMPT_INJECTION]: The skill processes external data (YouTube transcripts). There is a theoretical risk of instructions hidden in transcripts, but the skill includes a structured analysis framework that treats the transcript as data to be analyzed rather than instructions to follow, which mitigates the risk. Findings for this category are maintained at the lowest severity level per guidelines.
Audit Metadata