Skip to main content

api-spec-analyzer

Analyzes OpenAPI specs to generate TypeScript interfaces and implementation guidance for seamless API integration.

Install this skill

or
89/100

Security score

The api-spec-analyzer skill was audited on Feb 9, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 114

Template literal with variable interpolation in command context

SourceSKILL.md
114"Authorization": `Bearer ${getToken()}`,
medium line 148

Template literal with variable interpolation in command context

SourceSKILL.md
148toast.error(`Failed to create user: ${error.message}`)
low line 110

Fetch to external URL

SourceSKILL.md
110const response = await fetch("/api/users", {
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →