Missing User Warnings
Medium
- Confidence
- 91% confidence
- Finding
- The deployment instructions explicitly tell users to provide sensitive values such as DATABASE_URL, JWT_SECRET, and POSTGRES_PASSWORD, but give no guidance on using a secrets manager, platform secret store, or avoiding committing secrets to source control. In a deployment skill, this omission is security-relevant because users commonly copy values into repo files, CI variables, or compose files insecurely, which can lead to credential exposure and compromise of the application or database.
