drizzle-orm-expert
Provides expertise in Drizzle ORM for TypeScript, focusing on schema design, relational queries, and serverless database integration.
Install this skill
or
95/100
Security score
The drizzle-orm-expert skill was audited on May 19, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 199
Access to .env file
SourceSKILL.md
| 199 | url: process.env.DATABASE_URL!, |
low line 230
Access to .env file
SourceSKILL.md
| 230 | const sql = neon(process.env.DATABASE_URL!); |
low line 242
Access to .env file
SourceSKILL.md
| 242 | url: process.env.TURSO_DATABASE_URL!, |
low line 243
Access to .env file
SourceSKILL.md
| 243 | authToken: process.env.TURSO_AUTH_TOKEN, |
low line 255
Access to .env file
SourceSKILL.md
| 255 | const client = new Client({ url: process.env.DATABASE_URL! }); |
Scanned on May 19, 2026
View Security Dashboard