api-performance-api-performance
Optimizes backend performance through query optimization, caching strategies, and efficient async patterns for improved API response times.
Install this skill
or
93/100
Security score
The api-performance-api-performance skill was audited on Feb 27, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 318
Template literal with variable interpolation in command context
SourceSKILL.md
| 318 | .where(sql`${table.deletedAt} IS NULL`), |
low line 118
Access to .env file
SourceSKILL.md
| 118 | connectionString: process.env.DATABASE_URL, |
low line 177
Access to .env file
SourceSKILL.md
| 177 | const pool = new Pool({ connectionString: process.env.DATABASE_URL }); |
Scanned on Feb 27, 2026
View Security Dashboard