Skip to main content

react-state-management

Guides users in mastering React state management using Redux Toolkit, Zustand, Jotai, and React Query for efficient app development.

Install this skill

or
87/100

Security score

The react-state-management skill was audited on May 14, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 154

Template literal with variable interpolation in command context

SourceSKILL.md
154const response = await fetch(`/api/users/${userId}`)
medium line 266

Template literal with variable interpolation in command context

SourceSKILL.md
266const response = await fetch(`/api/users/${user.id}/profile`)
low line 438

External URL reference

SourceSKILL.md
438- [Redux Toolkit Documentation](https://redux-toolkit.js.org/)
low line 440

External URL reference

SourceSKILL.md
440- [Jotai Documentation](https://jotai.org/)
low line 441

External URL reference

SourceSKILL.md
441- [TanStack Query](https://tanstack.com/query)
Scanned on May 14, 2026
View Security Dashboard
Installation guide →