testing-integration
Facilitates API and service integration testing using Supertest, httpx, Testcontainers, and Pact for contract verification.
Install this skill
or
97/100
Security score
The testing-integration skill was audited on Mar 1, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 43
External URL reference
SourceSKILL.md
| 43 | response = httpx.get('http://example.com/api/data', headers={'Authorization': f'Bearer {os.environ.get("API_KEY")}'}).json() |
low line 46
External URL reference
SourceSKILL.md
| 46 | API endpoint: Pass URLs like `https://api.service.com/endpoint` with query params (e.g., `?limit=10`). |
low line 79
External URL reference
SourceSKILL.md
| 79 | 2. **Contract Test with Pact**: For a consumer-provider setup, define a pact in a file (e.g., `pacts/my-pact.json`) with interactions. Use `pact.verify()` against the provider endpoint (e.g., `http:// |
Scanned on Mar 1, 2026
View Security DashboardRating
5.01
Rate this skill
Categorydevelopment
UpdatedMay 13, 2026
claude-codetestingapiqa-engineerbackend-developerdevops-sredata-engineerproduct-managerdevelopmentproduct
alphaonedev/openclaw-graph