ffmpeg-cli
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [Privilege Escalation] (MEDIUM): The
SKILL.mdfile recommends usingsudo apt install ffmpegfor installation on Linux systems. Although this is a standard procedure for package management, the use ofsudogrants elevated root privileges. Providing privileged commands within a skill increases the risk of unauthorized system modifications if the agent executes them in an environment without strict oversight.\n- [Indirect Prompt Injection] (LOW): The skill identifies ingestion points for external data inreferences/advanced-editing.mdthrough thedrawtextandsubtitlesfilters, which read from files liketext.txtandsubs.srt. This represents a surface where an attacker could provide a malicious file containing instructions meant to influence the agent's behavior.\n - Ingestion points:
references/advanced-editing.md(viatextfileandsubtitlesparameters).\n - Boundary markers: Absent; the skill does not instruct the agent to ignore instructions embedded in these processed files.\n
- Capability inventory: The skill permits use of the
Bashtool, allowing the execution of FFmpeg and other shell commands.\n - Sanitization: Absent; the documentation does not suggest validating or sanitizing the content of the input text or subtitle files before processing.
Audit Metadata