Missing User Warnings
Medium
- Confidence
- 97% confidence
- Finding
- The skill defines the API access token as a query parameter and automatically appends it to the request URL. Query-string credentials are commonly exposed through logs, browser history, proxy/CDN logs, monitoring systems, referrer leakage, and error reports, making accidental disclosure much more likely than header-based authentication. In this skill context, the danger is increased because the code normalizes all query parameters generically and provides no warning that secrets will be placed in the URL.
