video-to-gif
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Command Execution]: The skill uses
ffmpegandffprobeto process video files. These are well-known, industry-standard tools for media manipulation. The scripts correctly handle user-provided filenames and parameters through standard command-line argument parsing. - [Workspace File Search]: The scripts include logic to search for input files in common user directories like Movies, Videos, and Downloads. This is a convenience feature for the user and operates with standard user-level permissions.
- [Temporary File Management]: The two-pass conversion process creates a temporary palette file (e.g., in
/tmp/or$env:TEMP). The scripts include appropriate cleanup logic to remove these files after the conversion is complete.
Audit Metadata