Missing User Warnings
Medium
- Confidence
- 97% confidence
- Finding
- The skill explicitly models the authentication token as a query parameter and then appends all query parameters to the request URL. Query-string credentials are routinely exposed through logs, browser/history artifacts, proxy telemetry, error reporting, and upstream monitoring systems, making accidental credential leakage much more likely than with an Authorization header. In this skill context, the risk is heightened because the token is required for every request to a third-party API service, so normal use repeatedly places the secret in the URL.
