bitrouter-attestation 1.0.0-alpha.17

Provider-agnostic confidential-inference verification (ConfidentialVerifier): client-side TEE attestation (L1) + exchange integrity (L1.5). First impl: NEAR AI Cloud.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
//! NEAR AI Cloud confidential-inference verifier — the first
//! [`ConfidentialVerifier`](crate::ConfidentialVerifier) impl.
//!
//! Verification is split across focused modules: `report` (wire types),
//! `binding` (report_data + compose), `tdx` (DCAP quote), `nvidia` (NRAS GPU
//! EAT), `dcap` (the load-bearing policy pin), and `signature` (L1.5, Phase 2).
//! [`NearVerifier`] composes them into one attestation verdict.

pub mod binding;
pub mod dcap;
pub mod eventlog;
pub mod nvidia;
pub mod report;
pub mod signature;
pub mod tdx;

use std::sync::Arc;

use async_trait::async_trait;

use crate::cache::AttestationCache;
use crate::near::binding::{compose_matches_mr_config, report_data_binds};
use crate::near::dcap::{AciDcapVerifierPolicy, model_identity};
use crate::near::eventlog::event_log_binds_info;
use crate::near::nvidia::{NvidiaEatKey, check_nras_eat};
use crate::near::report::ModelAttestation;
use crate::near::signature::{chat_signing_text, recover_eip191_address, sha256_hex};
use crate::near::tdx::QuoteVerifier;
use crate::transport::ReportTransport;
use crate::types::{
    AttestationChecks, AttestationVerdict, ExchangeInput, IntegrityProof, VerifiedExchange,
};
use crate::{ConfidentialVerifier, VerifyError};

/// Honest trust-boundary label: we verify NEAR's **model** quote directly, not
/// (as `nearai.py` does) trust NEAR's gateway.
pub const TRUST_BOUNDARY: &str = "near-ai-model";
/// Default verdict cache TTL (spec §8).
pub const DEFAULT_CACHE_TTL_SECONDS: u64 = 600;
/// Cap for caching an **unverified** verdict. Failures (e.g. a transient NRAS
/// outage) are still cached so we don't hammer NRAS per request, but only
/// briefly so verification recovers quickly rather than denying a model for a
/// full TTL (review finding #4).
pub const UNVERIFIED_CACHE_TTL_SECONDS: u64 = 60;

/// The NEAR [`ConfidentialVerifier`]. Composes the report fetch, GPU NRAS check,
/// DCAP quote verification, report_data/compose bindings, and the load-bearing
/// policy pin into a single [`AttestationVerdict`], **fail-closed** at every
/// step (spec §1.5 cond. 3) and TTL-cached.
pub struct NearVerifier {
    transport: Arc<dyn ReportTransport>,
    quotes: Arc<dyn QuoteVerifier>,
    policy: Arc<AciDcapVerifierPolicy>,
    /// NVIDIA's EAT-verification key (pinned/configured by the host).
    nvidia_key: Arc<NvidiaEatKey>,
    cache: AttestationCache,
    cache_ttl_seconds: u64,
}

impl NearVerifier {
    pub fn new(
        transport: Arc<dyn ReportTransport>,
        quotes: Arc<dyn QuoteVerifier>,
        policy: Arc<AciDcapVerifierPolicy>,
        nvidia_key: Arc<NvidiaEatKey>,
    ) -> Self {
        Self {
            transport,
            quotes,
            policy,
            nvidia_key,
            cache: AttestationCache::new(),
            cache_ttl_seconds: DEFAULT_CACHE_TTL_SECONDS,
        }
    }

    pub fn with_cache_ttl(mut self, ttl_seconds: u64) -> Self {
        self.cache_ttl_seconds = ttl_seconds;
        self
    }

    /// Serve a TTL-cached verdict, re-verifying on miss with a fresh internal
    /// nonce — the plugin/daemon hot-path entrypoint (spec §5.1). Caches the
    /// verdict it computes (verified or not) so a flaky NRAS/PCCS isn't hit per
    /// request; a transient failure simply re-verifies after the TTL.
    pub async fn verdict_cached(
        &self,
        model: &str,
        now_unix: u64,
    ) -> Result<AttestationVerdict, VerifyError> {
        if let Some(cached) = self.cache.get(model, now_unix) {
            return Ok(cached);
        }
        let nonce = crate::fresh_nonce_hex();
        let verdict = self.verify_attestation(model, &nonce, now_unix).await?;
        // Cache a confirmed verdict for the full TTL; cap an unverified one to a
        // short retry window so a transient failure recovers quickly.
        let ttl = if verdict.verified {
            self.cache_ttl_seconds
        } else {
            self.cache_ttl_seconds.min(UNVERIFIED_CACHE_TTL_SECONDS)
        };
        self.cache.put(verdict.clone(), ttl, now_unix);
        Ok(verdict)
    }

