Skip to main content

refactoring

Provides a systematic approach to auditing and improving code through evidence-based refactoring techniques.

Install this skill

or
85/100

Security score

The refactoring skill was audited on May 31, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 171

Template literal with variable interpolation in command context

SourceSKILL.md
171const path = parentPath === '/' ? `/${name}` : `${parentPath}/${name}`;
medium line 177

Template literal with variable interpolation in command context

SourceSKILL.md
177const path = parentPath === '/' ? `/${name}` : `${parentPath}/${name}`;
medium line 185

Template literal with variable interpolation in command context

SourceSKILL.md
185return parentPath === '/' ? `/${name}` : `${parentPath}/${name}`;
Scanned on May 31, 2026
View Security Dashboard
Installation guide →