Skip to main content

react-context-patterns

Teaches efficient state management in React using Context API to avoid prop drilling and enhance application performance.

Install this skill

or
90/100

Security score

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

Categories Tested

Security Issues

medium line 540

Template literal with variable interpolation in command context

SourceSKILL.md
540className={`notification notification-${notification.type}`}
low line 843

External URL reference

SourceSKILL.md
843- [React Documentation - Context](https://react.dev/learn/passing-data-deeply-with-context)
low line 844

External URL reference

SourceSKILL.md
844- [React Performance Guide](https://react.dev/learn/render-and-commit)
low line 845

External URL reference

SourceSKILL.md
845- [React Patterns](https://reactpatterns.com/)
low line 846

External URL reference

SourceSKILL.md
846- [Kent C. Dodds - Application State Management](https://kentcdodds.com/blog/application-state-management-with-react)
low line 847

External URL reference

SourceSKILL.md
847- [React TypeScript Cheatsheet](https://react-typescript-cheatsheet.netlify.app/)
Scanned on Feb 22, 2026
View Security Dashboard
Installation guide →