Skip to main content

code-review-ts

Provides TypeScript-specific code review guidelines to enhance type safety and enforce best practices in TypeScript development.

Install this skill

or
95/100

Security score

The code-review-ts skill was audited on Feb 9, 2026 and we found 1 security issue across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 23

Template literal with variable interpolation in command context

SourceSKILL.md
23if (typeof count === "number") return `${count} items`;
Scanned on Feb 9, 2026
View Security Dashboard