pixel-art
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/pixel_art_video.pyinvokes theffmpegutility viasubprocess.runto encode video and generate GIFs. The command is constructed using a list of arguments rather than a single shell string, which prevents command injection by ensuring input parameters are not interpreted as shell commands. - [EXTERNAL_DOWNLOADS]: The skill requires
ffmpegto be installed on the host system. This is a well-known and trusted multimedia framework necessary for the skill's animation functionality. The skill does not attempt to download arbitrary scripts or binaries from the internet at runtime.
Audit Metadata