Appearance
Why It Matters
Sending secret material over plain HTTP exposes credentials to interception and makes an exfiltration path even easier to exploit.
What Triggers
SEC675 matches MCP launch commands where a secret-bearing network send targets an explicit http:// endpoint.
False Positives
Shared committed launch commands should not move secrets over plain HTTP. Local test fixtures without live credentials should stay out of committed production-facing MCP configs.
Remediation
Remove the insecure secret-bearing HTTP request or redesign the flow so secrets never leave the trusted process boundary.