Missing User Warnings
Medium
- Confidence
- 98% confidence
- Finding
- The skill defines the authentication token as a query parameter and later appends all query parameters directly to the URL. Tokens in URLs are commonly exposed through logs, browser history, proxy/CDN logs, monitoring tools, referrer leakage, and error reporting, making credential disclosure more likely than if the token were sent in an Authorization header. The skill context increases risk because this is an API integration handling real user authentication data, and the code provides no warning or safer alternative.
