video-edit
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill operates by generating and executing shell commands for
ffmpegandffprobeto perform video manipulation tasks. - [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection (Category 8) due to the lack of filename sanitization.
- Ingestion points: Filenames and file metadata retrieved from the local file system (referenced in
SKILL.mdandreferences/operations.md). - Boundary markers: Absent. The instructions do not provide delimiters or warnings to the agent regarding the processing of untrusted filenames.
- Capability inventory: Shell command execution (
ffmpeg,ffprobe,printf) and file write operations (redirection tolist.txt). - Sanitization: Absent. Filenames are interpolated directly into shell strings without escaping or validation.
- [COMMAND_EXECUTION]: The video concatenation recipe uses the
-safe 0flag with theconcatdemuxer. This configuration allowsffmpegto process absolute paths and various protocols within the input list, which could lead to unauthorized file access if an attacker influences the filenames used to generate the list. - [COMMAND_EXECUTION]: The skill documentation includes
sudo apt installcommands for environment setup. While standard for dependency management, these commands involve elevated privileges.
Audit Metadata