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
| 171 | const path = parentPath === '/' ? `/${name}` : `${parentPath}/${name}`; |
medium line 177
Template literal with variable interpolation in command context
SourceSKILL.md
| 177 | const path = parentPath === '/' ? `/${name}` : `${parentPath}/${name}`; |
medium line 185
Template literal with variable interpolation in command context
SourceSKILL.md
| 185 | return parentPath === '/' ? `/${name}` : `${parentPath}/${name}`; |
Scanned on May 31, 2026
View Security DashboardGitHub Stars 4.6K
Rate this skill
Categorydevelopment
UpdatedJune 10, 2026
cursorfrontenddocxgitapitestingbackendfrontend-developerbackend-developerfullstack-developerqa-engineerproduct-managerdevelopmentproduct
EpicenterHQ/epicenter