Skip to main content

performance-optimization

Enhances application performance by optimizing speed, efficiency, and scalability through techniques like lazy loading and code splitting.

Install this skill

or
86/100

Security score

The performance-optimization skill was audited on Mar 6, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 222

Template literal with variable interpolation in command context

SourceSKILL.md
222const cached = await redis.get(`user:${userId}`);
medium line 231

Template literal with variable interpolation in command context

SourceSKILL.md
231await redis.setex(`user:${userId}`, 3600, JSON.stringify(user));
low line 28

External URL reference

SourceSKILL.md
28lighthouse https://example.com --view
low line 31

External URL reference

SourceSKILL.md
31lighthouse https://example.com --output=json --output-path=./report.json
low line 284

External URL reference

SourceSKILL.md
284- [web.dev/vitals](https://web.dev/vitals/)
low line 285

External URL reference

SourceSKILL.md
285- [React Optimization](https://react.dev/learn/render-and-commit#optimizing-performance)
Scanned on Mar 6, 2026
View Security Dashboard