video-frames
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill identifies ffmpeg as a dependency to be installed via the Homebrew package manager. ffmpeg is a well-known, trusted open-source multimedia framework, and Homebrew is a standard package management system.
- [COMMAND_EXECUTION]: The script
scripts/frame.shexecutes theffmpegcommand. The script correctly uses shell safety flags (set -euo pipefail) and ensures all variable expansions (e.g.,"$in","$out","${index}") are properly quoted to mitigate the risk of shell injection. - [SAFE]: No suspicious activities, such as data exfiltration, obfuscation, hardcoded credentials, or persistence mechanisms, were detected during the analysis. The skill's behavior is transparent and consistent with its described functionality.
Audit Metadata