media-files-conversion-ffmpeg
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
ffmpegcommands to perform audio and video processing tasks. These operations are core to the skill's stated purpose. - [COMMAND_EXECUTION]: The
scripts/ffmpeg_helper.pyscript usessubprocess.run()to execute FFmpeg. Analysis confirms it uses a list of arguments rather than a shell string, which is the recommended secure method to prevent shell injection vulnerabilities. - [SAFE]: No network operations, data exfiltration patterns, or hardcoded credentials were detected. All external references are limited to documentation on well-known media processing best practices.
Audit Metadata