nodejs-express-server
Fail
Audited by Snyk on Mar 4, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.90). The prompt largely recommends using environment variables (secure), but the Complete Example contains hard-coded credentials ("postgres://user:pass@localhost/db") and a literal JWT secret ("secret"), which encourages emitting secret values verbatim and is therefore insecure.
Audit Metadata