Skip to main content

database-layer

Guides users through implementing database layers, from schema design to query optimization, ensuring type-safe database implementations.

Install this skill

or
90/100

Security score

The database-layer skill was audited on Feb 28, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 261

Access to .env file

SourceSKILL.md
261- path: ".env.example"
low line 291

Access to .env file

SourceSKILL.md
291process.env.NODE_ENV === 'development'
low line 296

Access to .env file

SourceSKILL.md
296if (process.env.NODE_ENV !== 'production') {
low line 313

Access to .env file

SourceSKILL.md
313const connectionString = process.env.DATABASE_URL!;
low line 316

Access to .env file

SourceSKILL.md
316max: process.env.NODE_ENV === 'production' ? 10 : 1,
medium line 630

Access to .env file

SourceSKILL.md
630- Database URL documented in .env.example
Scanned on Feb 28, 2026
View Security Dashboard