Skip to main content

error-handling

Provides robust error handling patterns for TypeScript, Python, and Go, enhancing application reliability and user experience.

Install this skill

or
94/100

Security score

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

Categories Tested

Security Issues

medium line 51

Template literal with variable interpolation in command context

SourceSKILL.md
51super(`${resource} not found: ${id}`, 'NOT_FOUND', 404)
low line 340

Fetch to external URL

SourceSKILL.md
340const data = await withRetry(() => fetch('/api/data').then(r => r.json()), {
Scanned on May 18, 2026
View Security Dashboard