shots
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
subprocess.runandsubprocess.check_outputto invokeffmpegandffprobefor video processing and metadata extraction. These are standard operations for a media analysis skill. Evidence found inscripts/detect.py(lines 62-72),scripts/extract-frames.py(lines 102-117, 127-142), andscripts/_mediaskills_common.py(lines 48-60, 123-134). - [EXTERNAL_DOWNLOADS]: The skill mentions external dependencies
ffmpegandffprobe, which are required on the systemPATH. It does not download these automatically but provides instructions for the user or agent to install them. Evidence inSKILL.md(metadata and compatibility sections).
Audit Metadata