mk-youtube-transcript-summarize
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The script
_utility__download_jq.shfetches thejqbinary from the officialjqlang/jqrepository on GitHub. This is a well-known service and the repository is the standard source for this utility. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface in
SKILL.md. It ingests untrusted YouTube transcripts and processes them using LLM-based strategies (standard,sectioned, andchunked). While it uses partitioned tasks for longer content, it lacks explicit sanitization or strict boundary markers for the raw transcript text, which could contain embedded malicious instructions. - Ingestion points: Transcripts are read from file paths provided to
summary.shand then processed by the agent. - Boundary markers: Missing; the prompts do not use specific delimiters or instructions to ignore embedded commands within the transcript body.
- Capability inventory: The skill uses the
Tasktool (for subagents),Readtool (to access transcript files), andWritetool (to save summaries). - Sanitization: None detected; the transcript content is directly interpolated into prompts for summarization.
Audit Metadata