Skip to main content

mastering-typescript

Provides comprehensive guidance for mastering TypeScript 5.9+, focusing on type-safe patterns and modern tooling for enterprise applications.

Install this skill

or
90/100

Security score

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

Categories Tested

Security Issues

medium line 203

Template literal with variable interpolation in command context

SourceSKILL.md
203const response = await fetch(`/api/users/${id}`);
medium line 257

Template literal with variable interpolation in command context

SourceSKILL.md
257[K in keyof T as `get${Capitalize<string & K>}`]: () => T[K];
Scanned on Feb 12, 2026
View Security Dashboard