Skip to main content

javascript-standards

Outlines JavaScript and TypeScript coding standards and best practices for writing, reviewing, and testing code effectively.

Install this skill

or
90/100

Security score

The javascript-standards skill was audited on Feb 12, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 138

Template literal with variable interpolation in command context

SourceSKILL.md
138return `${greeting}, ${name}!`;
medium line 258

Template literal with variable interpolation in command context

SourceSKILL.md
258super(`${resource} with id ${id} not found`, 'NOT_FOUND', 404);
Scanned on Feb 12, 2026
View Security Dashboard