Skip to main content

code-review-js

Provides JavaScript-specific code review guidelines emphasizing functional patterns and modern APIs for improved code quality.

Install this skill

or
90/100

Security score

The code-review-js skill was audited on Feb 9, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 25

Template literal with variable interpolation in command context

SourceSKILL.md
25const formatUser = (user) => `${user.firstName} ${user.lastName}`;
medium line 32

Template literal with variable interpolation in command context

SourceSKILL.md
32return `${user.firstName} ${user.lastName}`;
Scanned on Feb 9, 2026
View Security Dashboard