ffmpeg-hwaccel
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the Python
subprocessmodule to execute the localffmpegbinary. This is used for two purposes: detecting available hardware accelerators (e.g.,ffmpeg -hwaccels) and performing video transcoding. The script follows security best practices by passing arguments as a list rather than a shell string, which prevents command injection. - [SAFE]: Analysis of the instructions and scripts reveals no evidence of prompt injection, data exfiltration, or obfuscation. The skill does not attempt to access sensitive files, modify system configuration, or make network requests. All dependencies are from the Python standard library.
Audit Metadata