ffmpeg-subtitles
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a Python script (
scripts/subs.py) to interface withffmpeg. Detailed inspection confirms that it follows security best practices by usingsubprocess.runwith a list of arguments, thereby avoiding shell injection vulnerabilities. It also provides robust escaping for file paths used within ffmpeg filters for the burn-in mode.\n- [SAFE]: No malicious behaviors or patterns were detected. The skill correctly identifies and handles technical constraints (like container-codec compatibility) and does not engage in data exfiltration, prompt injection, or any form of obfuscation. All scripts are self-contained and use only the Python standard library.
Audit Metadata