frontend-patterns
Provides modern frontend development patterns for React and Next.js, focusing on state management, performance optimization, and UI best practices.
Install this skill
or
79/100
Security score
The frontend-patterns skill was audited on Jun 8, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 22
Template literal with variable interpolation in command context
SourceSKILL.md
| 22 | return <div className={`card card-${variant}`}>{children}</div> |
medium line 364
Template literal with variable interpolation in command context
SourceSKILL.md
| 364 | height: `${virtualizer.getTotalSize()}px`, |
medium line 376
Template literal with variable interpolation in command context
SourceSKILL.md
| 376 | height: `${virtualRow.size}px`, |
medium line 377
Template literal with variable interpolation in command context
SourceSKILL.md
| 377 | transform: `translateY(${virtualRow.start}px)` |
low line 203
Fetch to external URL
SourceSKILL.md
| 203 | () => fetch('/api/markets').then(r => r.json()), |
Scanned on Jun 8, 2026
View Security DashboardGitHub Stars 189.4K
Rating
4.01
Rate this skill
Categorydevelopment
UpdatedJune 13, 2026
affaan-m/everything-claude-code