Skip to main content

neon-instagres

Instantly provision production-ready PostgreSQL databases with Neon Instagres for seamless development and integration.

Install this skill

or
60/100

Security score

The neon-instagres skill was audited on May 12, 2026 and we found 16 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 27

Access to .env file

SourceSKILL.md
27cat .env 2>/dev/null | grep DATABASE_URL
medium line 40

Access to .env file

SourceSKILL.md
40- `--env .env.local` - Custom env file (Next.js, Remix)
low line 50

Access to .env file

SourceSKILL.md
50📁 Connection details in .env:
low line 122

Access to .env file

SourceSKILL.md
122npx get-db --env .env.local --yes --ref 4eCjZDz
low line 154

Access to .env file

SourceSKILL.md
154const sql = postgres(process.env.DATABASE_URL);
low line 170

Access to .env file

SourceSKILL.md
170dbCredentials: { url: process.env.DATABASE_URL! }
low line 179

Access to .env file

SourceSKILL.md
179const client = postgres(process.env.DATABASE_URL!);
low line 196

Access to .env file

SourceSKILL.md
196url: process.env.DATABASE_URL,
medium line 227

Access to .env file

SourceSKILL.md
2271. Copy `PUBLIC_INSTAGRES_CLAIM_URL` from .env
medium line 245

Access to .env file

SourceSKILL.md
245- Never commit `.env` to git
medium line 246

Access to .env file

SourceSKILL.md
246- Add `.env` to `.gitignore`
medium line 247

Access to .env file

SourceSKILL.md
247- Use `.env.example` with placeholders
medium line 277

Access to .env file

SourceSKILL.md
277- **DATABASE_URL contains credentials** - keep .env private
low line 269

External URL reference

SourceSKILL.md
269- 📖 [Instagres Docs](https://neon.tech/docs/guides/instagres)
low line 270

External URL reference

SourceSKILL.md
270- 🎛️ [Neon Console](https://console.neon.tech)
low line 271

External URL reference

SourceSKILL.md
271- 🚀 [Get Started](https://get.neon.com/4eCjZDz)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →