Skip to main content

effect-atom-integration

Integrates Effect services with React using reactive atoms for efficient state management, enhancing application performance.

Install this skill

or
83/100

Security score

The effect-atom-integration skill was audited on Feb 19, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 164

Template literal with variable interpolation in command context

SourceSKILL.md
164return `${first} ${last}`
medium line 170

Template literal with variable interpolation in command context

SourceSKILL.md
170return `Hello, ${name}!`
medium line 522

Template literal with variable interpolation in command context

SourceSKILL.md
522return { id, name: `Item ${id}`, timestamp: Date.now() }
low line 231

Fetch to external URL

SourceSKILL.md
231fetch('/api/user').then(r => r.json())
low line 315

Fetch to external URL

SourceSKILL.md
315return yield* Effect.tryPromise(() => fetch('/api/users').then(r => r.json()))
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →