Skip to main content

react-modernization

Upgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing React codebases, migr

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