media-processing
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The Python scripts (batch_resize.py, media_convert.py, and video_optimize.py) use the subprocess module to call ffmpeg, ffprobe, and magick for media processing. These calls are implemented securely by passing arguments as lists, which prevents command injection vulnerabilities.
- [EXTERNAL_DOWNLOADS]: Documentation in SKILL.md directs users to install required system dependencies using official package managers such as Homebrew, APT, and Winget. No unauthorized network downloads are performed by the skill's scripts.
- [SAFE]: The binary file scripts/tests/.coverage is a standard SQLite database generated by Python's coverage tool during development. Analysis confirms it contains no executable code or malicious content.
Audit Metadata