Skip to main content

API Contract Sync Manager

Ensures API specifications align with implementations, detects breaking changes, and generates TypeScript clients for reliable contracts.

Install this skill

or
93/100

Security score

The API Contract Sync Manager 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 169

Template literal with variable interpolation in command context

SourceSKILL.md
169fetch(`/api/users/${userId}`).then(r => r.json())
low line 155

Fetch to external URL

SourceSKILL.md
155const response = await fetch('/api/users', {
low line 175

Fetch to external URL

SourceSKILL.md
175fetch('/api/users', {
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →