space-video-broll
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes several command-line tools to perform its tasks. The script
scripts/render.mjsuseschild_process.execFileSyncto callffmpegfor encoding image frames into an MP4 video. Additionally, the skill instructions inSKILL.mdandreferences/replica-and-qc.mdspecify the use ofnodeto run the rendering engine andyt-dlporffprobeto process external video references. - [EXTERNAL_DOWNLOADS]: The skill uses
yt-dlpto download external video content for style replication and analysis. It also utilizespuppeteer-coreto launch a headless browser instance for rendering HTML-based animations. These actions are standard for the skill's documented functionality. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data which could potentially harbor indirect injection attacks.
- Ingestion points: The agent ingests user-provided text scripts, video transcriptions, and external video metadata (
SKILL.md,references/replica-and-qc.md). - Boundary markers: The instructions do not define specific delimiters or "ignore previous instructions" guards when processing this content.
- Capability inventory: The agent has access to shell execution (
ffmpeg,yt-dlp,node), file system writes (mkdirSync), and web rendering (puppeteer). - Sanitization: There is no explicit sanitization or validation mentioned for the content interpolated into the HTML templates before rendering.
Audit Metadata