video-highlight
Warn
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands for
ffmpegandffprobeusing variables likeVIDEO,START, andDURATION. Without proper sanitization, these variables can be used to inject additional shell commands if they contain metacharacters such as backticks or subshell expansions. - [COMMAND_EXECUTION]: AI-generated text is passed directly to the
compose_cover.pyscript andffmpegfilters. If an attacker influences the AI to output malicious strings, it could lead to exploitation of shell or script parsing. - [PROMPT_INJECTION]: The skill analyzes video frames using AI vision, creating a surface for indirect prompt injection. Attackers could embed instructions in the video to manipulate the AI's generated metadata.
- Ingestion points: Video frames processed by
media_understandinSKILL.md. - Boundary markers: None identified to separate video content from instructions.
- Capability inventory: Capability to execute shell commands (
ffmpeg,ffprobe) and local scripts (python3). - Sanitization: Uses double quotes in shell commands, which do not prevent all forms of command injection (e.g., subshells).
Audit Metadata