Skip to main content

drizzle-orm-patterns

Provides comprehensive Drizzle ORM patterns for PostgreSQL, optimized for Vercel Edge Runtime, ensuring type safety and performance.

Install this skill

or
93/100

Security score

The drizzle-orm-patterns skill was audited on Mar 3, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 136

Access to .env file

SourceSKILL.md
136const sql = neon(process.env.DATABASE_URL!);
low line 264

External URL reference

SourceSKILL.md
264- **Drizzle ORM Docs**: https://orm.drizzle.team/
low line 265

External URL reference

SourceSKILL.md
265- **Drizzle Kit Docs**: https://orm.drizzle.team/kit-docs/overview
low line 266

External URL reference

SourceSKILL.md
266- **PostgreSQL Docs**: https://www.postgresql.org/docs/
low line 267

External URL reference

SourceSKILL.md
267- **Neon Docs**: https://neon.tech/docs/
low line 268

External URL reference

SourceSKILL.md
268- **Vercel Postgres**: https://vercel.com/docs/storage/vercel-postgres
low line 292

External URL reference

SourceSKILL.md
292- Discord: https://discord.gg/drizzle
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →