video2dsprite
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill's core processing script (
scripts/video2dsprite.py) utilizes thesubprocess.runfunction to executeffmpegfor the purpose of extracting frames from video files. The implementation follows security best practices by passing the command as a list of arguments, which prevents shell injection, and the operation is constrained to the script's intended local file processing functions. - [EXTERNAL_DOWNLOADS]: The skill requires the external utility
ffmpegto be present on the host system to function. However, the skill does not perform any network operations to download, install, or execute code from remote or untrusted sources. All processing is handled locally using well-known libraries.
Audit Metadata