ffmpeg
Pass
Audited by Gen Agent Trust Hub on Jul 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill leverages shell commands to perform its primary functions. It uses Python helper scripts (
doctor.py,probe_media.py,check.py) which invokeffmpegandffprobeviasubprocess.run. Additionally,SKILL.mdprovides approved command recipes for the agent to execute using theBashtool. - [SAFE]: The skill implements robust safety boundaries, such as mandatory metadata probing before any file mutation and a strict policy against overwriting source files in-place.
- [SAFE]: External references are limited to standard system utilities (
ffmpeg,ffprobe) and instructions for package managers likebrewanduv. No suspicious network activity, data exfiltration, or obfuscation was detected. - [SAFE]: The
check.pyscript references a developer toolkit located in the parent directory (skill-creator), which is consistent with standard development practices for this author's ecosystem.
Audit Metadata