Missing User Warnings
Medium
- Confidence
- 98% confidence
- Finding
- The skill requires an authentication token as a query parameter and then appends all query parameters directly to the request URL. Tokens in URLs are commonly exposed through logs, browser/history tooling, reverse proxies, monitoring systems, and error messages, making accidental credential disclosure more likely even when HTTPS is used. In this skill context, the issue is more dangerous because the token is a required auth secret for a third-party API and the code provides no warning or safer alternative.
