Missing User Warnings
Medium
- Confidence
- 88% confidence
- Finding
- The README instructs users to place a live API key in a shell profile using `export TRANSITION_API_KEY=...` but does not warn that this credential is sensitive, long-lived, and may be exposed through copied config files, screen sharing, backups, or accidental publication. While environment variables are common, documenting a production-style secret value without secret-handling guidance increases the chance of credential leakage.
