ffmpeg-detect

Pass

Audited by Gen Agent Trust Hub on Jun 27, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes the ffmpeg utility to perform media analysis tasks such as auto-cropping, silence detection, and scene change detection.
  • The logic in scripts/detect.py uses subprocess.run() with arguments passed as a list rather than a single string. This is a secure implementation that prevents shell injection attacks involving user-supplied filenames or parameters.
  • [SAFE]: No evidence of malicious behavior was found. The skill does not perform network requests, access sensitive system files (like SSH keys or credentials), or use obfuscation techniques. All operations are local and consistent with the stated purpose of media analysis.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 27, 2026, 09:54 AM
Security Audit — agent-trust-hub — ffmpeg-detect