video-frames
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/frame.shexecutes theffmpegcommand-line utility. It takes input from user-defined parameters such as file paths, timestamps, and frame indices. The script uses proper shell quoting for variables (e.g., "$in", "$out", "${index}") which prevents basic shell command injection when calling the external binary. - [EXTERNAL_DOWNLOADS]: The skill metadata includes instructions to install
ffmpegvia Homebrew (brew). Homebrew is a well-known and trusted package management system, and ffmpeg is a standard open-source multimedia framework.
Audit Metadata