Skip to main content

drizzle-setup

Facilitates Drizzle ORM setup for Node.js applications, enabling SQL-first, type-safe database interactions.

Install this skill

or
91/100

Security score

The drizzle-setup skill was audited on Feb 9, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 288

Template literal with variable interpolation in command context

SourceSKILL.md
288postCount: sql<number>`(
low line 148

Access to .env file

SourceSKILL.md
148const connectionString = process.env.DATABASE_URL!;
low line 177

Access to .env file

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

Access to .env file

SourceSKILL.md
326connectionString: process.env.DATABASE_URL!,
low line 352

Access to .env file

SourceSKILL.md
352const connectionString = process.env.DATABASE_URL!;
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →