Skip to main content

react-hooks-complete

Provides a comprehensive reference for React hooks, enhancing state management and optimization in React applications.

Install this skill

or
84/100

Security score

The react-hooks-complete skill was audited on Feb 21, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 191

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
452```tsx
medium line 825

Template literal with variable interpolation in command context

SourceSKILL.md
825throw new Error(`HTTP error! status: ${response.status}`);
low line 293

Fetch to external URL

SourceSKILL.md
293const response = await fetch('/api/login', {
Scanned on Feb 21, 2026
View Security Dashboard
Installation guide →