reference-video-replica-qc
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes Python scripts (
scripts/compare_videos.pyandscripts/extract_halfsec_frames.py) that interface with system utilities such asffmpeg,ffprobe, andcmp. These operations are used to extract video frames and calculate objective metrics (PSNR, SSIM, and hashes). The scripts utilize list-based arguments forsubprocess.runand do not invoke a shell, which follows security best practices to prevent command injection. - [COMMAND_EXECUTION]: The
compare_videos.pyscript executes thecmputility to perform bit-level comparisons between video files, which is a standard procedure for verifying identical media streams. - [COMMAND_EXECUTION]: The
extract_halfsec_frames.pyscript usesffmpegfor frame extraction at precise timestamps, which is necessary for its primary function of video timeline analysis.
Audit Metadata