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.sh executes the ffmpeg binary 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 ffmpeg as a required binary and provides installation instructions using brew (Homebrew). Homebrew is a standard and trusted package manager for software installation on macOS and Linux systems.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 21, 2026, 07:17 AM