Skip to main content

react-query

Facilitates server state management in React applications using TanStack Query for efficient data fetching and caching.

Install this skill

or
84/100

Security score

The react-query skill was audited on May 15, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 135

Template literal with variable interpolation in command context

SourceSKILL.md
135const response = await fetch(`/api/users/${data.id}`, {
medium line 188

Template literal with variable interpolation in command context

SourceSKILL.md
188? `/api/users?cursor=${pageParam}`
medium line 251

Template literal with variable interpolation in command context

SourceSKILL.md
251to={`/users/${userId}`}
low line 96

Fetch to external URL

SourceSKILL.md
96const response = await fetch('/api/users');
Scanned on May 15, 2026
View Security Dashboard