Skip to main content

complexity-reduce

Analyzes code for cyclomatic complexity and suggests targeted refactoring strategies to enhance maintainability.

Install this skill

or
75/100

Security score

The complexity-reduce skill was audited on Feb 9, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 114

Template literal with variable interpolation in command context

SourceSKILL.md
114```bash
medium line 341

Template literal with variable interpolation in command context

SourceSKILL.md
341console.log(\`\${file.filePath}:\`);
medium line 343

Template literal with variable interpolation in command context

SourceSKILL.md
343console.log(\` Line \${issue.line}: \${issue.message}\`);
medium line 350

Template literal with variable interpolation in command context

SourceSKILL.md
350console.log(\`Total complexity issues: \${totalIssues}\`);
low line 276

External URL reference

SourceSKILL.md
276echo " Install: https://checkstyle.sourceforge.io/"
low line 952

External URL reference

SourceSKILL.md
952- [Cyclomatic Complexity (Wikipedia)](https://en.wikipedia.org/wiki/Cyclomatic_complexity)
low line 953

External URL reference

SourceSKILL.md
953- [Refactoring: Improving the Design of Existing Code (Martin Fowler)](https://refactoring.com/)
low line 954

External URL reference

SourceSKILL.md
954- [ESLint Complexity Rules](https://eslint.org/docs/rules/complexity)
low line 955

External URL reference

SourceSKILL.md
955- [Python Radon](https://radon.readthedocs.io/)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →