ai-video-shot-review

Pass

Audited by Gen Agent Trust Hub on May 4, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses shell commands to interact with the local file system and media processing tools. It invokes ls to locate files, mkdir to create working directories, and ffprobe/ffmpeg to analyze and extract video frames. These operations are standard for the tool's intended purpose of video debugging.
  • [SAFE]: The implementation demonstrates security hygiene by using double quotes around variables (e.g., "$VIDEO_PATH") in shell commands, which mitigates the risk of command injection from malicious filenames. The logic is transparent, requires user-installed dependencies, and does not perform any network operations or access sensitive system configuration files.
Audit Metadata
Risk Level
SAFE
Analyzed
May 4, 2026, 03:13 AM