burn-graphics
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill dynamically constructs and executes
ffmpegcommand lines by building complex filtergraphs. It uses shell utilities to manage video files and resolve positions based on user-provided JSON parameters. - [PROMPT_INJECTION]: An indirect injection surface is present because the skill ingests untrusted data from an
overlaysJSON structure and interpolates the values directly into a shell variable (FILTER) used byffmpeg. - Ingestion points: The
overlaysJSON input inSKILL.md. - Boundary markers: No explicit boundary markers or instructions are provided to delimit interpolated text strings within the shell command.
- Capability inventory: The skill uses
Bash(ffmpeg),Bash(ffprobe),Read, andWriteas specified in the frontmatter ofSKILL.md. - Sanitization: There is no evidence of sanitization, escaping, or validation logic for the user-supplied
textorpathfields before they are interpolated into the command string.
Audit Metadata