Missing User Warnings
Medium
- Confidence
- 98% confidence
- Finding
- The skill requires and forwards the authentication token as a URL query parameter (`token`), which is then embedded in the request URL. Query parameters are commonly exposed through logs, proxies, browser/history tooling, analytics, error reporting, and upstream infrastructure, making credential leakage more likely than if the token were sent in an authorization header. In this API-wrapper context, the risk is real because the script constructs the URL directly and provides no warning or mitigation to users.
