Missing User Warnings
Medium
- Confidence
- 98% confidence
- Finding
- The skill defines the authentication token as a query parameter and automatically injects it into the request URL. Query-string tokens are commonly exposed through logs, browser/history tooling, proxy infrastructure, monitoring systems, and error reporting, making credential leakage more likely even when HTTPS is used. In this skill context, the risk is real because the code is a thin API wrapper and every authenticated call will place the secret directly in the URL.
