react-memoization-guide
Provides guidelines for effective React memoization, helping developers optimize performance while maintaining code clarity.
Install this skill
or
90/100
Security score
The react-memoization-guide skill was audited on May 24, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 38
Template literal with variable interpolation in command context
SourceSKILL.md
| 38 | () => `${user.firstName} ${user.lastName}`, |
medium line 43
Template literal with variable interpolation in command context
SourceSKILL.md
| 43 | const fullName = `${user.firstName} ${user.lastName}`; |
Scanned on May 24, 2026
View Security Dashboard