Skip to main content

typescript-core

Provides advanced TypeScript patterns and best practices for type safety and runtime validation, enhancing modern development workflows.

Install this skill

or
83/100

Security score

The typescript-core skill was audited on Feb 28, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 104

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
106: T extends `${string}:${infer Param}`
medium line 136

Template literal with variable interpolation in command context

SourceSKILL.md
136throw new Error(`Unhandled: ${_exhaustive}`);
low line 75

External URL reference

SourceSKILL.md
75apiUrl: "https://api.example.com",
low line 78

External URL reference

SourceSKILL.md
78// Type: { readonly apiUrl: "https://api.example.com"; readonly timeout: 5000 }
Scanned on Feb 28, 2026
View Security Dashboard