Skip to main content

error-handling-patterns

Master error handling patterns to build resilient applications, improve reliability, and enhance debugging experiences across languages.

Install this skill

or
85/100

Security score

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

Categories Tested

Security Issues

medium line 186

Template literal with variable interpolation in command context

SourceSKILL.md
186super(`${resource} not found`, "NOT_FOUND", 404, { resource, id });
medium line 269

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
492`${this.errors.length} errors occurred`,
Scanned on Mar 8, 2026
View Security Dashboard