audit_api_contract
Audit live API endpoints by running adversarial queries to verify responses match expected shape schemas and catch shape-valid but wrong outputs.
Instructions
Run adversarial queries against a live endpoint and return per-query verdict (shape-valid / shape-invalid / confident-wrong / uncertain) vs an expected shape schema + per-query expectations. Catches responses that are shape-valid but wrong.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries | Yes | ||
| endpoint_url | Yes | ||
| expected_shape_schema | Yes |