Skip to main content

typescript-code-review

Provides TypeScript and React code review guidelines focusing on type safety, performance, and security best practices.

Install this skill

or
73/100

Security score

The typescript-code-review skill was audited on Feb 28, 2026 and we found 5 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 48

Eval function call - arbitrary code execution

SourceSKILL.md
48eval(userInput);
medium line 38

Template literal with variable interpolation in command context

SourceSKILL.md
38throw new Error(`Auth failed for ${credentials}`);
medium line 118

Template literal with variable interpolation in command context

SourceSKILL.md
118throw new Error(`HTTP ${response.status}`);
low line 60

Fetch to external URL

SourceSKILL.md
60fetch('/api/delete', { method: 'POST', body: data });
low line 63

Fetch to external URL

SourceSKILL.md
63fetch('/api/delete', {
Scanned on Feb 28, 2026
View Security Dashboard