media-processing
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The scripts
video_optimize.py,media_convert.py, andbatch_resize.pyinterface with system-level binaries (ffmpeg,ffprobe, andmagick). Analysis of the code confirms that these commands are executed using list-based arguments without theshell=Trueparameter, which is a best practice to prevent command injection vulnerabilities from untrusted file names or parameters. - [NO_CODE]: The binary file
scripts/tests/.coveragewas analyzed and identified as a standard SQLite database produced by thecoverage.pytool. It contains metadata regarding code execution paths during testing and shows no evidence of malicious intent or data exfiltration. - [EXTERNAL_DOWNLOADS]: The documentation in
SKILL.mdprovides installation instructions that point to well-known and official project websites for FFmpeg and ImageMagick. These references are for user configuration and are not executed automatically by the agent.
Audit Metadata