Skip to main content

error-handling-patterns

Teaches robust error handling patterns for building resilient applications, enhancing debugging, and improving API reliability.

Install this skill

or
85/100

Security score

The error-handling-patterns skill was audited on Feb 28, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 179

Template literal with variable interpolation in command context

SourceSKILL.md
179`${resource} not found`,
medium line 266

Template literal with variable interpolation in command context

SourceSKILL.md
266throw new NetworkError(`HTTP ${response.status}`);
medium line 487

Template literal with variable interpolation in command context

SourceSKILL.md
487`${this.errors.length} errors occurred`
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →