Skip to main content

javascript-refactoring

Provides a comprehensive guide for refactoring JavaScript code into separate CommonJS files for better modularity and testing.

Install this skill

or
90/100

Security score

The javascript-refactoring 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 258

Template literal with variable interpolation in command context

SourceSKILL.md
258core.info(`Result: ${result}`);
medium line 381

Template literal with variable interpolation in command context

SourceSKILL.md
381core.info(`Current time: ${formatTimestamp(now)}`);
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →