External Transmission
Medium
- Category
- Data Exfiltration
- Content
jq -n --arg name "$name" --arg content "$content" '{name:$name,content:$content}' done | jq -s '.') RESULT=$(curl -sf -X POST "${MCP_URL}" \ -H "Content-Type: application/json" \ -H "Accept: application/json, text/event-stream" \ -H "Authorization: Bearer ${MYSTA_API_KEY}" \- Confidence
- 96% confidence
- Finding
- This code uploads the full contents of selected local SKILL.md files to a remote Mysta service. Even with stated user consent, it creates a real exfiltration path for any sensitive data accidentally stored in those files, and the optional MYSTA_MCP_URL override increases risk if an attacker can influence the environment to redirect uploads to an untrusted server.
