video-frames
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/frame.shexecutes theffmpegbinary to process local video files. It passes user-provided arguments such as the input path, output path, time, and index as variables. These variables are double-quoted to prevent word splitting and shell globbing, and the frame index is handled within a filter string using appropriate escaping for ffmpeg's internal syntax. - [EXTERNAL_DOWNLOADS]: The skill metadata defines
ffmpegas a required binary and provides installation instructions usingbrew(Homebrew). Homebrew is a standard and trusted package manager for software installation on macOS and Linux systems.
Audit Metadata