video-frames
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized data access were detected. The skill's behavior matches its description.
- [COMMAND_EXECUTION]: The script
scripts/frame.shexecutes theffmpegcommand to process video files. The script implements security best practices by double-quoting all variables (e.g.,"$in","$out","$time") to prevent shell injection attacks and usesset -euo pipefailfor robust error handling. - [EXTERNAL_DOWNLOADS]: The skill requires the
ffmpegutility and correctly identifies it as a system dependency, providing instructions for installation via the trusted Homebrew package manager.
Audit Metadata