claude-video-export
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the Bash tool to execute shell commands, including
ffmpegandffprobe, and calls local scripts such asscripts/preflight.shandscripts/detect_gpu.sh. These operations are necessary for the skill's primary purpose of video processing. - [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection where user-supplied file paths are interpolated into shell execution strings.
- Ingestion points: The
$INPUTand$OUTPUTvariables, representing user-provided filenames, are used throughoutSKILL.md. - Boundary markers: No boundary markers or instructions to ignore embedded commands within filenames are provided.
- Capability inventory: The skill uses the
Bashtool to perform complex video manipulation and script execution. - Sanitization: Input variables are double-quoted in shell commands (e.g.,
"$INPUT"), which mitigates basic word-splitting issues, but there is no explicit validation or sanitization of the string content to prevent more complex command injection or unexpected shell behavior.
Audit Metadata