    /// Evaluate one serving node's attestation into a per-check breakdown.
    /// Every sub-check fails closed: missing evidence ⇒ `false`.
    async fn evaluate_node(
        &self,
        m: &ModelAttestation,
        nonce: &str,
        now_unix: u64,
    ) -> AttestationChecks {
        let Ok(raw_quote) = hex::decode(&m.intel_quote) else {
            return AttestationChecks::failed();
        };

        let gpu_nras_pass = match self.transport.fetch_gpu_eat(&m.nvidia_payload).await {
            Ok(eat) => check_nras_eat(&eat, nonce, &self.nvidia_key).passed(),
            Err(_) => false,
        };

        let measurements = self.quotes.measurements(&raw_quote, now_unix).await.ok();
        let dcap_quote_valid = measurements.is_some() && self.quotes.is_authenticated();

        // report_data must bind our key+nonce AND the report must echo our nonce
        // (so a stale report for a different nonce can't pass).
        let nonce_echoed = m.request_nonce.eq_ignore_ascii_case(nonce);
        let report_data_binds_key_and_nonce = nonce_echoed
            && measurements
                .as_ref()
                .is_some_and(|mm| report_data_binds(&mm.report_data, &m.signing_address, nonce));

        let debug_disabled = measurements
            .as_ref()
            .is_some_and(super::near::tdx::TdxMeasurements::debug_disabled);

        // Anchor the cloud-supplied `info` fields to the genuine quote by
        // replaying the event log into RTMR3 and binding its payloads. Only when
        // this holds are `compose`/`policy` below checking TEE-measured facts
        // rather than cloud assertions (spec §1.5 cond. 1). `None` when the quote
        // never parsed (we can't anchor without its RTMR3).
        let event_log_rtmr_ok = measurements
            .as_ref()
            .map(|mm| event_log_binds_info(&m.event_log, &mm.rtmr3, &m.info));

        let compose_matches_mr_config =
            compose_matches_mr_config(&m.info.tcb_info.app_compose, &m.info.compose_hash);

        let policy_accepts = match model_identity(&m.info) {
            Ok(id) => {
                self.policy.accepts(&id.workload_id, &id.image_digests)
                    && self.policy.accepts_kms_root(&id.kms_root_public_key)
            }
            Err(_) => false,
        };

        // Assert the quote's firmware-measured base registers
        // (MRTD/RTMR0/RTMR1/RTMR2) against a pinned reference. Unlike RTMR3 above,
        // these are measured before the guest runs and so can't be forged by a
        // malicious base image on genuine TDX hardware — the unforgeable
        // distinguisher the RTMR3-only anchor was missing (issue #567). Fail
        // closed when the quote never verified (`measurements` is `None`).
        let base_measurements_match = measurements.as_ref().is_some_and(|mm| {
            self.policy
                .accepts_base_measurements(&mm.mr_td, &mm.rtmr0, &mm.rtmr1, &mm.rtmr2)
        });

        // Surface the platform TCB status as a claim, and gate it against the
        // policy's floor. A signature-valid but out-of-date quote (`dcap-qvl`
        // returns `Ok` for it) passes every check above, so without this gate a
        // known-vulnerable TEE would verify. Fail closed when the quote never
        // verified (`measurements` is `None`).
        let tcb_status = measurements.as_ref().and_then(|mm| mm.tcb_status.clone());
        let tcb_level_acceptable = measurements.as_ref().is_some_and(|mm| {
            self.policy
                .tcb_acceptable(mm.tcb_status.as_deref(), &mm.tcb_advisory_ids)
        });

        AttestationChecks {
            gpu_nras_pass,
            dcap_quote_valid,
            report_data_binds_key_and_nonce,
            compose_matches_mr_config,
            policy_accepts,
            debug_disabled,
            event_log_rtmr_ok,
            base_measurements_match,
            tcb_status,
            tcb_level_acceptable,
        }
    }
}

#[async_trait]
impl ConfidentialVerifier for NearVerifier {
    fn provider(&self) -> &str {
        "near-ai"
    }

    /// Serve a TTL-cached verdict (the hot path) instead of the trait default's
    /// fresh-nonce verify.
    async fn attestation_cached(
        &self,
        model: &str,
        now_unix: u64,
    ) -> Result<AttestationVerdict, VerifyError> {
        self.verdict_cached(model, now_unix).await
    }

