Skip to main content

mysql-patterns

Provides best practices for MySQL and MariaDB schema design, query optimization, and production database configuration.

Install this skill

or
96/100

Security score

The mysql-patterns skill was audited on May 18, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 266

Access to .env file

SourceSKILL.md
266host: process.env.DB_HOST,
low line 267

Access to .env file

SourceSKILL.md
267user: process.env.DB_USER,
low line 268

Access to .env file

SourceSKILL.md
268password: process.env.DB_PASSWORD,
low line 269

Access to .env file

SourceSKILL.md
269database: process.env.DB_NAME,
Scanned on May 18, 2026
View Security Dashboard