External Transmission
Medium
- Category
- Data Exfiltration
- Content
- Selector: `mcporter call linear.list_issues team=ENG limit:5` - Function syntax: `mcporter call "linear.create_issue(title: \"Bug\")"` - Full URL: `mcporter call https://api.example.com/mcp.fetch url:https://example.com` - Stdio: `mcporter call --stdio "bun run ./server.ts" scrape url=https://example.com` - JSON payload: `mcporter call <server.tool> --args '{"limit":5}'`- Confidence
- 87% confidence
- Finding
- The example `mcporter call https://api.example.com/mcp.fetch url:https://example.com` demonstrates direct outbound network access to an arbitrary remote MCP endpoint. In context, this is expected functionality rather than overtly malicious behavior, but without accompanying warnings or guardrails it can facilitate sending sensitive data to external infrastructure.
