image-to-video
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
subprocess.runinscripts/image_to_video.pyto executeffmpegandffprobefor video creation and metadata analysis. - Commands are constructed as lists of arguments rather than shell strings, which is a standard security practice to prevent shell injection vulnerabilities.
- All parameters used in FFmpeg filter strings, such as dimensions and visualization modes, are derived from validated internal presets or whitelisted values defined in the script.
- [EXTERNAL_DOWNLOADS]: The
SKILL.mdfile provides setup instructions for installing theffmpegutility via official system package managers likebreworapt. - These references target well-known and trusted software distributions necessary for the skill's media processing functionality.
Audit Metadata