Missing User Warnings
Medium
- Confidence
- 90% confidence
- Finding
- The README instructs users to place a Bird Buddy email and password in a .env file but does not include any guidance about secret handling, avoiding commits, or using safer secret-management practices. While .env files are commonly used for local development, this documentation can lead users to store long-lived account credentials insecurely or accidentally expose them through source control, backups, logs, or shared environments.
