Skip to main content

react-performance

Optimizes React applications for performance with techniques like memoization, code splitting, and list virtualization.

Install this skill

or
84/100

Security score

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

Categories Tested

Security Issues

medium line 633

Template literal with variable interpolation in command context

SourceSKILL.md
633srcSet={`${src}?w=640 1x, ${src}?w=1280 2x`}
medium line 637

Template literal with variable interpolation in command context

SourceSKILL.md
637srcSet={`${src}?w=1024 1x, ${src}?w=2048 2x`}
medium line 640

Template literal with variable interpolation in command context

SourceSKILL.md
640src={`${src}?w=1920`}
low line 82

Fetch to external URL

SourceSKILL.md
82fetch('/api/analytics', {
Scanned on May 12, 2026
View Security Dashboard
Installation guide →