Loading...
Loading...
Run Schemathesis for property-based API security testing. Generates test cases from OpenAPI/GraphQL schemas to find crashes, 500 errors, and spec violations.
npx skill4agent add vchirrav/product-security-ai-skills api-security-schemathesispip install schemathesisschemathesis --versionschemathesis run <openapi-url> --report > schemathesis-report.txtschemathesis run <graphql-url> --reportschemathesis run <url> --auth user:passschemathesis run <url> --header "Authorization: Bearer <token>"schemathesis run <url> --endpoint "/api/users"schemathesis run <url> --stateful=links| # | Endpoint | Method | Issue Type | Status Code | Finding | Reproduction |
|---|----------|--------|------------|-------------|---------|-------------|| Type | Description |
|---|---|
| Server Error (5xx) | Unhandled exceptions / crashes |
| Schema Violation | Response doesn't match schema |
| Status Code Mismatch | Undocumented response codes |
| Content Type Mismatch | Wrong content type returned |
| Missing Auth | Endpoints accessible without credentials |
| Injection Patterns | SQL/NoSQL injection via fuzz inputs |