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
lsto locate files,mkdirto create working directories, andffprobe/ffmpegto 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