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
| 259 | onFailure: (error) => `Failed: ${error.message}`, |
medium line 260
Template literal with variable interpolation in command context
SourceSKILL.md
| 260 | onSuccess: (value) => `Success: ${value}` |
high line 287
Template literal with variable interpolation in command context
SourceSKILL.md
| 287 | For comprehensive error management documentation, consult `${CLAUDE_PLUGIN_ROOT}/references/llms-full.txt`. |
Scanned on Feb 12, 2026
View Security Dashboard