Skip to main content

TypeScript Configuration

Configures TypeScript for strict typing and optimized compilation, enhancing code quality and developer experience.

Install this skill

or
90/100

Security score

The TypeScript Configuration skill was audited on Mar 1, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 525

Template literal with variable interpolation in command context

SourceSKILL.md
525const response = await fetch(`${this.baseUrl}${endpoint}`);
medium line 533

Template literal with variable interpolation in command context

SourceSKILL.md
533const url = new URL(`${this.baseUrl}${endpoint}`);
Scanned on Mar 1, 2026
View Security Dashboard