Skip to main content

performance

This skill optimizes performance by identifying and resolving issues in both frontend and backend systems, enhancing user experience.

Install this skill

or
90/100

Security score

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

Categories Tested

Security Issues

medium line 179

Template literal with variable interpolation in command context

SourceSKILL.md
179let user = await cache.get(`user:${id}`);
medium line 186

Template literal with variable interpolation in command context

SourceSKILL.md
186await cache.set(`user:${id}`, user, { ttl: 3600 });
Scanned on Mar 1, 2026
View Security Dashboard