atom-reactivity-specialist
Enables effective state management in React applications using Effect Atom, replacing traditional React hooks with reactive patterns.
Install this skill
or
88/100
Security score
The atom-reactivity-specialist skill was audited on Jun 15, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 242
Template literal with variable interpolation in command context
SourceSKILL.md
| 242 | onFailure: (r) => `error: ${Cause.squash(r.cause)}`, |
medium line 243
Template literal with variable interpolation in command context
SourceSKILL.md
| 243 | onSuccess: (r) => `data: ${r.value}` |
low line 559
Fetch to external URL
SourceSKILL.md
| 559 | // React.useEffect(() => { fetch("/api/users").then(...).then(setUsers) }, []) |
low line 581
Fetch to external URL
SourceSKILL.md
| 581 | // await fetch("/api/todos", { method: "POST", body: ... }) |
Scanned on Jun 15, 2026
View Security Dashboard