Skip to main content

query-optimizer

Optimizes SQL queries for enhanced performance and efficiency, identifying bottlenecks and suggesting improvements.

Install this skill

or
90/100

Security score

The query-optimizer skill was audited on Feb 28, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 180

Template literal with variable interpolation in command context

SourceSKILL.md
180console.log(`${user.name}: ${orders.length} orders`);
medium line 198

Template literal with variable interpolation in command context

SourceSKILL.md
198console.log(`${user.name}: ${user.orders.length} orders`);
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →