ffmpeg-quality
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/quality.pyexecutes theffmpegbinary to perform video analysis. It usessubprocess.run()with a list of arguments and the defaultshell=Falsesetting, which is the recommended secure method for executing external processes. This prevents shell injection vulnerabilities even when handling user-provided file paths or parameters.
Audit Metadata