Skip to main content

api-testing-patterns

Provides comprehensive patterns for API testing, including contract, REST, and GraphQL testing strategies to ensure robust API performance.

Install this skill

or
70/100

Security score

The api-testing-patterns skill was audited on Feb 9, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 113

Template literal with variable interpolation in command context

SourceSKILL.md
113expect((await api.get('/orders', { headers: { Authorization: `Bearer ${expired}` } })).status).toBe(401);
medium line 118

Template literal with variable interpolation in command context

SourceSKILL.md
118expect((await api.get('/orders/user-B-order', { headers: { Authorization: `Bearer ${userAToken}` } })).status).toBe(403);
medium line 183

Template literal with variable interpolation in command context

SourceSKILL.md
183const r = await api.get(`/products/${productId}`);
medium line 188

Template literal with variable interpolation in command context

SourceSKILL.md
188const r = await api.put(`/products/${productId}`, { price: 12 });
medium line 193

Template literal with variable interpolation in command context

SourceSKILL.md
193expect((await api.delete(`/products/${productId}`)).status).toBe(204);
medium line 194

Template literal with variable interpolation in command context

SourceSKILL.md
194expect((await api.get(`/products/${productId}`)).status).toBe(404);
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →
GitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry