ffmpeg-chromakey
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a Python script (
scripts/key.py) to construct and executeffmpegcommands. - Evidence: The script uses
subprocess.run(cmd, check=False)to execute the video processing commands. - Context: The execution is the primary function of the skill. The script constructs the command using a list of arguments (e.g.,
cmd = ["ffmpeg", "-y", "-i", args.input, ...]), which is a secure practice that avoids shell injection vulnerabilities.
Audit Metadata