creating-highlight-video
Pass
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses Python's
subprocessmodule to executeyt-dlp,ffmpeg, andffprobe. These are legitimate uses within the context of video processing. The scripts (scripts/cut_highlight.py,scripts/plan_highlight.py, andscripts/verify_highlight.py) construct command lists rather than using shell strings, which follows best practices for preventing shell injection.
Audit Metadata