ai-multimodal
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- EXTERNAL_DOWNLOADS (MEDIUM): The documentation references an undefined 'gemini' CLI command (
prompt | gemini -y ...) which is not included in the standardgoogle-genaiinstallation instructions provided. This constitutes an unverifiable dependency that could lead to the execution of arbitrary code if a malicious binary is present in the environment's PATH. - COMMAND_EXECUTION (LOW): The skill explicitly requests the
Bashtool and utilizes it to run local Python scripts and system utilities likeffmpeg. This provides a powerful execution environment that can be abused if the agent is compromised via prompt injection. - PROMPT_INJECTION (LOW): The skill is highly susceptible to Indirect Prompt Injection (Category 8).
- Ingestion points:
gemini_batch_process.pyanddocument_converter.pyingest and process untrusted external data (PDFs, images, audio, video). - Boundary markers: Absent. There are no instructions for the agent to ignore or delimit embedded text/instructions found within processed media.
- Capability inventory:
Bash,Read,Write, andEdit. A successful injection could result in arbitrary command execution or file system modification. - Sanitization: Absent. The skill does not describe any sanitization of OCR text or transcriptions before they are used to influence agent behavior.
Audit Metadata