Missing User Warnings
Medium
- Confidence
- 98% confidence
- Finding
- The skill defines the API credential as a required query parameter (`token`) and automatically injects it into the request URL. Query-string secrets are commonly exposed through logs, proxies, browser/history tooling, monitoring systems, and upstream infrastructure, so the token may be disclosed even when TLS is used. In this skill context, the risk is real because the code always places the token in the URL for every call and provides no warning or safer alternative.
