ffmpeg-streaming
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the
ffmpegbinary via a Python helper script to perform media processing tasks. The scriptscripts/stream.pyconstructs a command-line argument list from user parameters and usessubprocess.call()to execute it. The implementation follows security best practices by passing arguments as a list rather than a single string, effectively preventing shell injection attacks. - [SAFE]: The documentation includes standard placeholders for credentials and connection details.
SKILL.mdandreferences/muxers.mdcontain example placeholders likeSTREAM-KEYandpassphrase=secretpass123. These are non-functional placeholders used for instructional purposes and do not represent hardcoded secrets or sensitive data exposure.
Audit Metadata