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 May 24, 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
| 195 | type 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 May 24, 2026
View Security DashboardGitHub Stars 36.2K
Rate this skill
Categorydevelopment
UpdatedJune 13, 2026
frontenddesigndocxapidatabasetestingbackendfrontend-developerbackend-developerfullstack-developerproduct-managertechnical-pmdevelopmentproduct
javascript-typescriptwshobson/agents