Missing User Warnings
Medium
- Confidence
- 92% confidence
- Finding
- The README explicitly instructs sending a bearer token from an environment variable to `http://localhost:8080/gettool` over plain HTTP, but does not warn that any local process bound to that port could receive and misuse the credential. Although the endpoint is local, localhost is not inherently trusted in a hostile or multi-process environment, so this can expose secrets to a malicious local service or to logs/debug tooling.
