Skip to main content

db-sqlite

Manages SQLite databases with Prisma ORM, enabling type-safe queries and seamless deployment on Railway with backup solutions.

Install this skill

or
96/100

Security score

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

Categories Tested

Security Issues

low line 84

Access to .env file

SourceSKILL.md
84# .env.local (development)
low line 128

Access to .env file

SourceSKILL.md
128log: process.env.NODE_ENV === 'development' ? ['query', 'error', 'warn'] : ['error'],
low line 131

Access to .env file

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

External URL reference

SourceSKILL.md
510- [Prisma Docs](https://www.prisma.io/docs) - Official documentation
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →