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
| 291 | process.env.NODE_ENV === 'development' |
low line 296
Access to .env file
SourceSKILL.md
| 296 | if (process.env.NODE_ENV !== 'production') { |
low line 313
Access to .env file
SourceSKILL.md
| 313 | const connectionString = process.env.DATABASE_URL!; |
low line 316
Access to .env file
SourceSKILL.md
| 316 | max: 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 DashboardInstall this skill with one command
/learn @mgd34msu/database-layerGitHub Stars 4
Rate this skill
Categorydevelopment
UpdatedMarch 29, 2026
openclawdatabaseapidata-engineerbackend-developerdatabase-administratorml-ai-engineerproduct-managerpostgresqlmysqlmongodbsqlitedevelopmentproduct
mgd34msu/goodvibes-plugin