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
| 164 | return `${first} ${last}` |
medium line 170
Template literal with variable interpolation in command context
SourceSKILL.md
| 170 | return `Hello, ${name}!` |
medium line 522
Template literal with variable interpolation in command context
SourceSKILL.md
| 522 | return { id, name: `Item ${id}`, timestamp: Date.now() } |
low line 231
Fetch to external URL
SourceSKILL.md
| 231 | fetch('/api/user').then(r => r.json()) |
low line 315
Fetch to external URL
SourceSKILL.md
| 315 | return yield* Effect.tryPromise(() => fetch('/api/users').then(r => r.json())) |
Scanned on Feb 19, 2026
View Security DashboardGitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry