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.shthat is executed to process video files. The script utilizesffmpeg,ffprobe, andbc. It adheres to shell scripting best practices by usingset -euo pipefailand 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
ffprobeorffmpeg.
Audit Metadata