video-frames
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a well-structured bash script (
scripts/frame.sh) for interacting withffmpeg. Variable interpolation is handled correctly using double quotes (e.g.,"$in","$out","${index}") to prevent shell injection, word splitting, and globbing. The script also performs basic input validation by checking for the existence of the input file before execution. The dependency onffmpegvia Homebrew is a standard practice for this type of utility and targets a well-known, trusted project.
Audit Metadata