video-explorer
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a bash script to execute the ffmpeg and ffprobe utilities for video frame extraction and metadata analysis. Evidence: Found in 'scripts/videx' where it invokes ffprobe for duration (line 103) and ffmpeg for frame processing (lines 137, 185).
- [SAFE]: The skill does not contain any evidence of prompt injection, data exfiltration, or obfuscation. The bash helper script follows security best practices, such as quoting variables and using strict execution flags (set -euo pipefail), which mitigates common risks associated with processing user-supplied file paths and time ranges.
Audit Metadata