Skip to main content

core-type-mapping

Provides a reference for mapping OpenAPI formats to TypeScript core types, enhancing API development and validation.

Install this skill

or
85/100

Security score

The core-type-mapping skill was audited on Feb 9, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 240

Template literal with variable interpolation in command context

SourceSKILL.md
240const message = `User email: ${email}`; // "User email: [email protected]"
medium line 378

Template literal with variable interpolation in command context

SourceSKILL.md
378const message = `User email: ${email}`;
medium line 382

Template literal with variable interpolation in command context

SourceSKILL.md
382const log = `Processing user ${uuid}`;
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →