Missing User Warnings
Medium
- Confidence
- 98% confidence
- Finding
- The skill defines the authentication token as a query parameter and later appends all query parameters directly into the URL. Query-string credentials are commonly exposed through logs, browser/history surfaces, proxies, monitoring tools, and upstream server access logs, making accidental credential disclosure more likely even when HTTPS is used. In this API-wrapper context, the issue is more dangerous because the script explicitly supports passing the secret via CLI and then places it into the request URL.
