ffmpeg-hdr-color
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or data exfiltration attempts were detected. The skill serves its stated purpose of assisting with video color space and HDR tone-mapping tasks.
- [COMMAND_EXECUTION]: The skill executes external video processing tools (
ffmpegandffprobe). The included Python script (scripts/hdrcolor.py) follows security best practices by utilizing list-based subprocess calls rather than string-based shell execution, which effectively mitigates command injection risks when handling user-provided file paths.
Audit Metadata