skills/elizaos/eliza/video-frames/Gen Agent Trust Hub

video-frames

Pass

Audited by Gen Agent Trust Hub on Mar 17, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes ffmpeg via a provided bash script (scripts/frame.sh) to process video files. The script utilizes proper shell variable quoting (e.g., "$in", "$out", "$time") which correctly prevents shell command and argument injection.
  • [EXTERNAL_DOWNLOADS]: The skill metadata (SKILL.md) specifies ffmpeg as a required binary and includes a Homebrew installation command (brew install ffmpeg). Ffmpeg is a trusted and well-known open-source utility for multimedia processing.
  • [SAFE]: No malicious patterns, such as prompt injection, data exfiltration, or obfuscation, were detected. The script includes basic safety checks, such as verifying the existence of the input file before execution.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 17, 2026, 07:26 AM