ugc-ads
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill fetches content from external, untrusted URLs to generate video scripts and prompts, creating a vulnerability to indirect prompt injection where malicious web content could influence the agent's behavior.
- Ingestion points: Untrusted data enters the agent context through the
WebFetchandcapture_websitetools, which retrieve text and screenshots from the user-suppliedurlparameter. - Boundary markers: The instructions lack explicit delimiters or clear "ignore embedded instructions" warnings for the fetched data, though they do use a
claims_allowlistto try and ground the model in specific facts. - Capability inventory: The skill has access to powerful generative tools including
generate_reference_video,edit_text_overlay, andadd_captions, which could be manipulated by injected instructions. - Sanitization: The skill implements a robust "Post-flight quality gate" using
analyze_mediato perform OCR on the final video and verify that no unauthorized or garbled claims were introduced during the generation process.
Audit Metadata