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 the subprocess.run function to execute ffmpeg for 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 ffmpeg to 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
Risk Level
SAFE
Analyzed
Jul 11, 2026, 03:45 PM
Security Audit — agent-trust-hub — video2dsprite