Missing User Warnings
Medium
- Confidence
- 95% confidence
- Finding
- The documentation explicitly recommends placing API keys in URL query parameters without any warning about the security tradeoffs. Query strings are commonly logged by servers, proxies, browser history, monitoring tools, and intermediaries, which can expose secrets far more broadly than headers. In a skill for building production n8n nodes, this pattern is especially risky because developers may copy it directly into real integrations.
