neon-postgres
Provides expert patterns for Neon serverless Postgres, including connection pooling and integration with Prisma and Drizzle.
Install this skill
Security score
The neon-postgres skill was audited on May 12, 2026 and we found 21 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 422 | console.log(`Retry attempt ${attempt}/${MAX_RETRIES}`); |
Access to .env file
| 29 | # .env |
Access to .env file
| 62 | log: process.env.NODE_ENV === 'development' |
Access to .env file
| 67 | if (process.env.NODE_ENV !== 'production') { |
Access to .env file
| 117 | const sql = neon(process.env.DATABASE_URL!); |
Access to .env file
| 134 | const pool = new Pool({ connectionString: process.env.DATABASE_URL }); |
Access to .env file
| 151 | url: process.env.DATABASE_URL!, |
Access to .env file
| 207 | url: process.env.DATABASE_URL, |
Access to .env file
| 218 | connectionString: process.env.DATABASE_URL, |
Access to .env file
| 375 | const sql = neon(process.env.DATABASE_URL!); |
Access to .env file
| 450 | if (process.env.NEON_KEEPALIVE === 'true') { |
External URL reference
| 83 | - https://neon.com/docs/guides/prisma |
External URL reference
| 84 | - https://www.prisma.io/docs/orm/overview/databases/neon |
External URL reference
| 166 | - https://neon.com/docs/guides/drizzle |
External URL reference
| 167 | - https://orm.drizzle.team/docs/connect-neon |
External URL reference
| 239 | - https://neon.com/docs/connect/connection-pooling |
External URL reference
| 319 | - https://neon.com/blog/branching-with-preview-environments |
External URL reference
| 385 | - https://neon.com/docs/guides/vercel-managed-integration |
External URL reference
| 386 | - https://neon.com/docs/guides/neon-managed-vercel-integration |
External URL reference
| 473 | - https://neon.com/blog/scaling-serverless-postgres |
External URL reference
| 474 | - https://neon.com/docs/connect/connection-latency |