Skip to main content

fp-ts-react

Provides practical patterns for integrating fp-ts with React, enhancing state management, form validation, and data fetching.

Install this skill

or
80/100

Security score

The fp-ts-react skill was audited on May 12, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 259

Template literal with variable interpolation in command context

SourceSKILL.md
259if (!res.ok) throw new Error(`HTTP ${res.status}`)
medium line 312

Template literal with variable interpolation in command context

SourceSKILL.md
312fetchJson<User>(`/api/users/${userId}`),
medium line 314

Template literal with variable interpolation in command context

SourceSKILL.md
314fetchJson<Post[]>(`/api/users/${userId}/posts`),
medium line 401

Template literal with variable interpolation in command context

SourceSKILL.md
401fetch(`/api/users/${userId}`).then(r => r.json())
Scanned on May 12, 2026
View Security Dashboard
Installation guide →