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 Feb 28, 2026 and we found 16 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 28

Access to .env file

SourceSKILL.md
28cat .env 2>/dev/null | grep DATABASE_URL
medium line 41

Access to .env file

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

Access to .env file

SourceSKILL.md
51📁 Connection details in .env:
low line 123

Access to .env file

SourceSKILL.md
123npx get-db --env .env.local --yes --ref 4eCjZDz
low line 155

Access to .env file

SourceSKILL.md
155const sql = postgres(process.env.DATABASE_URL);
low line 171

Access to .env file

SourceSKILL.md
171dbCredentials: { url: process.env.DATABASE_URL! }
low line 180

Access to .env file

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

Access to .env file

SourceSKILL.md
197url: process.env.DATABASE_URL,
medium line 228

Access to .env file

SourceSKILL.md
2281. Copy `PUBLIC_INSTAGRES_CLAIM_URL` from .env
medium line 246

Access to .env file

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

Access to .env file

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

Access to .env file

SourceSKILL.md
248- Use `.env.example` with placeholders
medium line 278

Access to .env file

SourceSKILL.md
278- **DATABASE_URL contains credentials** - keep .env private
low line 270

External URL reference

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

External URL reference

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

External URL reference

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