consulting-design
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTION
Full Analysis
- Dynamic Execution (MEDIUM): The
mcp__gemini__ask-geminitool documentation explicitly identifies asandbox: trueoption for code execution. This allows the agent to execute code generated by the LLM at runtime. Although intended for architectural validation and trade-off analysis, executing dynamically generated code is an inherent security risk. - Indirect Prompt Injection (LOW): The skill is configured to ingest data from the local environment using
Read,Grep, andGlobtools to provide context for the AI. - Ingestion points: Local filesystem content read via standard MCP tools.
- Boundary markers: The provided prompt templates do not utilize delimiters or specific instructions to ignore embedded commands in the context data.
- Capability inventory: The agent has the ability to execute code (via the
sandboxtool parameter) and access the filesystem. - Sanitization: There is no evidence of sanitization or filtering of the file content before it is interpolated into the model's prompt.
Audit Metadata