Missing User Warnings
Medium
- Confidence
- 97% confidence
- Finding
- The skill defines the authentication token as a query parameter and later appends all query parameters directly into the URL. Query-string tokens are commonly exposed through logs, browser history, proxies, monitoring systems, referrer leakage, and error reporting, making credential disclosure more likely than header-based authentication. In this skill context, the risk is real because the script is a generic API wrapper and provides no warning to users that secrets will be placed in the request URL.
