add-zoom-cuts

Pass

Audited by Gen Agent Trust Hub on Aug 19, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The script scripts/zoom_cuts.py executes ffmpeg and ffprobe to perform media processing tasks. These calls are implemented using subprocess.run and subprocess.check_output with argument lists rather than shell strings, which effectively prevents shell injection vulnerabilities.
  • [DATA_EXPOSURE]: The skill accesses local media files provided via the --source argument and writes output files to the path specified in --output. This file system access is limited to the skill's primary function of video editing and does not involve sensitive system directories or credentials.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 19, 2026, 04:38 PM
Security Audit — agent-trust-hub — add-zoom-cuts