{
  "_meta": {
    "artifact": "governance_test_report",
    "generated_at_utc": "2026-08-03T12:54:13Z",
    "git_commit": "8c630bbff55632916e3fba70d3c96b8d1cbb6e78",
    "python": "3.12.8",
    "pytest": "pytest 9.1.1",
    "generator": "pytest (captured)",
    "sha256": "1f3cd3bf27bf0d22b38de6714127511f8f9ee994eb77dca22f45638dc6253562"
  },
  "description": "Captured results of running EVE's own test suites for the at-most-once authorization and fail-closed enforcement claims. Reproduce with the listed pytest commands at this commit.",
  "reproduce": [
    "python -m pytest tests/test_execution_token.py -q",
    "python -m pytest tests/remediation/test_d2_production_seal_failclosed.py -q"
  ],
  "suites": [
    {
      "claim_key": "at_most_once_authorization",
      "test_file": "tests/test_execution_token.py",
      "description": "Execution-token / at-most-once authorization: a token authorizes exactly one execution; batch + threading paths cannot double-consume.",
      "summary_line": "28 passed in 1.04s",
      "passed": 28,
      "failed": 0,
      "exit_code": 0,
      "all_passed": true
    },
    {
      "claim_key": "fail_closed_enforcement",
      "test_file": "tests/remediation/test_d2_production_seal_failclosed.py",
      "description": "Fail-closed production seal: in production the governance gate refuses to serve unless explicitly sealed/trusted; malformed or off toggles fail closed.",
      "summary_line": "8 passed in 2.12s",
      "passed": 8,
      "failed": 0,
      "exit_code": 0,
      "all_passed": true
    }
  ]
}
