Skip to main content

cleanTypes

Provides best practices for TypeScript typing, enhancing code clarity and maintainability through effective type usage.

Install this skill

or
54/100

Security score

The cleanTypes skill was audited on Feb 9, 2026 and we found 4 security issues across 2 threat categories, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 131

Direct command execution function call

SourceSKILL.md
131const output = execSync(`find . -name '*.txt'`, { cwd: rootDir, encoding: 'utf-8' })
high line 138

Direct command execution function call

SourceSKILL.md
138const output: string = execSync(`find . -name '*.txt'`, { cwd: rootDir, encoding: 'utf-8' })
high line 169

Direct command execution function call

SourceSKILL.md
169const output = execSync('find . -name "*.txt"', { cwd: rootDir })
low line 307

External URL reference

SourceSKILL.md
307- TypeScript Handbook: https://www.typescriptlang.org/docs/handbook/
Scanned on Feb 9, 2026
View Security Dashboard