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 ffprobe to 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 utilizes subprocess.run() to wrap ffprobe calls. 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
Risk Level
SAFE
Analyzed
Jun 27, 2026, 09:53 AM
Security Audit — agent-trust-hub — ffmpeg-probe