ffmpeg-video-prep
Pass
Audited by Gen Agent Trust Hub on Jun 30, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
ffmpegandffprobefor video processing and inspection. This is standard behavior for the skill's stated purpose of video preparation. - [COMMAND_EXECUTION]: The script
scripts/video_probe.pyusessubprocess.run()to executeffprobe. This execution is localized to a well-defined command with arguments provided as a list, which prevents typical shell injection vulnerabilities.
Audit Metadata