Core documentation

4. The host owns the verdict and fail-policy

Specification metadata
adr: 4
title: The host owns the verdict and fail-policy
status: accepted
date: 2026-06-16

§Context

Servers are third-party and untrusted by default. If a server could declare its own pass/fail, or decide whether its failure means “fail open,” a malicious or buggy server could silently disable a gate (label everything passing, or call its own crash health to wave itself through).

§Decision

Servers report; the host decides.

§Consequences