Missing User Warnings
Medium
- Confidence
- 92% confidence
- Finding
- The skill explicitly directs users to create and use a .env file for app configuration in a mobile/Expo context, but it provides no guidance on secret classification, exclusion from version control, or the fact that many client-side env values are bundled into the shipped app. In this context, developers may place API keys, tokens, or service credentials into .env and assume they are protected, leading to accidental source-control exposure or disclosure in the mobile bundle.
