video-to-gif
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill relies on local Bash and PowerShell scripts to invoke
ffmpegandffprobe. These scripts are well-structured, utilizing proper argument quoting and parameter validation (especially in the PowerShell version) to mitigate the risk of command injection.\n- File System Interaction: To enhance usability, the conversion scripts search for input files in common user directories such as~/Downloads,~/Desktop, and~/Movies. While this expands the agent's reach within the local file system, it is restricted to reading video files for conversion and does not involve external data transmission.\n- Temporary File Handling: The conversion process involves creating a temporary palette file. The scripts include cleanup logic to remove these files after the conversion is complete, following standard local processing practices.\n- Dependency Transparency: The skill clearly documents its requirement for FFmpeg and provides standard installation procedures for various operating systems, ensuring users are aware of the local software being used.
Audit Metadata