Missing User Warnings
Medium
- Confidence
- 97% confidence
- Finding
- The skill explicitly models the API access token as a query parameter and later appends all query parameters to the URL. Query-string secrets are commonly exposed through logs, browser history, proxy caches, monitoring systems, and error reports, making accidental credential disclosure much more likely than if the token were sent in an Authorization header. In this skill context, the danger is real because the code is a generic API wrapper and provides no warning or mitigation before transmitting the secret this way.
