video-stitcher
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions describe building and executing
ffmpegshell commands dynamically using parameters provided in the input configuration, such asclips,output,bgm, andsubtitles.- [INDIRECT_PROMPT_INJECTION]: The skill is susceptible to indirect injection because it ingests untrusted external data that influences shell command generation. - Ingestion points: Parameters including
clips(URLs/paths),bgm,subtitles, andoutputspecified inSKILL.md. - Boundary markers: Absent. No delimiters or instructions are provided to the agent to treat these inputs as untrusted or to ignore embedded control characters.
- Capability inventory: Execution of
ffmpegvia shell commands, which has the capability to read any file the user has access to and write to specified locations. - Sanitization: Absent. There is no mention of validating, escaping, or sanitizing the input paths before they are interpolated into shell commands.- [REMOTE_CODE_EXECUTION]: The use of the
-safe 0flag in theffmpeg -f concatcommand allows the tool to process files from any path. If theclipslist is sourced from an untrusted upstream skill or user input containing shell metacharacters, it could lead to arbitrary command execution.
Audit Metadata