Missing User Warnings
Medium
- Confidence
- 98% confidence
- Finding
- The skill defines the API token as a query parameter and automatically appends it to the request URL. Query-string secrets are commonly exposed through logs, browser history, proxy/CDN logs, monitoring systems, and error messages, so the token may be leaked even when HTTPS is used. In this skill, the risk is real because the code explicitly injects the token into params and then serializes all query parameters into the URL.
