Missing User Warnings
Medium
- Confidence
- 98% confidence
- Finding
- The skill requires the authentication token to be sent as a URL query parameter, and `applyQueryParams` appends all query parameters directly onto the request URL. Query-string credentials are commonly exposed through logs, browser/history artifacts, reverse proxies, monitoring systems, and error telemetry, making accidental token disclosure much more likely than header-based authentication. In this skill’s context, the token is the primary credential for a third-party API, so leakage could allow unauthorized API use and account abuse.
