Skip to main content

neon-postgres

Provides expert patterns for Neon serverless Postgres, including connection pooling and integration with Prisma and Drizzle.

Install this skill

or
25/100

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

high line 422

Template literal with variable interpolation in command context

SourceSKILL.md
422console.log(`Retry attempt ${attempt}/${MAX_RETRIES}`);
medium line 29

Access to .env file

SourceSKILL.md
29# .env
medium line 62

Access to .env file

SourceSKILL.md
62log: process.env.NODE_ENV === 'development'
medium line 67

Access to .env file

SourceSKILL.md
67if (process.env.NODE_ENV !== 'production') {
medium line 117

Access to .env file

SourceSKILL.md
117const sql = neon(process.env.DATABASE_URL!);
medium line 134

Access to .env file

SourceSKILL.md
134const pool = new Pool({ connectionString: process.env.DATABASE_URL });
medium line 151

Access to .env file

SourceSKILL.md
151url: process.env.DATABASE_URL!,
medium line 207

Access to .env file

SourceSKILL.md
207url: process.env.DATABASE_URL,
medium line 218

Access to .env file

SourceSKILL.md
218connectionString: process.env.DATABASE_URL,
medium line 375

Access to .env file

SourceSKILL.md
375const sql = neon(process.env.DATABASE_URL!);
medium line 450

Access to .env file

SourceSKILL.md
450if (process.env.NEON_KEEPALIVE === 'true') {
low line 83

External URL reference

SourceSKILL.md
83- https://neon.com/docs/guides/prisma
low line 84

External URL reference

SourceSKILL.md
84- https://www.prisma.io/docs/orm/overview/databases/neon
low line 166

External URL reference

SourceSKILL.md
166- https://neon.com/docs/guides/drizzle
low line 167

External URL reference

SourceSKILL.md
167- https://orm.drizzle.team/docs/connect-neon
low line 239

External URL reference

SourceSKILL.md
239- https://neon.com/docs/connect/connection-pooling
low line 319

External URL reference

SourceSKILL.md
319- https://neon.com/blog/branching-with-preview-environments
low line 385

External URL reference

SourceSKILL.md
385- https://neon.com/docs/guides/vercel-managed-integration
low line 386

External URL reference

SourceSKILL.md
386- https://neon.com/docs/guides/neon-managed-vercel-integration
low line 473

External URL reference

SourceSKILL.md
473- https://neon.com/blog/scaling-serverless-postgres
low line 474

External URL reference

SourceSKILL.md
474- https://neon.com/docs/connect/connection-latency
Scanned on May 12, 2026
View Security Dashboard
Installation guide →