External Transmission
Medium
- Category
- Data Exfiltration
- Content
## API Call Pattern All tools are invoked via curl to the MCP endpoint: ```bash curl -s -X POST "${MCD_MCP_URL:-https://mcp.mcd.cn}" \- Confidence
- 90% confidence
- Finding
- The skill explicitly sends authenticated requests containing the Bearer token to an external endpoint via curl, and the endpoint can be overridden by the MCD_MCP_URL environment variable. This creates a real data exfiltration and credential exposure risk if the endpoint is misconfigured, maliciously redirected, or insufficiently validated, even though external API use is functionally expected for this skill.
