Skip to main content

react-modernization

Facilitates upgrading React applications by migrating to hooks, adopting concurrent features, and enhancing performance.

Install this skill

or
90/100

Security score

The react-modernization 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 110

Template literal with variable interpolation in command context

SourceSKILL.md
110const data = await fetch(`/api/${this.props.id}`);
medium line 134

Template literal with variable interpolation in command context

SourceSKILL.md
134const response = await fetch(`/api/${id}`);
Scanned on Mar 8, 2026
View Security Dashboard
Installation guide →