Missing User Warnings
Medium
- Confidence
- 95% confidence
- Finding
- The README explicitly instructs users to store API tokens in browser localStorage or a local keys.env file, both of which are plaintext storage mechanisms with meaningful security tradeoffs. localStorage is accessible to any script running in the page origin and keys.env files are easily leaked through backups, shell history, misconfigured repos, or shared workstations, so documenting this without a prominent warning and safer alternatives creates real credential exposure risk.
