Skip to main content

performance-security

Optimizes React apps for performance, accessibility, and security with best practices and code examples.

Install this skill

or
88/100

Security score

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

Categories Tested

Security Issues

medium line 289

Template literal with variable interpolation in command context

SourceSKILL.md
289const response = await apiClient.get(`/users/${id}`)
low line 261

Access to .env file

SourceSKILL.md
261const API_KEY = import.meta.env.VITE_PUBLIC_KEY
medium line 264

Access to .env file

SourceSKILL.md
264**In `.env.local` (not committed):**
low line 351

External URL reference

SourceSKILL.md
351connect-src 'self' https://api.example.com;
Scanned on May 15, 2026
View Security Dashboard