gemini-delegation
Warn
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [Indirect Prompt Injection] (MEDIUM): The skill is designed to take user-provided requirements and pass them to an external LLM (Gemini) for code generation. This creates a surface where malicious instructions embedded in design requirements could influence the output.
- Ingestion points: The
PROMPTargument in themcp__gemini__geminitool call (referenced inSKILL.md). - Boundary markers: Partially mitigated by the instruction
OUTPUT: Unified Diff Patch ONLY, which attempts to constrain the model's output format. - Capability inventory: Uses
mcp__gemini__geminito generate UI/UX code (React, Vue, CSS). The skill explicitly recommendssandbox=Trueto limit the execution environment's risk. - Sanitization: No input sanitization or validation of the provided prompt is defined within the skill itself.
- [Command Execution] (LOW): The skill utilizes the
mcp__gemini__geminitool. While this tool can generate and potentially lead to the execution of code, the skill's recommendation to enablesandbox=Trueis a standard security best practice for this capability.
Audit Metadata