Skip to main content

react-performance

Optimizes React and Next.js performance with over 70 rules, enhancing load times and user interactions based on Vercel's best practices.

Install this skill

or
83/100

Security score

The react-performance skill was audited on Jun 24, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 151

Template literal with variable interpolation in command context

SourceSKILL.md
151const mod = await import(`./pages/${name}`);
medium line 359

Template literal with variable interpolation in command context

SourceSKILL.md
359useEffect(() => setFull(`${first} ${last}`), [first, last]);
medium line 362

Template literal with variable interpolation in command context

SourceSKILL.md
362const full = `${first} ${last}`;
low line 145

External URL reference

SourceSKILL.md
145Next.js 13.5+ has [Optimize Package Imports](https://nextjs.org/docs/app/api-reference/next-config-js/optimizePackageImports) that automates this for listed packages — use it; manual direct imports st
low line 489

External URL reference

SourceSKILL.md
489preconnect("https://api.example.com");
Scanned on Jun 24, 2026
View Security Dashboard
Installation guide →