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
89/100

Security score

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

Categories Tested

Security Issues

medium line 195

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Fetch to external URL

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