youtube-summarizer
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION] (LOW): The skill is vulnerable to indirect prompt injection as it ingests and processes untrusted YouTube transcripts.
- Ingestion points: Untrusted transcript text enters the agent context through
scripts/extract-transcript.py. - Boundary markers: There are no visible delimiters or safety instructions in the provided scripts to prevent the LLM from obeying instructions embedded in the transcripts.
- Capability inventory: The
extract-transcript.pyscript utilizes theyoutube-transcript-apifor network data retrieval. - Sanitization: No text sanitization or filtering is performed on the extracted transcripts.
- [EXTERNAL_DOWNLOADS] (LOW): The skill installs a required third-party Python package from an external registry.
- Evidence:
scripts/install-dependencies.shuses pip to installyoutube-transcript-api. - Context: The package is well-known and essential for the skill's primary function, but represents a standard external dependency risk.
Audit Metadata