video-frames
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script executes the ffmpeg command-line tool to process video files. The shell script (scripts/frame.sh) uses proper variable quoting and shell safety flags (set -euo pipefail) to prevent shell injection and handle errors gracefully.
- [EXTERNAL_DOWNLOADS]: The skill metadata specifies a dependency on ffmpeg, which is suggested for installation via the well-known Homebrew package manager (brew install ffmpeg). This refers to a standard, official utility from a well-known domain (ffmpeg.org).
Audit Metadata