youtube-to-blog-post
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as it ingests untrusted data from external sources to generate content.
- Ingestion points: Data is retrieved from YouTube transcripts and web pages via
get_youtube_transcriptandscrape_pagecapabilities and stored in.dumplingai/JSON files. - Boundary markers: The
rules/safety.mdfile contains explicit instructions to treat transcript text as untrusted and to ignore any instructions embedded within it or scraped pages. - Capability inventory: The skill utilizes the author's
dumplingaiCLI tool to run specific capabilities and standard utilities likeheadandrgfor local file processing. - Sanitization: No programmatic sanitization or filtering is specified; the mitigation relies on agent-level behavioral constraints provided in the safety rules.
Audit Metadata