Skip to main content

state-management

Guides users through state management decisions and implementation for applications, focusing on data fetching and form handling.

Install this skill

or
85/100

Security score

The state-management skill was audited on Feb 28, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 419

Template literal with variable interpolation in command context

SourceSKILL.md
419<input {...register(`users.${index}.name`)} />
medium line 420

Template literal with variable interpolation in command context

SourceSKILL.md
420<input {...register(`users.${index}.email`)} />
medium line 480

Template literal with variable interpolation in command context

SourceSKILL.md
480router.push(`?${params.toString()}`);
Scanned on Feb 28, 2026
View Security Dashboard