Skip to main content

react-state-management

Guides users through modern React state management techniques using Redux Toolkit, Zustand, Jotai, and React Query for efficient state handling.

Install this skill

or
90/100

Security score

The react-state-management skill was audited on Mar 8, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 142

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
254const response = await fetch(`/api/users/${user.id}/profile`)
Scanned on Mar 8, 2026
View Security Dashboard