ffmpeg-probe
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill facilitates the execution of
ffprobeto extract technical metadata from media files, such as container formats, stream details, and codec information. - [COMMAND_EXECUTION]: Contains a Python script (
scripts/probe.py) that utilizessubprocess.run()to wrapffprobecalls. The implementation correctly passes arguments as a list rather than a shell string, which is a security best practice that prevents command injection via malicious filenames. - [SAFE]: No network operations, credential harvesting, or data exfiltration patterns were detected. The skill's behavior is entirely consistent with its documented purpose of media inspection.
Audit Metadata