Skip to main content

standards-typescript

Provides TypeScript coding standards, including naming conventions and best practices, for improved code quality in TypeScript projects.

Install this skill

or
85/100

Security score

The standards-typescript skill was audited on Feb 27, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 101

Template literal with variable interpolation in command context

SourceSKILL.md
101const message = `Hello, ${user.name}!`;
medium line 245

Template literal with variable interpolation in command context

SourceSKILL.md
245const response = await fetch(`/api/users/${userId}`);
medium line 274

Template literal with variable interpolation in command context

SourceSKILL.md
274super(`User not found: ${userId}`);
Scanned on Feb 27, 2026
View Security Dashboard