Skip to main content

epic-react-patterns

Provides guidelines for optimizing React components and performance in Epic Stack applications, focusing on best practices and patterns.

Install this skill

or
64/100

Security score

The epic-react-patterns skill was audited on Feb 9, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 70

Template literal with variable interpolation in command context

SourceSKILL.md
70fetch(`/api/users/${params.username}`)
medium line 92

Template literal with variable interpolation in command context

SourceSKILL.md
92showNotification(`Added ${product.name} to cart!`)
medium line 120

Template literal with variable interpolation in command context

SourceSKILL.md
120showNotification(`Added ${product.name} to cart!`)
medium line 576

Template literal with variable interpolation in command context

SourceSKILL.md
576return <Card user={{ ...user, fullName: `${user.firstName} ${user.lastName}` }} />
medium line 589

Template literal with variable interpolation in command context

SourceSKILL.md
589fullName: `${user.firstName} ${user.lastName}`,
medium line 648

Template literal with variable interpolation in command context

SourceSKILL.md
648navigation.navigate(`/search?q=${query}`)
low line 81

External URL reference

SourceSKILL.md
81[You Might Not Need `useEffect`](https://react.dev/learn/you-might-not-need-an-effect)
low line 687

External URL reference

SourceSKILL.md
687- [React Router Documentation](https://reactrouter.com/)
low line 688

External URL reference

SourceSKILL.md
688- [React Documentation - You Might Not Need useEffect](https://react.dev/learn/you-might-not-need-an-effect)
low line 689

External URL reference

SourceSKILL.md
689- [Conform Documentation](https://conform.guide/)
low line 690

External URL reference

SourceSKILL.md
690- [Epic Stack Docs](https://www.epicweb.dev/docs)
low line 691

External URL reference

SourceSKILL.md
691- [Epic Web Principles](https://www.epicweb.dev/principles)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →