Skip to main content

automating-api-testing

Automates API endpoint testing with request generation, validation, and comprehensive coverage for REST and GraphQL APIs.

Install this skill

or
80/100

Security score

The automating-api-testing skill was audited on May 12, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 100

Template literal with variable interpolation in command context

SourceSKILL.md
100.set('Authorization', `Bearer ${token}`)
medium line 118

Template literal with variable interpolation in command context

SourceSKILL.md
118.set('Authorization', `Bearer ${token}`)
medium line 129

Template literal with variable interpolation in command context

SourceSKILL.md
129.set('Authorization', `Bearer ${token}`)
low line 153

External URL reference

SourceSKILL.md
153- REST-assured (Java): https://rest-assured.io/
low line 154

External URL reference

SourceSKILL.md
154- httpx (Python): https://www.python-httpx.org/
low line 155

External URL reference

SourceSKILL.md
155- Newman (Postman CLI): https://learning.postman.com/docs/collections/using-newman-cli/
low line 156

External URL reference

SourceSKILL.md
156- OpenAPI specification: https://spec.openapis.org/oas/v3.1.0
low line 157

External URL reference

SourceSKILL.md
157- Ajv JSON Schema validator: https://ajv.js.org/
Scanned on May 12, 2026
View Security Dashboard
Installation guide →