Missing User Warnings
Medium
- Confidence
- 89% confidence
- Finding
- The README directs users to store long-lived secrets (`botToken` and `webhookSecret`) in a plaintext local config file but does not warn about filesystem permissions, secret management, or avoiding accidental commits/backups. While this is common in setup docs, it increases the chance of credential exposure if the file is world-readable, synced insecurely, or committed to source control.
