Skip to main content

react-testing

Provides a comprehensive React testing system with setup for Vitest and Jest, focusing on user behavior and accessibility.

Install this skill

or
93/100

Security score

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

Categories Tested

Security Issues

medium line 583

Template literal with variable interpolation in command context

SourceSKILL.md
583const res = await fetch(`/api/users/${id}`);
low line 457

Fetch to external URL

SourceSKILL.md
457const { result } = renderHook(() => useFetch('/api/data'));
low line 475

Fetch to external URL

SourceSKILL.md
475const { result } = renderHook(() => useFetch('/api/data'));
Scanned on May 12, 2026
View Security Dashboard
Installation guide →