Skip to main content

Refactoring

Enhances code quality through refactoring techniques, improving readability and maintainability without altering behavior.

Install this skill

or
70/100

Security score

The Refactoring skill was audited on Feb 28, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 83

Template literal with variable interpolation in command context

SourceSKILL.md
83console.log(`Name: ${user.name}`);
medium line 84

Template literal with variable interpolation in command context

SourceSKILL.md
84console.log(`Email: ${user.email}`);
medium line 85

Template literal with variable interpolation in command context

SourceSKILL.md
85console.log(`Age: ${user.age}`);
medium line 101

Template literal with variable interpolation in command context

SourceSKILL.md
101console.log(`Name: ${user.name}`);
medium line 102

Template literal with variable interpolation in command context

SourceSKILL.md
102console.log(`Email: ${user.email}`);
medium line 103

Template literal with variable interpolation in command context

SourceSKILL.md
103console.log(`Age: ${user.age}`);
Scanned on Feb 28, 2026
View Security Dashboard