video-frames
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
ffmpegvia a provided bash script (scripts/frame.sh) to process video files. The script utilizes proper shell variable quoting (e.g.,"$in","$out","$time") which correctly prevents shell command and argument injection. - [EXTERNAL_DOWNLOADS]: The skill metadata (
SKILL.md) specifiesffmpegas a required binary and includes a Homebrew installation command (brew install ffmpeg). Ffmpeg is a trusted and well-known open-source utility for multimedia processing. - [SAFE]: No malicious patterns, such as prompt injection, data exfiltration, or obfuscation, were detected. The script includes basic safety checks, such as verifying the existence of the input file before execution.
Audit Metadata