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.py and scripts/extract_halfsec_frames.py) that interface with system utilities such as ffmpeg, ffprobe, and cmp. These operations are used to extract video frames and calculate objective metrics (PSNR, SSIM, and hashes). The scripts utilize list-based arguments for subprocess.run and do not invoke a shell, which follows security best practices to prevent command injection.
  • [COMMAND_EXECUTION]: The compare_videos.py script executes the cmp utility to perform bit-level comparisons between video files, which is a standard procedure for verifying identical media streams.
  • [COMMAND_EXECUTION]: The extract_halfsec_frames.py script uses ffmpeg for frame extraction at precise timestamps, which is necessary for its primary function of video timeline analysis.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 14, 2026, 02:48 PM
Security Audit — agent-trust-hub — reference-video-replica-qc