ffmpeg-captions
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a legitimate utility for processing broadcast media captions and does not exhibit any malicious behavior.
- [COMMAND_EXECUTION]: The Python helper script
scripts/cc.pyusessubprocess.runwith list arguments to executeffmpegandccextractor. This implementation follows security best practices by avoiding shell execution and properly handling argument separation, which prevents command injection vulnerabilities from potentially malicious file paths or user-supplied names. - [EXTERNAL_DOWNLOADS]: The skill references external tools such as
ffmpegandccextractor. The instructions correctly direct the user to install these via trusted system package managers like Homebrew or APT. No automated, hidden, or unverified remote code downloads are performed by the skill itself. - [DATA_EXFILTRATION]: There are no network-related commands or code patterns that would indicate data exfiltration. All operations are local to the media files provided by the user, and no sensitive credentials or system files are accessed.
Audit Metadata