sqlite-pattern-learner
This skill analyzes database query patterns to recommend optimized approaches for improved performance and efficiency.
Install this skill
or
85/100
Security score
The sqlite-pattern-learner skill was audited on Feb 28, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 224
Template literal with variable interpolation in command context
SourceSKILL.md
| 224 | console.log(`Using pattern: ${topPattern.pattern}`); |
medium line 225
Template literal with variable interpolation in command context
SourceSKILL.md
| 225 | console.log(`Success rate: ${topPattern.successRate * 100}%`); |
medium line 239
Template literal with variable interpolation in command context
SourceSKILL.md
| 239 | console.log(`${p.pattern}: ${p.description} (similarity: ${p.similarity})`); |
Scanned on Feb 28, 2026
View Security Dashboard