Missing User Warnings
Medium
- Confidence
- 98% confidence
- Finding
- The skill defines the API access token as a query parameter and later appends all query parameters directly into the URL. Query-string secrets are commonly exposed via logs, browser history, proxy/CDN logs, monitoring systems, crash reports, and referrer leakage, so the token may be disclosed beyond the intended recipient. In this CLI/API skill context, that risk is real because the code deterministically places the credential into the request URL for every call.
