didi-ride
Warn
Audited by Snyk on Jul 9, 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.65). At runtime,
scripts/didi.pyfetches DiDi MCP responses over HTTP (including SSEdata: {...}chunks) and parses/prints any returnedcontent[].textfrom the remote server, which is outsider-authored free text that can be injected into the agent’s LLM context via the tool output.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's runtime helper contacts the DiDi MCP server at https://mcp.didichuxing.com/mcp-servers to fetch tool schemas and responses (via MCP protocol), and those remote responses directly control which tools/parameters the agent uses to form prompts and perform actions.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata