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.pyexecutesffmpegandffprobeto perform media processing tasks. These calls are implemented usingsubprocess.runandsubprocess.check_outputwith argument lists rather than shell strings, which effectively prevents shell injection vulnerabilities. - [DATA_EXPOSURE]: The skill accesses local media files provided via the
--sourceargument 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