youtube-live-chat
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests untrusted live chat data from YouTube that may contain instructions designed to influence the agent's behavior.\n
- Ingestion points: External live chat data is retrieved from YouTube in
get_live_chat.pyusing theyt-dlplibrary.\n - Boundary markers: The output uses a simple
[author]: messageformat without structural delimiters or specific warnings to ignore instructions within the chat text.\n - Capability inventory: The script has the capability to write to the filesystem through the
--outputargument inget_live_chat.py.\n - Sanitization: There is no filtering or sanitization performed on the content of the chat messages before they are processed by the agent.\n- [EXTERNAL_DOWNLOADS]: Fetches live chat transcripts and metadata from YouTube's official servers using the
yt-dlppackage.
Audit Metadata