api-debug-lab 0.4.0

Reproducible API troubleshooting fixtures and a Rust diagnostic CLI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "auth_no_response",
  "description": "Calibration: auth-required + missing Authorization header, but the case was captured before any response. auth_missing fires at 0.60 (no 401 boost).",
  "severity": "medium",
  "request": {
    "method": "POST",
    "url": "https://api.acme-co.example/v1/events",
    "headers": {
      "content-type": "application/json"
    },
    "body": "{\"event\":\"ping\"}"
  },
  "context": {
    "auth_required": true
  },
  "expected_rule_id": "auth_missing"
}