Skip to main content

error-handling

Provides consistent error handling patterns for JavaScript applications, enhancing reliability and observability.

Install this skill

or
79/100

Security score

The error-handling skill was audited on Feb 28, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 60

Template literal with variable interpolation in command context

SourceSKILL.md
60throw new Error(`HTTP ${response.status}`);
medium line 76

Template literal with variable interpolation in command context

SourceSKILL.md
76super(`API Error: ${status} ${statusText}`);
medium line 85

Template literal with variable interpolation in command context

SourceSKILL.md
85super(`Validation: ${field} - ${message}`);
medium line 194

Template literal with variable interpolation in command context

SourceSKILL.md
194options.container.innerHTML = `
low line 58

Fetch to external URL

SourceSKILL.md
58const response = await fetch('/api/data');
Scanned on Feb 28, 2026
View Security Dashboard