Skip to main content

sql-injection-prevention

Enhances database security by preventing SQL injection attacks through prepared statements and input validation.

Install this skill

or
96/100

Security score

The sql-injection-prevention skill was audited on Mar 4, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 43

Access to .env file

SourceSKILL.md
43host: process.env.DB_HOST,
low line 44

Access to .env file

SourceSKILL.md
44database: process.env.DB_NAME,
low line 45

Access to .env file

SourceSKILL.md
45user: process.env.DB_USER,
low line 46

Access to .env file

SourceSKILL.md
46password: process.env.DB_PASSWORD,
Scanned on Mar 4, 2026
View Security Dashboard
Installation guide →