Skip to main content

coding-error-messages

Enhances coding practices by guiding the creation of clear and actionable error messages for better user understanding.

Install this skill

or
85/100

Security score

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

Categories Tested

Security Issues

medium line 58

Template literal with variable interpolation in command context

SourceSKILL.md
58`Invalid email format: "${email}". Expected format: [email protected]`
medium line 72

Template literal with variable interpolation in command context

SourceSKILL.md
72`Failed to connect to database at ${host}:${port}. ` +
medium line 74

Template literal with variable interpolation in command context

SourceSKILL.md
74`Connection timeout: ${timeout}ms`
Scanned on Feb 9, 2026
View Security Dashboard