video-frames

Pass

Audited by Gen Agent Trust Hub on Mar 10, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: No malicious patterns, obfuscation, or unauthorized data access were detected. The skill's behavior matches its description.
  • [COMMAND_EXECUTION]: The script scripts/frame.sh executes the ffmpeg command to process video files. The script implements security best practices by double-quoting all variables (e.g., "$in", "$out", "$time") to prevent shell injection attacks and uses set -euo pipefail for robust error handling.
  • [EXTERNAL_DOWNLOADS]: The skill requires the ffmpeg utility and correctly identifies it as a system dependency, providing instructions for installation via the trusted Homebrew package manager.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 10, 2026, 06:53 AM