verification-desk 0.2.0 Deterministic rule checks for trading-agent books, against the customer's own rulebook. POST /v1/check with a JSON object: snapshot, rulebook, and optionally broker and journal. Every response starts with verdict (FLAGGED, CLEAN, NOT_VERIFIED, REFUSED), coverage and coverage_complete. A zero-flag result with verdict NOT_VERIFIED is not a pass, and a response with coverage_complete false is not full coverage under any verdict; read coverage.not_ran before the flag count. POST /v1/check with {"sample": true} runs every plan's checks on the public sample book. GET /v1/plans lists the plans. GET /health reports liveness and the outbound guard. Flags test the customer's stated rules only and are never a trade instruction. The operator does not give advice, does not execute and holds no discretion. Raw books are never stored: the service keeps digests and flag metadata only.