    async fn verify_attestation(
        &self,
        model: &str,
        nonce: &str,
        now_unix: u64,
    ) -> Result<AttestationVerdict, VerifyError> {
        // Fail-closed: a withheld report ⇒ unverified, never a silent pass.
        let Ok(report) = self.transport.fetch_report(model, nonce).await else {
            return Ok(AttestationVerdict::unverified(model, nonce, now_unix));
        };

        // The report may carry several serving nodes (multi-node; signature
        // cached per node). A node is attested only if ALL its checks pass; the
        // verdict collects every fully-passing node's signing address so L1.5
        // can bind a chat signature to any of them (spec §1.5 cond. 2).
        let mut attested_addresses = Vec::new();
        let mut summary = AttestationChecks::failed();
        let mut saw_node = false;
        for m in report
            .model_attestations
            .iter()
            .filter(|m| m.model_name == model)
        {
            let checks = self.evaluate_node(m, nonce, now_unix).await;
            if !saw_node {
                summary = checks.clone();
                saw_node = true;
            }
            if checks.all_pass() {
                summary = checks;
                attested_addresses.push(m.signing_address.clone());
            }
        }

        Ok(AttestationVerdict {
            model: model.to_string(),
            verified: !attested_addresses.is_empty(),
            attested_addresses,
            trust_boundary: TRUST_BOUNDARY.to_string(),
            nonce: nonce.to_string(),
            checks: summary,
            verified_at_unix: now_unix,
        })
    }

    async fn verify_exchange(
        &self,
        ex: &ExchangeInput<'_>,
    ) -> Result<VerifiedExchange, VerifyError> {
        let request_hash = sha256_hex(ex.request_body);
        let response_hash = sha256_hex(ex.response_body);
        let expected_text = chat_signing_text(ex.model, &request_hash, &response_hash);

        // L1 first: the attested (policy-accepted) signing-address set this
        // signature must recover into (spec §1.5 cond. 2).
        let attestation = self.attestation_cached(ex.model, ex.now_unix).await?;

        // Fail-closed: a withheld/invalid signature ⇒ unverified, not an error.
        let Ok(sig) = self.transport.fetch_signature(ex.chat_id, ex.model).await else {
            return Ok(VerifiedExchange {
                provider: self.provider().to_string(),
                model: ex.model.to_string(),
                request_hash,
                response_hash,
                attestation,
                integrity: IntegrityProof::NearChatSignature {
                    text: String::new(),
                    signature: String::new(),
                    signing_address: String::new(),
                },
                verified: false,
            });
        };

        // The signed text must equal the one our exact bytes produce, and the
        // signature must recover to the address the TEE claims AND to a member of
        // the policy-accepted attested set.
        let text_matches = sig.text == expected_text;
        let recovered = recover_eip191_address(sig.text.as_bytes(), &sig.signature);
        let recovers_to_claim = recovered
            .as_deref()
            .is_some_and(|r| r.eq_ignore_ascii_case(&sig.signing_address));
        let attested = recovered.as_deref().is_some_and(|r| {
            attestation
                .attested_addresses
                .iter()
                .any(|a| a.eq_ignore_ascii_case(r))
        });

        let verified = attestation.verified && text_matches && recovers_to_claim && attested;

        Ok(VerifiedExchange {
            provider: self.provider().to_string(),
            model: ex.model.to_string(),
            request_hash,
            response_hash,
            attestation,
            integrity: IntegrityProof::NearChatSignature {
                text: sig.text,
                signature: sig.signature,
                signing_address: sig.signing_address,
            },
            verified,
        })
    }
}

#[cfg(test)]
mod tests {
    use super::*;
    use crate::near::report::AttestationReport;
    use jsonwebtoken::{Algorithm, EncodingKey, Header, encode};
    use std::sync::atomic::{AtomicUsize, Ordering};

    const FIXTURE: &str = include_str!("../../tests/fixtures/near_report.json");
    const MODEL: &str = "zai-org/GLM-5.1-FP8";
    const FIXTURE_NONCE: &str = "9a01356cb451dc2c3c0ce9a195245a0be984a3f73617f55f87913fc2f059cba7";
    const APP_ID: &str = "2c0a0c96cb6dbd659bf1446e2f3fce58172ff91b";
    const KMS_ROOT_DER_SPKI: &str = "3059301306072a8648ce3d020106082a8648ce3d03010703420004228f800590a10442cba9d0e6adb2fa9f195eea9e75e23dd35990d52b59dda2415a63674c38adebde4ffd4d4b265bf818985933820c8053cee3ce29b5fb0fbcbc";
    const TEST_EC_PRIVATE_PKCS8_PEM: &str =
        include_str!("../../tests/fixtures/nras_test_ec_private_pkcs8.pem");
    const TEST_EC_PUBLIC_PEM: &str = include_str!("../../tests/fixtures/nras_test_ec_public.pem");

    fn nvidia_key() -> Arc<NvidiaEatKey> {
        Arc::new(NvidiaEatKey::from_ec_pem(TEST_EC_PUBLIC_PEM.as_bytes()).unwrap())
    }

    /// Sign an NRAS-shaped EAT carrying a passing result and the given nonce.
    fn signed_eat(eat_nonce: &str) -> Vec<u8> {
        let ek = EncodingKey::from_ec_pem(TEST_EC_PRIVATE_PKCS8_PEM.as_bytes()).unwrap();
        let claims = serde_json::json!({
            "x-nvidia-overall-att-result": true,
            "eat_nonce": eat_nonce,
        });
        let jwt = encode(&Header::new(Algorithm::ES256), &claims, &ek).unwrap();
        serde_json::to_vec(&serde_json::json!([["JWT", jwt], {}])).unwrap()
    }

    /// Replays the fixture report and a freshly-signed EAT bound to a fixed
    /// nonce; counts report fetches for the cache test.
    struct StubTransport {
        eat_nonce: String,
        fail_report: bool,
        report_fetches: AtomicUsize,
    }

    impl StubTransport {
        fn passing() -> Self {
            Self {
                eat_nonce: FIXTURE_NONCE.to_string(),
                fail_report: false,
                report_fetches: AtomicUsize::new(0),
            }
        }
    }

    #[async_trait]
    impl ReportTransport for StubTransport {
        async fn fetch_report(
            &self,
            _model: &str,
            _nonce: &str,
        ) -> Result<AttestationReport, VerifyError> {
            self.report_fetches.fetch_add(1, Ordering::SeqCst);
            if self.fail_report {
                return Err(VerifyError::Malformed {
                    what: "report",
                    detail: "withheld".to_string(),
                });
            }
            Ok(serde_json::from_str(FIXTURE).unwrap())
        }

        async fn fetch_gpu_eat(&self, _nvidia_payload: &str) -> Result<Vec<u8>, VerifyError> {
            Ok(signed_eat(&self.eat_nonce))
        }
    }

    /// Parse-only quote verifier: returns real measurements from the fixture
    /// quote and claims authenticity (the live Intel-signature path is the
    /// #[ignore]d test in `tdx`). Carries a configurable TCB status so tests can
    /// simulate the collateral verdict the offline parse can't produce.
    struct TrustingQuoteVerifier {
        tcb_status: Option<String>,
        tcb_advisory_ids: Vec<String>,
    }

    impl TrustingQuoteVerifier {
        /// A genuine, current-TCB platform (the happy path).
        fn up_to_date() -> Self {
            Self {
                tcb_status: Some("UpToDate".to_string()),
                tcb_advisory_ids: Vec::new(),
            }
        }

        /// A genuine TEE whose microcode is stale: signature-valid quote, but a
        /// non-current TCB carrying the given advisories (the #566 case).
        fn with_tcb(status: &str, advisories: &[&str]) -> Self {
            Self {
                tcb_status: Some(status.to_string()),
                tcb_advisory_ids: advisories.iter().map(|s| s.to_string()).collect(),
            }
        }
    }

    #[async_trait]
    impl QuoteVerifier for TrustingQuoteVerifier {
        async fn measurements(
            &self,
            raw_quote: &[u8],
            _now_unix: u64,
        ) -> Result<crate::near::tdx::TdxMeasurements, VerifyError> {
            let mut m = crate::near::tdx::parse_tdx_quote(raw_quote)?;
            m.tcb_status = self.tcb_status.clone();
            m.tcb_advisory_ids = self.tcb_advisory_ids.clone();
            Ok(m)
        }
        fn is_authenticated(&self) -> bool {
            true
        }
    }

    fn policy(workload: &str, kms: &str) -> Arc<AciDcapVerifierPolicy> {
        Arc::new(
            AciDcapVerifierPolicy::new(
                [workload.to_string()],
                [],
                [kms.to_string()],
                [fixture_base_mrs()],
            )
            .unwrap(),
        )
    }

    /// `mrtd ‖ rtmr0 ‖ rtmr1 ‖ rtmr2` decoded from the genuine fixture quote —
    /// the legitimate base bundle an operator pins (issue #567).
    fn fixture_base_mrs() -> String {
        let r: AttestationReport = serde_json::from_str(FIXTURE).unwrap();
        let m = crate::near::tdx::parse_tdx_quote(
            &hex::decode(&r.model_attestations[0].intel_quote).unwrap(),
        )
        .unwrap();
        format!(
            "{}{}{}{}",
            hex::encode(m.mr_td),
            hex::encode(m.rtmr0),
            hex::encode(m.rtmr1),
            hex::encode(m.rtmr2),
        )
    }

    fn verifier(
        transport: Arc<dyn ReportTransport>,
        pol: Arc<AciDcapVerifierPolicy>,
    ) -> NearVerifier {
        verifier_with_quotes(
            transport,
            pol,
            Arc::new(TrustingQuoteVerifier::up_to_date()),
        )
    }

    fn verifier_with_quotes(
        transport: Arc<dyn ReportTransport>,
        pol: Arc<AciDcapVerifierPolicy>,
        quotes: Arc<dyn QuoteVerifier>,
    ) -> NearVerifier {
        NearVerifier::new(transport, quotes, pol, nvidia_key())
    }

    #[tokio::test]
    async fn verifies_the_legitimate_model_end_to_end() {
        let v = verifier(
            Arc::new(StubTransport::passing()),
            policy(APP_ID, KMS_ROOT_DER_SPKI),
        );
        let verdict = v
            .verify_attestation(MODEL, FIXTURE_NONCE, 1_000)
            .await
            .unwrap();
        assert!(verdict.verified, "checks: {:?}", verdict.checks);
        assert!(verdict.checks.all_pass());
        assert_eq!(
            verdict.attested_addresses,
            vec!["0xbb4d2e7ffe98eefcd9690e2139be41e92b95e333".to_string()]
        );
        assert_eq!(verdict.trust_boundary, TRUST_BOUNDARY);
        // The happy path is UpToDate and gated as acceptable.
        assert_eq!(verdict.checks.tcb_status.as_deref(), Some("UpToDate"));
        assert!(verdict.checks.tcb_level_acceptable);
        // The genuine quote's base registers match the pinned bundle (#567).
        assert!(verdict.checks.base_measurements_match);
    }

    #[tokio::test]
    async fn rejects_an_out_of_date_tcb_by_default() {
        // The #566 case: a genuine TEE with a signature-valid quote whose TCB is
        // OutOfDate. Every other check passes, so before the TCB gate this model
        // verified against known-vulnerable microcode.
        let quotes = Arc::new(TrustingQuoteVerifier::with_tcb(
            "OutOfDate",
            &["INTEL-SA-00615"],
        ));
        let v = verifier_with_quotes(
            Arc::new(StubTransport::passing()),
            policy(APP_ID, KMS_ROOT_DER_SPKI),
            quotes,
        );
        let verdict = v
            .verify_attestation(MODEL, FIXTURE_NONCE, 1_000)
            .await
            .unwrap();
        let c = &verdict.checks;
        // Everything EXCEPT the TCB floor passes — proving the gate is the sole
        // reason for the rejection (i.e. this is what used to verify).
        assert!(c.gpu_nras_pass && c.dcap_quote_valid && c.report_data_binds_key_and_nonce);
        assert!(c.compose_matches_mr_config && c.policy_accepts && c.debug_disabled);
        assert_eq!(c.event_log_rtmr_ok, Some(true));
        assert!(c.base_measurements_match);
        assert_eq!(c.tcb_status.as_deref(), Some("OutOfDate"));
        assert!(!c.tcb_level_acceptable);
        assert!(!c.all_pass());
        assert!(!verdict.verified, "out-of-date TCB must not verify");
        assert!(verdict.attested_addresses.is_empty());
    }

    #[tokio::test]
    async fn accepts_an_out_of_date_tcb_when_its_advisory_is_allowlisted() {
        // An operator may accept a specific advisory explicitly; then the same
        // OutOfDate platform verifies.
        let quotes = Arc::new(TrustingQuoteVerifier::with_tcb(
            "OutOfDate",
            &["INTEL-SA-00615"],
        ));
        let pol = Arc::new(
            AciDcapVerifierPolicy::new(
                [APP_ID.to_string()],
                [],
                [KMS_ROOT_DER_SPKI.to_string()],
                [fixture_base_mrs()],
            )
            .unwrap()
            .with_allowed_tcb_advisory_ids(["INTEL-SA-00615".to_string()]),
        );
        let v = verifier_with_quotes(Arc::new(StubTransport::passing()), pol, quotes);
        let verdict = v
            .verify_attestation(MODEL, FIXTURE_NONCE, 1_000)
            .await
            .unwrap();
        assert!(verdict.checks.tcb_level_acceptable);
        assert!(verdict.checks.all_pass());
        assert!(verdict.verified);
    }

    #[tokio::test]
    async fn rejects_out_of_date_when_an_advisory_is_not_allowlisted() {
        // A second, un-allowlisted advisory must still sink the verdict — the
        // floor requires EVERY advisory to be accepted.
        let quotes = Arc::new(TrustingQuoteVerifier::with_tcb(
            "OutOfDate",
            &["INTEL-SA-00615", "INTEL-SA-00999"],
        ));
        let pol = Arc::new(
            AciDcapVerifierPolicy::new(
                [APP_ID.to_string()],
                [],
                [KMS_ROOT_DER_SPKI.to_string()],
                [fixture_base_mrs()],
            )
            .unwrap()
            .with_allowed_tcb_advisory_ids(["INTEL-SA-00615".to_string()]),
        );
        let v = verifier_with_quotes(Arc::new(StubTransport::passing()), pol, quotes);
        let verdict = v
            .verify_attestation(MODEL, FIXTURE_NONCE, 1_000)
            .await
            .unwrap();
        assert!(!verdict.checks.tcb_level_acceptable);
        assert!(!verdict.verified);
    }

    #[tokio::test]
    async fn rejects_a_genuine_tee_when_policy_pins_a_different_model() {
        // THE load-bearing case: every hardware check passes, but the policy
        // doesn't allowlist this model ⇒ unverified.
        let v = verifier(
            Arc::new(StubTransport::passing()),
            policy("some-other-workload", KMS_ROOT_DER_SPKI),
        );
        let verdict = v
            .verify_attestation(MODEL, FIXTURE_NONCE, 1_000)
            .await
            .unwrap();
        assert!(!verdict.verified);
        assert!(!verdict.checks.policy_accepts);
        assert!(verdict.attested_addresses.is_empty());
    }

    #[tokio::test]
    async fn rejects_a_genuine_tee_whose_base_measurements_are_not_pinned() {
        // THE #567 case end-to-end: a malicious base OS on genuine TDX hardware
        // forges its guest-extended RTMR3 labels and binds its own signing key, so
        // every app-level check passes — but its firmware-measured base registers
        // differ from the legitimate ones and cannot be forged. Model that by
        // pinning a DIFFERENT base bundle than the fixture quote presents; before
        // this gate existed, the verdict verified anyway.
        let mut wrong_base = fixture_base_mrs();
        wrong_base.replace_range(0..2, "00"); // corrupt MRTD's first byte
        let pol = Arc::new(
            AciDcapVerifierPolicy::new(
                [APP_ID.to_string()],
                [],
                [KMS_ROOT_DER_SPKI.to_string()],
                [wrong_base],
            )
            .unwrap(),
        );
        let v = verifier(Arc::new(StubTransport::passing()), pol);
        let verdict = v
            .verify_attestation(MODEL, FIXTURE_NONCE, 1_000)
            .await
            .unwrap();
        let c = &verdict.checks;
        // Everything EXCEPT the base-measurement gate passes — proving it is the
        // sole reason for rejection (i.e. exactly what used to verify pre-fix).
        assert!(c.gpu_nras_pass && c.dcap_quote_valid && c.report_data_binds_key_and_nonce);
        assert!(c.compose_matches_mr_config && c.policy_accepts && c.debug_disabled);
        assert_eq!(c.event_log_rtmr_ok, Some(true));
        assert!(c.tcb_level_acceptable);
        assert!(
            !c.base_measurements_match,
            "forged base MRs must not match the pinned bundle"
        );
        assert!(!c.all_pass());
        assert!(
            !verdict.verified,
            "a base image whose MRs aren't pinned must not verify (#567)"
        );
        assert!(verdict.attested_addresses.is_empty());
    }

    #[tokio::test]
    async fn fail_closed_when_the_report_is_withheld() {
        let transport = StubTransport {
            fail_report: true,
            ..StubTransport::passing()
        };
        let v = verifier(Arc::new(transport), policy(APP_ID, KMS_ROOT_DER_SPKI));
        let verdict = v
            .verify_attestation(MODEL, FIXTURE_NONCE, 1_000)
            .await
            .unwrap();
        assert!(!verdict.verified);
        assert!(!verdict.checks.all_pass());
    }

    #[tokio::test]
    async fn stale_nonce_fails_report_data_binding() {
        // A report bound to the fixture nonce can't satisfy a different request.
        let v = verifier(
            Arc::new(StubTransport::passing()),
            policy(APP_ID, KMS_ROOT_DER_SPKI),
        );
        let verdict = v
            .verify_attestation(MODEL, "00".repeat(32).as_str(), 1_000)
            .await
            .unwrap();
        assert!(!verdict.verified);
        assert!(!verdict.checks.report_data_binds_key_and_nonce);
    }

    #[tokio::test]
    async fn verdict_cached_fetches_once_within_ttl_then_refreshes_after() {
        let transport = Arc::new(StubTransport::passing());
        let v = verifier(transport.clone(), policy(APP_ID, KMS_ROOT_DER_SPKI)).with_cache_ttl(600);

        // verdict_cached uses a fresh random nonce, so against the fixed fixture
        // the verdict is unverified and cached only for the short retry window.
        v.verdict_cached(MODEL, 1_000).await.unwrap();
        v.verdict_cached(MODEL, 1_030).await.unwrap();
        assert_eq!(
            transport.report_fetches.load(Ordering::SeqCst),
            1,
            "second call within the retry window hits cache"
        );

        v.verdict_cached(MODEL, 1_061).await.unwrap(); // past the 60s unverified TTL
        assert_eq!(
            transport.report_fetches.load(Ordering::SeqCst),
            2,
            "re-verifies after the retry window"
        );
    }

    #[tokio::test]
    async fn verified_verdict_caches_for_the_full_ttl() {
        // With the fixture nonce the verdict verifies; it should cache for the
        // full configured TTL, not the short unverified retry window.
        let transport = Arc::new(StubTransport::passing());
        let v = verifier(transport, policy(APP_ID, KMS_ROOT_DER_SPKI)).with_cache_ttl(600);
        let verdict = v
            .verify_attestation(MODEL, FIXTURE_NONCE, 1_000)
            .await
            .unwrap();
        assert!(verdict.verified);
        v.cache.put(verdict, 600, 1_000);
        assert!(
            v.cache.get(MODEL, 1_599).is_some(),
            "still fresh within TTL"
        );
        assert!(
            v.cache.get(MODEL, 1_600).is_none(),
            "expired after full TTL"
        );
    }

    // ===== L1.5: verify_exchange =====

    use crate::near::signature::ChatSignature;

    /// 20-byte address for secp256k1 private key = 1.
    const ADDR1: &str = "7e5f4552091a69125d5dfcb7b8c2659029395bdf";

    /// EIP-191 sign `text` with the secp256k1 key whose 32nd byte is `priv_lsb`.
    fn sign_chat(priv_lsb: u8, text: &str) -> String {
        use k256::ecdsa::SigningKey;
        use sha3::{Digest, Keccak256};
        let mut pk = [0u8; 32];
        pk[31] = priv_lsb;
        let key = SigningKey::from_slice(&pk).unwrap();
        let mut h = Keccak256::new();
        h.update(b"\x19Ethereum Signed Message:\n");
        h.update(text.len().to_string().as_bytes());
        h.update(text.as_bytes());
        let digest: [u8; 32] = h.finalize().into();
        let (sig, rec) = key.sign_prehash_recoverable(&digest).unwrap();
        let mut out = sig.to_bytes().to_vec();
        out.push(27 + rec.to_byte());
        hex::encode(out)
    }

    /// The fixture report with its quote `report_data` and `signing_address`
    /// rewritten to bind `ADDR1` + `nonce` (parse-only quote verification lets us
    /// splice the 64-byte report_data without breaking the RTMR3/event-log
    /// anchor, which is unchanged).
    fn spliced_report(nonce_hex: &str) -> AttestationReport {
        let mut report: AttestationReport = serde_json::from_str(FIXTURE).unwrap();
        let m = &mut report.model_attestations[0];
        let mut quote = hex::decode(&m.intel_quote).unwrap();
        let addr = hex::decode(ADDR1).unwrap();
        let nonce = hex::decode(nonce_hex).unwrap();
        let mut rd = [0u8; 64];
        rd[..20].copy_from_slice(&addr);
        rd[32..64].copy_from_slice(&nonce);
        quote[568..632].copy_from_slice(&rd);
        m.intel_quote = hex::encode(&quote);
        m.signing_address = format!("0x{ADDR1}");
        m.request_nonce = nonce_hex.to_string();
        report
    }

    /// Nonce-aware transport: each `fetch_report(nonce)` binds `ADDR1` + that
    /// nonce, and `fetch_gpu_eat` echoes it, so the verifier's fresh random nonce
    /// verifies. `chat_sig` is the canned signature (None ⇒ withheld).
    struct ExchangeStub {
        last_nonce: std::sync::Mutex<String>,
        chat_sig: Option<ChatSignature>,
    }

    #[async_trait]
    impl ReportTransport for ExchangeStub {
        async fn fetch_report(
            &self,
            _model: &str,
            nonce: &str,
        ) -> Result<AttestationReport, VerifyError> {
            *self.last_nonce.lock().unwrap() = nonce.to_string();
            Ok(spliced_report(nonce))
        }
        async fn fetch_gpu_eat(&self, _payload: &str) -> Result<Vec<u8>, VerifyError> {
            Ok(signed_eat(&self.last_nonce.lock().unwrap()))
        }
        async fn fetch_signature(
            &self,
            _chat_id: &str,
            _model: &str,
        ) -> Result<ChatSignature, VerifyError> {
            self.chat_sig.clone().ok_or(VerifyError::Malformed {
                what: "chat signature",
                detail: "withheld".to_string(),
            })
        }
    }

    fn exchange_verifier(chat_sig: Option<ChatSignature>) -> NearVerifier {
        NearVerifier::new(
            Arc::new(ExchangeStub {
                last_nonce: std::sync::Mutex::new(String::new()),
                chat_sig,
            }),
            Arc::new(TrustingQuoteVerifier::up_to_date()),
            policy(APP_ID, KMS_ROOT_DER_SPKI),
            nvidia_key(),
        )
    }

    fn signature_over(model: &str, req: &[u8], resp: &[u8], priv_lsb: u8) -> ChatSignature {
        let text =
            crate::chat_signing_text(model, &crate::sha256_hex(req), &crate::sha256_hex(resp));
        let signature = sign_chat(priv_lsb, &text);
        let signing_address = crate::recover_eip191_address(text.as_bytes(), &signature).unwrap();
        ChatSignature {
            text,
            signature,
            signing_address,
            signing_algo: "ecdsa".to_string(),
        }
    }

    #[tokio::test]
    async fn verifies_a_genuine_exchange_end_to_end() {
        let (req, resp) = (
            b"the request bytes".as_slice(),
            b"the response bytes".as_slice(),
        );
        // Signed by privkey 1, whose address (ADDR1) is the attested signer.
        let sig = signature_over(MODEL, req, resp, 1);
        let v = exchange_verifier(Some(sig));

        let ex = crate::ExchangeInput {
            model: MODEL,
            request_body: req,
            response_body: resp,
            chat_id: "chat-1",
            now_unix: 1_000,
        };
        let out = v.verify_exchange(&ex).await.unwrap();

        assert!(out.verified, "attestation: {:?}", out.attestation.checks);
        assert_eq!(out.request_hash, crate::sha256_hex(req));
        assert!(matches!(
            out.integrity,
            crate::IntegrityProof::NearChatSignature { .. }
        ));
    }

    #[tokio::test]
    async fn tampered_response_body_fails_the_text_match() {
        let (req, resp) = (b"req".as_slice(), b"original response".as_slice());
        // Signature is over the ORIGINAL bodies...
        let sig = signature_over(MODEL, req, resp, 1);
        let v = exchange_verifier(Some(sig));

        // ...but the client presents a DIFFERENT response: text won't match.
        let ex = crate::ExchangeInput {
            model: MODEL,
            request_body: req,
            response_body: b"tampered response",
            chat_id: "chat-1",
            now_unix: 1_000,
        };
        let out = v.verify_exchange(&ex).await.unwrap();
        assert!(!out.verified);
    }

    #[tokio::test]
    async fn signature_from_an_unattested_key_fails() {
        // Valid signature, recovers to its claimed address — but that address
        // (privkey 2) is NOT the attested signer (ADDR1). The load-bearing L1.5
        // case: a real signature from the wrong key.
        let (req, resp) = (b"req".as_slice(), b"resp".as_slice());
        let sig = signature_over(MODEL, req, resp, 2);
        let v = exchange_verifier(Some(sig));

        let ex = crate::ExchangeInput {
            model: MODEL,
            request_body: req,
            response_body: resp,
            chat_id: "chat-1",
            now_unix: 1_000,
        };
        let out = v.verify_exchange(&ex).await.unwrap();
        assert!(!out.verified);
    }

    #[tokio::test]
    async fn withheld_signature_is_fail_closed() {
        let (req, resp) = (b"req".as_slice(), b"resp".as_slice());
        let v = exchange_verifier(None); // signature withheld by the cloud
        let ex = crate::ExchangeInput {
            model: MODEL,
            request_body: req,
            response_body: resp,
            chat_id: "chat-1",
            now_unix: 1_000,
        };
        let out = v.verify_exchange(&ex).await.unwrap();
        assert!(!out.verified);
    }
}