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 into the request URL. Query-string tokens are commonly exposed through logs, browser/history equivalents, intermediary proxies, monitoring systems, and error messages, making accidental credential disclosure more likely than if the token were sent in an Authorization header. In this skill context, the risk is somewhat elevated because the code is a generic API wrapper and may be run in automated agent environments where URLs are frequently logged for debugging and tracing.
