Skip to main content

dev-typescript

Helps developers fix TypeScript errors, improve type safety, and convert JavaScript to TypeScript efficiently.

Install this skill

or
73/100

Security score

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

Categories Tested

Security Issues

medium line 217

Template literal with variable interpolation in command context

SourceSKILL.md
217type Handler = `on${Capitalize<EventName>}`
medium line 222

Template literal with variable interpolation in command context

SourceSKILL.md
222type ApiRoute = `/api/${string}`
medium line 223

Template literal with variable interpolation in command context

SourceSKILL.md
223type Endpoint = `${HttpMethod} ${ApiRoute}`
medium line 292

Template literal with variable interpolation in command context

SourceSKILL.md
292return fetch(`/api/users/${id}`).then(r => r.json())
medium line 303

Template literal with variable interpolation in command context

SourceSKILL.md
303const response = await fetch(`/api/users/${id}`)
low line 175

External URL reference

SourceSKILL.md
175apiUrl: 'https://api.example.com',
low line 181

External URL reference

SourceSKILL.md
181apiUrl: 'https://api.example.com',
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →