Missing User Warnings
Medium
- Confidence
- 97% confidence
- Finding
- The skill defines the authentication token as a query parameter and injects it into the request URL, which causes the secret to appear in URLs. Query-string secrets are commonly exposed through logs, browser/history tooling, proxies, analytics, crash reports, and upstream infrastructure, making token leakage materially more likely even when HTTPS is used. In this API-wrapper context, the risk is increased because the code operationalizes this pattern by default without warning the user.
