Skip to main content

Error Management

Explains error management techniques in Effect, covering expected errors, defects, and various handling strategies.

Install this skill

or
75/100

Security score

The Error Management skill was audited on Feb 12, 2026 and we found 3 security issues across 1 threat category, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 259

Template literal with variable interpolation in command context

SourceSKILL.md
259onFailure: (error) => `Failed: ${error.message}`,
medium line 260

Template literal with variable interpolation in command context

SourceSKILL.md
260onSuccess: (value) => `Success: ${value}`
high line 287

Template literal with variable interpolation in command context

SourceSKILL.md
287For comprehensive error management documentation, consult `${CLAUDE_PLUGIN_ROOT}/references/llms-full.txt`.
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →
GitHub Stars 55
Rate this skill
Categoryother
UpdatedMay 21, 2026
NeverSight/skills_feed