api-versioning
Provides strategies for API versioning, including breaking change classification and migration patterns for evolving APIs.
Install this skill
or
92/100
Security score
The api-versioning skill was audited on May 22, 2026 and we found 4 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 67
Template literal with variable interpolation in command context
SourceSKILL.md
| 67 | return res.status(400).json({ error: `Unsupported version: ${req.apiVersion}` }); |
low line 120
Webhook reference - potential data exfiltration
SourceSKILL.md
| 120 | • Email/webhook to consumers • Docs marked "deprecated" |
low line 142
External URL reference
SourceSKILL.md
| 142 | Link: <https://api.example.com/docs/migrate-v1-v2>; rel="sunset" |
low line 154
External URL reference
SourceSKILL.md
| 154 | "migration_guide": "https://api.example.com/docs/migrate-v1-v2", |
Scanned on May 22, 2026
View Security Dashboard