media-processing
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes Python scripts (
batch_resize.py,media_convert.py, andvideo_optimize.py) that interface with system binaries for media manipulation. These scripts utilize the recommended list-based approach forsubprocess.run()calls, ensuring that user-provided file paths and parameters are handled safely without risk of shell command injection. - [SAFE]: All external references and documentation in
SKILL.mdand thereferences/directory point to official, well-known project websites (such as ffmpeg.org and imagemagick.org). No hardcoded credentials, unauthorized network operations, or persistence mechanisms were discovered during the analysis.
Audit Metadata