video-to-gif
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the Bash tool to execute FFmpeg and FFprobe commands. The provided command templates use double-quotes around file path variables (e.g., ""), which is a standard security practice to prevent command injection from filenames containing spaces or shell metacharacters.
- [SAFE]: Instructions for installing prerequisites via system package managers (brew, apt) are clearly documented for the user as setup steps and are appropriate for a media processing utility.
- [SAFE]: The skill operates entirely on local files and does not perform any network operations, minimizing the risk of data exfiltration.
Audit Metadata