Skip to main content

typescript-advanced-types

Master TypeScript's advanced type system for building type-safe applications with generics, conditional types, and utility types.

Install this skill

or
85/100

Security score

The typescript-advanced-types skill was audited on Mar 8, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 157

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
195type EventHandler = `on${Capitalize<EventName>}`;
medium line 213

Template literal with variable interpolation in command context

SourceSKILL.md
213[K in keyof T]: K extends string ? `${K}` | `${K}.${Path<T[K]>}` : never;
Scanned on Mar 8, 2026
View Security Dashboard