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
ffmpegutility to perform media analysis tasks such as auto-cropping, silence detection, and scene change detection. - The logic in
scripts/detect.pyusessubprocess.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