google-adk-python
Warn
Audited by Snyk on Aug 1, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). In the FastAPI/Flask/Slack/PubSub UI integration examples, the agent ingests outsider-authored free text directly from incoming requests/events (e.g.,
request.message,event["text"], ordata["query"]) intotypes.Part(text=...)that is then passed torunner.run_async()/runner.run(), without requiring any prior selection of a specific trusted item.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The docs include runtime calls that connect to remote MCP servers (MCPToolset.from_url("http://mcp-server:8080") and MCPToolset.from_sse("http://mcp-server:8080/sse")), which at runtime fetch remote tool definitions/capabilities that directly influence the agent's behavior and tool invocation decisions.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata