ffmpeg-geq-expr
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a Python script
scripts/expr.pythat executes theffmpegcommand-line tool. It usessubprocess.runwith a list of arguments, which is a secure way to call external processes and prevents shell injection. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface. 1. Ingestion points: Expressions and file paths provided as arguments to the
scripts/expr.pyscript. 2. Boundary markers: None present. 3. Capability inventory: Execution offfmpegfor file processing (read/write) viasubprocess.runinscripts/expr.py. 4. Sanitization: The script usesargparseand list-based subprocess calls to prevent shell escape, though it does not restrict the files FFmpeg can access.
Audit Metadata