resize-video-aspect-ratio

Pass

Audited by Gen Agent Trust Hub on Aug 19, 2026

Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill includes a local bash script scripts/normalize_clip.sh that is executed to process video files. The script utilizes ffmpeg, ffprobe, and bc. It adheres to shell scripting best practices by using set -euo pipefail and quoting variables ("$IN", "$OUT", "$DUR") to prevent command injection from file paths.
  • [PROMPT_INJECTION]: The skill processes external video assets, creating a surface for indirect prompt injection.
  • Ingestion points: Video source assets and user briefs are ingested as part of the workflow defined in SKILL.md.
  • Boundary markers: No specific boundary markers or instructions to disregard embedded data within processed assets are provided.
  • Capability inventory: The skill has file system access and the ability to execute shell commands via the included normalization script.
  • Sanitization: While shell arguments are properly quoted, there is no validation or sanitization of video metadata or content before it is processed by ffprobe or ffmpeg.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 19, 2026, 04:39 PM
Security Audit — agent-trust-hub — resize-video-aspect-ratio