External Transmission
Medium
- Category
- Data Exfiltration
- Content
```json { "url": "https://api.qwryai.com/mcp", "headers": { "Authorization": "Bearer ${QWRYAI_API_KEY}" }- Confidence
- 72% confidence
- Finding
- The sample configuration places a bearer token directly into an HTTP Authorization header for a remote MCP server, and later text says users may paste the API key directly into local config if interpolation is unavailable. While this is operationally common, it creates secret-exposure risk through local config leakage, backups, process inspection, screenshots, or accidental source-control commits.
