Skip to main content

typescript

Facilitates advanced TypeScript development with utility types, generics, and conditional types for safer, more expressive code.

Install this skill

or
65/100

Security score

The typescript skill was audited on May 21, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 173

Template literal with variable interpolation in command context

SourceSKILL.md
173[K in keyof T as `get${Capitalize<string & K>}`]: () => T[K];
medium line 198

Template literal with variable interpolation in command context

SourceSKILL.md
198type HandlerName = `on${Capitalize<EventName>}`;
medium line 203

Template literal with variable interpolation in command context

SourceSKILL.md
203type CSSLonghand = `${CSSProperty}${CSSDirection}`;
medium line 208

Template literal with variable interpolation in command context

SourceSKILL.md
208T extends `${string}:${infer Param}/${infer Rest}`
medium line 209

Template literal with variable interpolation in command context

SourceSKILL.md
209? Param | ExtractRouteParams<`/${Rest}`>
medium line 210

Template literal with variable interpolation in command context

SourceSKILL.md
210: T extends `${string}:${infer Param}`
medium line 444

Template literal with variable interpolation in command context

SourceSKILL.md
444throw new Error(`Unhandled case: ${JSON.stringify(x)}`);
Scanned on May 21, 2026
View Security Dashboard
Installation guide →