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 subprocess module to execute the local ffmpeg binary. 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
Risk Level
SAFE
Analyzed
Jun 27, 2026, 09:53 AM
Security Audit — agent-trust-hub — ffmpeg-hwaccel