Preprint
Article

This version is not peer-reviewed.

PQ-MedTrust: A Post-Quantum, Decentralized-Identity Zero-Trust Architecture for Autonomous Clinical Agents at the Internet-of-Medical-Things Edge

Submitted:

25 August 2026

Posted:

25 August 2026

You are already at the latest version

Abstract
Autonomous clinical agents increasingly act on Internet-of-Medical-Things (IoMT) end points, yet existing identity and access-management mechanisms remain human-centric, quantum-vulnerable, and poorly suited to continuous action-level trust enforcement. We present PQ-MedTrust, a three-tier post-quantum trust-to-revocation architecture integrating Decentralized Identifiers, Verifiable Credentials, identity–behavior–context trust with risk dependent decay, hybrid classical/post-quantum authentication, and automatic credential revocation. We implement and measure the complete enforcement path and characterize where behavioral trust succeeds, becomes detection-latency limited, or fails to separate malicious from benign behavior. A liboqs-based testbed evaluates classical-only, hybrid, PQC-only, and SLH-DSA configurations. On a general-purpose CPU, classical, hybrid, and PQC-only handshakes remain below 1.5ms, while hybrid authorized actions expand to 21.1KB versus 1.8KB classically. Cryptographic enforcement adds 0.07–11.1ms. Across 1,000 runs per scenario, aggressive scope abuse and one-shot mimicry are detected in 100% of runs, while adaptive stealth reaches 20.2% detection at 24h and 75.3% at 120h. The pooled benign false-positive rate is 1.8% under reliable context, but rises sharply when context is degraded or benign agents emit the unusual-but-in-scope behavior used to characterize adaptive stealth. These results show modest CPU-tier PQC cost but substantial communication overhead, while exposing the operating limits of automatic behavior-driven revocation.
Keywords: 
;  ;  ;  ;  ;  ;  ;  ;  

1. Introduction

Agentic artificial intelligence—systems in which language-model-driven agents plan, call tools, delegate tasks, and take actions with limited human oversight—is beginning to enter clinical workflows. When such an agent does more than summarize a record and instead issues a command toward an infusion pump, monitor, wearable biosensor, or other Internet-of-Medical-Things (IoMT) endpoint, the security consequences change qualitatively. An identity that can be spoofed, a delegated capability that exceeds its intended scope, or a credential that cannot be revoked promptly can become a patient-safety problem rather than merely an access-control failure.
The identity and access-management (IAM) mechanisms inherited by these agents are a poor fit for this setting. Protocols such as OAuth, OpenID Connect, and SAML were designed primarily for human users or comparatively static machine identities and typically assume coarse-grained, relatively long-lived, single-entity credentials [1]. Autonomous multi-agent systems are instead dynamic, interdependent, and often ephemeral: agents may spawn, delegate authority, interact with other agents and devices, and dissolve on timescales for which session-centric IAM has no natural representation. Recent work has begun to address this mismatch through verifiable agent identities based on Decentralized Identifiers (DIDs) and Verifiable Credentials (VCs) [1,2,3], and, in healthcare, through agentic Zero-Trust frameworks that continuously re-evaluate agent trustworthiness from identity, behavioral, and contextual signals [4].
Important gaps nevertheless remain. First, neither the healthcare Zero-Trust literature nor the emerging agent-identity literature substantially addresses the transition to post-quantum cryptography. Their identity, credential, and session mechanisms generally remain dependent on classical public-key cryptography. In healthcare, this is relevant well beyond the lifetime of an individual session. Clinical records, genomic information, authorization evidence, and audit trails may retain legal and clinical sensitivity for decades. An adversary that records protected material today and later gains the ability to decrypt stored ciphertext or forge previously trusted signatures can undermine long-term confidentiality and accountability even when no cryptanalytic attack is feasible at the time of capture. This harvest-now-decrypt-later or harvest-now-forge-later concern motivates post-quantum protection of both active credentials and long-lived audit evidence [5,6].
Second, existing approaches leave a gap between trust assessment and cryptographically enforceable response. Healthcare Zero-Trust models can produce a continuously updated trust signal, but the connection from that signal to credential invalidation and distributed enforcement is often left abstract. Conversely, decentralized-identity approaches provide authenticated identity, delegation, and revocation mechanisms but do not ordinarily specify how continuous behavioral evidence should trigger revocation in an autonomous clinical setting. Much of the resulting literature is therefore architectural or conceptual: it demonstrates how the individual mechanisms could be combined, but provides limited implementation-level evidence about the cost of closing the complete identity–trust–revocation loop or about the conditions under which behavioral trust remains discriminative.
PQ-MedTrust addresses these gaps by treating post-quantum identity, continuous trust evaluation, and revocation as a single measurable enforcement path. The novelty lies not in any one mechanism in isolation, but in connecting them and then evaluating the resulting system at two distinct levels. At the systems level, we ask whether post-quantum agent identity and trust-triggered credential revocation can be implemented with practical latency and communication cost at the IoMT edge. At the behavioral-security level, we ask a different question: under what conditions does the trust mechanism actually separate malicious activity from legitimate clinical behavior?
This second question is central to the contribution. Rather than reporting only a favorable operating point, we systematically characterize where behavioral trust succeeds, where adaptive detection becomes limited by the arrival of risk-bearing evidence, and where the assumptions underlying the trust signal cease to provide meaningful separation between adversarial and benign behavior. Accordingly, PQ-MedTrust is evaluated not only under nominal attack and benign scenarios, but also through component ablations, horizon extension, context degradation, held-out parameter selection, parameter sensitivity, and relaxation of the benign-behavior assumptions on which the reported false-positive rates depend. The resulting contribution is therefore both an implemented post-quantum trust-to-revocation architecture and an explicit characterization of its operating and failure boundaries.
The contributions of this work are:
  • C1 — A closed post-quantum trust-to-revocation loop. We connect a continuously evaluated quantitative trust state directly to a verifiable identity-revocation substrate. When an agent’s trust falls below the authorization threshold, its credentials are invalidated and a signed status update is propagated to the relevant enforcement points. This closes the gap between healthcare Zero-Trust approaches, which provide a trust signal without a concrete cryptographic enforcement substrate, and decentralized-agent identity approaches, which provide revocation without a continuously evaluated behavioral trigger.
  • C2 — A post-quantum, crypto-agile clinical identity stack. DIDs are anchored by hybrid classical/post-quantum keys, while VCs and scoped delegation tokens are protected with post-quantum signatures. Credential artifacts carry explicit algorithm identifiers so that cryptographic parameter sets can be migrated without redefining the underlying agent identity, a property intended to support long-lived and regulated IoMT deployments.
  • C3 — An edge-tiered implementation with measured PQC and communication overhead. We implement the identity, authentication, authorization, and revocation paths across a device/edge/cloud architecture and evaluate classical-only, PQC-only, hybrid, and SLH-DSA configurations. The evaluation separates primitive computation, handshake latency, credential and delegation-token size, trust-to-revocation latency, and constrained-link fragmentation, allowing the cost of quantum-safe agent identity to be localized rather than treated as a single aggregate overhead.
  • C4 — A unified healthcare-agentic threat model. We combine clinical threats and multi-agent threats with quantum-specific and revocation-integrity threats, including credential forgery, harvest-now-forge-later exposure, hybrid downgrade, and revocation evasion. The model links each threat class to the identity, trust, delegation, monitoring, or revocation layer responsible for its mitigation.
  • C5 — A failure-aware characterization of behavioral trust. Rather than treating attack detection as a single headline rate, we identify the mechanisms that produce each result and test the assumptions under which those results remain valid. Large-sample Monte Carlo evaluation, Wilson confidence intervals, paired component ablations, benign-context stress, disjoint calibration and evaluation seeds, horizon extension, one-at-a-time parameter sensitivity, and relaxation of the benign-emission assumption distinguish policy-enforceable violations from inference-based adaptive stealth. The analysis identifies the observation window, context reliability, and behavioral-signal asymmetry as the principal conditions governing when automatic trust-triggered revocation succeeds and when it fails to distinguish adversarial from benign activity.
Section 2 reviews the relevant work. Section 3 presents the architecture, the hardened trust model, the threat model, and the experimental method. Section 4 reports and analyses the measurements. Section 5 positions them against the literature and draws out the design, clinical-safety, and regulatory implications. Section 6 concludes the paper.

3. Proposed Methodology

3.1. System Model

PQ-MedTrust is organized into three deployment tiers and five functional layers. The device tier contains IoMT endpoints fronted by lightweight device-proxy agents that perform local policy enforcement and event-driven trust checks. The edge/fog tier hosts the policy-enforcement gateway, credential-verification offload, key cache, and capability-aware discovery. The cloud/institutional tier hosts the credential issuer, DID registry, trust engine, revocation authority, behavioral analytics, and a tamper-evident audit ledger. Computationally heavier operations are delegated upward so that latency-sensitive enforcement remains close to the device.
Functionally, the architecture consists of: (L1) identity and credentials—DIDs, VCs, hybrid cryptographic keys, capability discovery, and crypto-agility; (L2) authentication and delegation—hybrid session establishment and scoped, time-bound, invocation-bound delegation tokens; (L3) continuous trust evaluation; (L4) policy enforcement and revocation; and (L5) behavior monitoring and a hash-chained, post-quantum-signed audit log. Figure 1 summarizes the deployment architecture and the closed trust-to-revocation workflow. Autonomous clinical agents present DID/VC-based credentials and scoped delegation evidence through the edge policy enforcement point, while behavioral and contextual observations are supplied to the trust engine. The resulting trust state is consulted during authorization; a threshold crossing triggers credential revocation and propagation of signed status information to the enforcement points. The architecture therefore separates latency-sensitive enforcement at the IoMT edge from credential issuance, behavioral analysis, revocation management, and long-lived audit functions at the institutional tier. The figure specifies the design; the testbed of Section 3.5 implements the identity, authentication, and revocation paths across two agent roles and does not exercise multi-agent delegation at population scale.

3.2. Threat Model

PQ-MedTrust considers threats against autonomous clinical agents, IoMT endpoints, edge gateways, and the institutional services that support identity, trust evaluation, and revocation. The protected assets include agent and device identities represented by DIDs and VCs, private cryptographic keys and session secrets, scoped delegation tokens, PHI and clinical commands, the evolving trust state and its behavioral/contextual evidence, credential-status information, and long-lived audit records. The principal attack surfaces are the agent–device, agent–agent, agent–edge, and edge–institutional links, together with the revocation and audit channels. An adversary may therefore attempt identity spoofing, replay, message manipulation, excessive delegation, unauthorized clinical actions, malicious prompt or tool-input injection, Sybil participation, suppression of revocation state, or manipulation of the evidence used by the trust engine.
The model includes both cryptographic and behavioral adversaries. A network adversary may observe, record, replay, delay, or modify traffic, while a compromised but still validly credentialed agent may remain within its nominal authorization scope and alter its behavior gradually to avoid detection. This distinction motivates continuous trust evaluation: successful credential verification establishes identity but does not guarantee that subsequent agent behavior remains safe. We also consider a future quantum-capable adversary that may attempt to forge classically protected identities or delegation evidence and may retain encrypted traffic for later cryptanalysis. Hybrid classical/post-quantum authentication, ML-KEM-based key establishment, post-quantum signatures, scoped delegation, behavioral monitoring, and signed revocation state jointly address these threat classes.
Table 1 summarizes the resulting threats and their primary mitigations. Explicit policy violations such as out-of-scope actions are treated as directly enforceable security failures, whereas adaptive in-scope behavior requires inference from behavioral and contextual evidence. The latter is therefore a conditional security mechanism rather than a cryptographic guarantee, and the experimental evaluation explicitly tests the conditions under which that evidence remains discriminative. The present model assumes that the credential issuer, root trust material, and cryptographic implementations are initially trustworthy; full compromise of these institutional trust anchors and availability-only attacks such as resource exhaustion or radio jamming are outside the evaluated scope.

3.3. Cryptographic Instantiation

PQ-MedTrust evaluates classical-only, post-quantum, and hybrid cryptographic configurations. The post-quantum configuration uses ML-KEM-768 for key establishment and ML-DSA-65 for signatures, while X25519 and Ed25519 provide the corresponding classical mechanisms. The hybrid configuration combines the classical and post-quantum components so that authentication requires both signature components and session-key establishment incorporates both classical and post-quantum contributions. ML-KEM-768 and ML-DSA-65 target NIST security category 3. SLH-DSA-SHA2-128f is evaluated separately for infrequent, long-lived signatures such as audit records because its substantially larger signature makes it unsuitable for routine per-action use. Credentials carry explicit algorithm identifiers to support cryptographic migration without redefining the underlying agent identity.

3.4. Trust Model

Each agent a maintains a scalar trust state T a ( t ) ( 0 , 1 ] that is consulted at every authorization decision. Trust is governed by an evidence ceiling  T ¯ a ( t ) , which reflects currently observable identity, behavioral, and contextual evidence, and a risk-dependent attenuation that preserves the effect of adverse events.
Following and extending the healthcare Zero-Trust formulation of [4], the evidence ceiling is
T ¯ a ( t ) = α I a ( t ) + β B a ( t ) + γ X a ( t ) , α + β + γ = 1 ,
where I a , B a , and X a denote identity, behavioral, and contextual evidence, respectively.
Identity evidence is derived from VC-attested attributes and decays with credential age. Let Δ a vc ( t ) denote elapsed time since credential issuance and H the credential-validity horizon:
I a ( t ) = max 0 , 1 Δ a vc ( t ) H .
Behavioral evidence compares the empirical action distribution P ^ W over a sliding window of the previous k actions with the role-conditioned reference distribution P role :
B a ( t ) = 0 , current action is out of scope , 1 , fewer than k actions have been observed , exp κ D KL P ^ W P role , otherwise .
The warm-up value of one avoids penalizing an agent before sufficient behavioral evidence has accumulated. Context combines attestation freshness, network posture, and temporal conformance:
X a ( t ) = 0.40 x fresh ( t ) + 0.35 x net ( t ) + 0.25 x temp ( t ) .
At evaluation step t j , the behavior monitor assigns a risk magnitude R j 0 according to the observed event class: out-of-scope action, prompt/logic-injection signature, action rate above 3 σ of the role baseline, unusual but in-scope action, or zero for a clean step. With Δ j = t j t j 1 , trust evolves as
T a ( t j ) = min T ¯ a ( t j ) , T a ( t j 1 ) e μ Δ j 1 [ R j = 0 ] e λ R j .
Thus, clean operation permits multiplicative recovery toward the current evidence ceiling, while a risk event attenuates the realized trust state and receives no recovery credit for that interval.
An agent is authorized only while T a ( t ) τ . Crossing the threshold closes the trust-to-enforcement loop:
T a ( t ) < τ revoke ( a ) ,
where revoke ( a ) invalidates the agent’s credentials and propagates a signed status update to enforcement points. Revocation is terminal in the present model, so the first threshold crossing constitutes the detection event.
Table 2 specifies the default synthetic operating point. Parameters ( λ , τ , β ) are additionally subjected to held-out calibration, with α and γ rescaled proportionally when β changes. The remaining parameters are fixed design choices. These values describe the simulator rather than recommended clinical deployment settings; a deployed system would require calibration against local behavior.

3.5. Experimental Method

We implement the identity, authentication, authorization, and revocation paths in a software testbed using liboqs [22] for post-quantum primitives and a standard cryptographic library for the classical baselines. Four configurations are evaluated: classical-only (Ed25519/X25519), PQC-only (ML-DSA-65/ML-KEM-768), hybrid (Ed25519+ML-DSA-65 and X25519+ML-KEM-768), and an SLH-DSA variant using SLH-DSA-SHA2-128f for signatures.
For each configuration we measure primitive latency, serialized DID/VC and delegation-token size, end-to-end handshake and authorization latency, and the latency of the trust-to-revocation path. BLE fragmentation is computed analytically as bytes / 244 using a 244-byte ATT payload within a 247-byte MTU. Latency distributions are collected over at least 10 3 iterations after warm-up.
The trust mechanism is evaluated using independent Monte Carlo replications under fixed seed schedules. The default evaluation uses 1,000 runs for each of three attack and five benign scenarios. Binomial rates are reported with two-sided 95% Wilson intervals, while median delays use percentile-bootstrap intervals with 2,000 resamples. Seven paired component variants are evaluated over 300 runs per scenario, and benign-context stress experiments use 500 runs per scenario.
Held-out parameter selection evaluates 36 combinations of λ { 0.5 , 1 , 2 } , τ { 0.3 , 0.4 , 0.5 , 0.6 } , and β { 0.3 , 0.5 , 0.7 } using 100 calibration runs per scenario. The selected configuration maximizes pooled TPR minus pooled FPR subject to a training Wilson upper bound of 0.05 on the false-positive rate and is evaluated once on 500 disjoint-seed runs per scenario.
The generator assigns risk classes differently across scenarios. Out-of-scope and prompt-injection events occur only in A1 and A3, whereas the unusual-but-in-scope class occurs under A2 at 11.6% of generated actions and, at the default operating point, not under the benign generators. High-rate events may occur under both benign and adversarial scenarios. These assignments define the synthetic generator rather than clinical behavior and are explicitly stress-tested in the subsequent evaluation.
The testbed measures cryptographic operations on a general-purpose CPU and does not directly measure microcontroller latency, RAM, flash, energy, radio airtime, or packet loss. It exercises an initiator, a responder/device-proxy, and the associated trust and revocation services; consequently, it validates the cryptographic and revocation mechanics rather than large-population multi-agent dynamics.

4. Results and Analysis

4.1. Cryptographic and Communication Overhead

Figure 2 summarizes the computational and communication costs of the four evaluated cryptographic configurations. Relative to the classical baseline, hybrid and PQC-only identity artifacts expand substantially: Verifiable Credentials are approximately 5 KB and DID documents approximately 10 KB. The SLH-DSA configuration is the clear outlier because its 17 088-byte signature dominates the artifact in which it is embedded.
The computational cost is comparatively small on the evaluated general-purpose CPU. Classical, hybrid, and PQC-only signing and verification complete in well under 1 ms, and their end-to-end agent handshakes remain below approximately 1.5 ms. The SLH-DSA configuration requires substantially more computation, with signing near 11 ms and an end-to-end handshake of approximately 23.5 ms. This supports the use of lattice-based ML-DSA and ML-KEM in routine authentication, while positioning SLH-DSA more naturally for infrequent operations such as long-lived audit signatures.
The larger deployment cost is communication. At the 244-byte BLE ATT payload used in Section 3.5, hybrid and PQC-only DID documents require approximately 40 fragments, whereas the SLH-DSA configuration approaches 100 fragments per identity artifact. These values are analytic fragment counts derived from serialized payloads rather than measurements over a radio link. Nevertheless, together with the latency measurements they show that, on the evaluated CPU tier, quantum-safe identity is constrained more strongly by artifact expansion and constrained-link fragmentation than by lattice computation.

4.2. Trust Dynamics and Baseline Detection

Two properties of the trust model explain the baseline detection results. First, an out-of-scope action sets B a = 0 and, under the default parameters, bounds the evidence ceiling at T ¯ a α + γ = 0.5 . Applying the corresponding R scope = 0.8 penalty gives
T a 0.5 e 0.8 = 0.225 < τ ,
so an out-of-scope action is sufficient to trigger revocation independently of the agent’s preceding history. Detection of A1 and A3 is therefore policy-enforceable rather than inference-based.
Adaptive in-scope behavior follows a different mechanism. A high-rate event with R = 0.3 causes a one-step threshold crossing only when its pre-event trust satisfies
T < τ e λ R .
At the default λ = 1 and τ = 0.5 , this threshold is 0.675 . Consequently, adaptive-stealth detection requires two conditions to coincide: earlier low-magnitude risk must first depress the trust state below 0.675 , and a higher-rate event must subsequently arrive.
Figure 3 illustrates representative 24 h trajectories, while Table 3 reports the Monte Carlo evaluation over 1,000 independent runs per scenario. A1 aggressive scope abuse and A3 mimicry/scope abuse are detected in every run, consistent with Equation (7). Adaptive A2 stealth is detected in 20.2% of runs (95% CI: 17.8–22.8%) within the default 24 h horizon, with a median detection delay of approximately 11.0 h among detected runs. Across the five reliable-context benign scenarios, 92 of 5,000 runs are revoked, giving a pooled false-positive rate of 1.8% (95% CI: 1.5–2.3%).
Event attribution explains the comparatively low A2 rate. Across the 1,000 default runs, 206 high-rate events are generated. Of these, 202 arrive while trust is below the 0.675 one-shot threshold, and precisely those 202 events produce revocation. The observed high-rate arrival frequency predicts a 19.9% probability of at least one such trigger during the post-compromise window, closely matching the measured 20.2%. Adaptive-stealth detection is therefore primarily limited by the arrival of sufficiently informative risk-bearing evidence rather than by cryptographic enforcement latency.
This interpretation is reinforced by the observation-horizon experiment. Keeping the generator and parameters unchanged while extending the horizon from 24 to 120 h increases A2 detection from 20.2% to 75.3% (Table 4). The increase demonstrates that the 24 h result is strongly horizon-dependent rather than an estimate of eventual detection. A separate disjoint-seed evaluation at the deployed threshold also shows that the longer window is not cost-free: the five-scenario benign false-positive rate rises from approximately 1.7% at 24 h to 29.3% at 120 h. Thus, the operative trade-off for adaptive stealth is between detection latency and benign revocation rather than between perfect detection and successful evasion.

4.3. Component Ablation and Context Stress

Figure 4 isolates the mechanisms responsible for the baseline result. Under the paired-seed schedule, the complete model yields a pooled TPR of 73.9% and FPR of 1.9%. Removing risk memory, using the memoryless weighted-score baseline, or removing the high-rate signal eliminates A2 detections while leaving the policy-enforceable A1 and A3 cases largely unchanged. This confirms the two-condition mechanism identified in Section 4.2: accumulated low-magnitude risk depresses trust, while the high-rate event provides the threshold-crossing trigger.
Scope enforcement is independently decisive. Removing scope control reduces A3 detection from 100% to 2.0%, showing that the mimicry/scope scenario is detected primarily through explicit policy enforcement rather than behavioral inference. Context plays the opposite role: removing contextual evidence slightly increases pooled attack detection to 76.2% but raises pooled FPR to 14.5%. Its main contribution in the present model is therefore suppression of false revocation under legitimate but atypical clinical conditions.
The context-stress scenarios make this dependency clinically explicit. An announced emergency override remains close to the baseline benign range (1.4% FPR on the stress-test seed schedule), whereas the same emergency burst without the expected contextual signal produces a 92.0% false-positive rate (95% CI: 89.3–94.1%). Network outage and stale-attestation stress produce smaller increases of approximately 4%, while combined context degradation raises the rate to 33.8%. These results are deliberately adverse stress conditions rather than estimates of clinical prevalence; they show that automatic revocation depends on reliable representation of legitimate break-glass and degraded-network context.
Held-out calibration selects ( λ , τ , β ) = ( 1.0 , 0.4 , 0.3 ) . On disjoint seeds drawn from the same generator, this operating point yields a pooled TPR of 73.1% (95% CI: 70.8–75.3%) and no observed benign revocations (95% CI: 0.0–0.2%). This provides evidence against simple stochastic overfitting to the calibration seeds, but it does not test transport to a different institution, role distribution, or clinical-behavior generator.

4.4. Parameter and Benign-Assumption Sensitivity

Figure 5 summarizes one-at-a-time sensitivity around the default synthetic operating point. Adaptive-stealth detection is most affected by the behavioral sensitivity κ and behavioral-window length k, followed by the high-rate risk magnitude R rate and recovery rate μ . Context weighting and the remaining risk magnitudes have comparatively small effects on A2 under its present generator.
The important result is the direction of the detection–false-positive trade-off rather than the absolute ranking. Increasing κ from 2 to 4 raises pooled TPR by only 2.4 percentage points while increasing pooled FPR by 21.8 points. Likewise, shortening the behavioral window from 20 to 10 actions raises pooled TPR by 1.4 points but increases pooled FPR by approximately 20 points. In both cases, the additional attack detection is purchased at a much larger benign-revocation cost. The limited A2 detection at the default operating point is therefore not recoverable simply by making the present behavioral score more sensitive.
A more fundamental sensitivity concerns the generator assumption that benign agents do not emit the unusual-but-in-scope class R unusual = 0.2 used by A2. To test this assumption, benign scenarios are replayed while emitting that class at a fraction of its adversarial rate. Table 5 reports the default condition, a 25% relaxation, and parity with A2. The five reliable-context clinical scenarios rise from a 1.7% false-positive rate on this independent seed schedule to 19.9% when benign agents emit the class at only one quarter of the adversarial rate. At parity, false revocation reaches 96.7%. Context-degraded scenarios are substantially worse throughout.
The 25% condition is particularly informative because its five-scenario false-positive rate of 19.9% is essentially the same as the 20.2% A2 detection rate at the default 24 h horizon. Trace inspection further shows that introducing this benign emission changes the mean behavioral score only minimally; the resulting separation is therefore driven primarily by the risk attenuation attached to the generator-defined event class rather than by a strongly discriminative change in the behavioral distribution itself.
This experiment should be interpreted as a sensitivity bound rather than as an estimate of clinical false-positive prevalence. The replay introduces the risk-bearing event label without modeling the full distribution shift that would accompany genuinely unusual benign clinical behavior. Nevertheless, it establishes a central limitation of the present model: favorable false-positive rates depend on the existence of behavioral evidence that remains substantially more common in the adversarial population than in legitimate operation. Accordingly, the main empirical contribution of the trust evaluation is not a claim of deployment-ready attack detection, but a characterization of where trust-triggered revocation is policy-enforceable, where it is detection-latency limited, and where its behavioral assumptions cease to provide useful separation.

5. Discussion

5.1. Principal Findings

The evaluation yields three principal findings. First, security enforcement in PQ-MedTrust separates into two mechanisms with different guarantees. Explicit scope violations are policy-enforceable: under the default model an out-of-scope action is sufficient to force trust below the authorization threshold, so A1 and A3 are revoked deterministically once the prohibited action occurs. Adaptive in-scope behavior is instead inference-based; possession of a valid credential and compliance with explicit scope rules do not imply that the subsequent behavior is benign. This distinction is important because a 100% detection rate for A1 or A3 should not be interpreted as evidence of statistical anomaly-detection accuracy. It primarily demonstrates correct enforcement of a policy condition.
Second, the adaptive-stealth result is governed primarily by evidence arrival. At the 24 h operating point, A2 is detected in 20.2% of runs. Event attribution shows that 202 of 206 high-rate events arrive while the accumulated trust state is below the one-step crossing threshold, and exactly those 202 events cause revocation. The observed event-arrival process predicts a 19.9% probability of such a trigger, closely matching the measured result. Extending the horizon from 24 to 120 h raises A2 detection to 75.3%. Under the present generator, the principal effect of adaptive stealth is therefore increased detection latency rather than permanent evasion. This result also exposes a limitation: a detector whose success depends on a rare risk-bearing event cannot shorten the period during which an adversary remains behaviorally indistinguishable using the current evidence alone.
Third, the favorable benign rate is conditional on the evidence model. The pooled false-positive rate over the five reliable-context clinical scenarios is 1.8%, but this value does not generalize automatically to degraded or behaviorally shifted conditions. An unannounced emergency produces a 92.0% false-positive rate, and allowing benign agents to emit the unusual-but-in-scope class at only one quarter of the A2 rate raises the pooled five-scenario rate to 19.9%, essentially matching the 20.2% A2 detection rate at the same 24 h horizon. The central trust-model result is therefore not that one operating point achieves uniformly strong detection, but that the evaluation identifies the conditions under which behavioral evidence remains discriminative and the conditions under which that separation deteriorates.
Taken together, these findings clarify the contribution of PQ-MedTrust. The architecture closes and measures the path from post-quantum identity and scoped authorization to continuous trust evaluation and credential revocation, while the behavioral experiments characterize both the useful operating region and its failure boundary. The cryptographic enforcement mechanism can therefore be assessed separately from the conditional inference mechanism that decides when such enforcement should be invoked.

5.2. Relation to Prior Work

Table 6 positions PQ-MedTrust against the closest empirical benchmarks while preserving their different hardware platforms, payloads, protocol scopes, and security tasks. The approximately 5 KB ML-DSA credential size is consistent with prior post-quantum VC measurements, while the CPU-tier signing, verification, and handshake results fall in the same general low-latency regime reported on general-purpose hosts. These comparisons support the feasibility of lattice-based identity operations at an edge or host tier, but they do not establish equivalent performance on constrained medical microcontrollers.
The constrained-device results make this boundary particularly important. Published Cortex-M0+-class measurements report substantially higher signing latency and memory requirements than our general-purpose CPU testbed, so the sub-millisecond PQ-MedTrust measurements support the architectural case for edge offload rather than a device-speed ranking. Likewise, the BLE and TLS comparators establish communication and transport context: our local agent-protocol measurements do not include a production Internet path, and the analytic BLE fragment counts do not measure radio airtime, retransmission, or packet loss.
Behavioral comparisons are necessarily less direct. SecHealth evaluates supervised healthcare-device classification, whereas DynaTrust evaluates adaptive-agent defense through historical and peer-informed trust graphs. Neither outcome is equivalent to action-level, trust-triggered credential revocation. Their results nevertheless reinforce an important direction for PQ-MedTrust: adaptive-agent defense benefits from evidence that does not depend on an adversary eventually emitting a rare self-incriminating event. The contribution relative to these literatures is therefore not a claim of a numerically superior detector, but a measured post-quantum identity–trust–revocation loop together with an explicit characterization of the limits of its behavioral evidence.
Table 6. Quantitative comparison with the closest empirical literature. Values from different hardware platforms, protocol scopes, and security tasks are contextual benchmarks rather than direct performance rankings.
Table 6. Quantitative comparison with the closest empirical literature. Values from different hardware platforms, protocol scopes, and security tasks are contextual benchmarks rather than direct performance rankings.
Layer Comparator Published result PQ-MedTrust result and comparison boundary
Credential Arakawa [25] ML-DSA-65 SD-JWT VC: 5,132 B; median sign/verify: 105.1/47.9  μ s. PQC-only VC: 5,013 B ( 2.3 % ); median sign/verify: 190.4/65.8  μ s. The parameter set matches, but payload, host, language, and library path differ.
BLE transport Sakk et al. [26] Raw ML-KEM-768 exchange: 2,272 B and 10 BLE packets at a 247-byte MTU. Full PQC-only/hybrid VC: 21/22 fragments; DID: 39/41 fragments using a 244-byte ATT payload. This compares a raw KEM exchange with complete identity artifacts.
Constrained device Chhetri et al. [21] RP2040 Cortex-M0+: ML-KEM-768 exchange 56.62 ms; ML-DSA-65 mean sign/verify 256.6/72.2 ms; sign p99 952.8 ms; peak signing stack 77.6 KB. General-purpose CPU: PQC-only median handshake 0.625 ms and ML-DSA-65 median sign/verify 0.190/0.066 ms. The comparison motivates edge offload; it is not a device-speed ranking.
Network handshake Gómez-Cambronero et al. [23] Loaded TLS 1.3: PQC adds approximately 2–4 ms median end-to-end; TLS exchange 5.253–6.495 ms. Hybrid/PQC-only local-agent handshakes have medians of 1.396/0.625 ms. The testbed does not include an Internet path or production TLS load.
Healthcare trust SecHealth [8] 100–600 static devices; reported accuracy 93.5–96.7%, FPR 3.1–4.1%, and packet-delivery latency 85–95 ms. Pooled benign FPR 1.8%; A1/A3 detection 100%, A2 detection 20.2%. Supervised device classification is not equivalent to action-level revocation, so accuracy is not ranked.
Adaptive agents DynaTrust [9] More than 86% defense success against sleeper agents on AdvBench/HumanEval-derived tasks. Adaptive-stealth A2 detection is 20.2% within 24 h and 75.3% at 120 h. Graph-restructuring defense success is not equivalent to TPR under the PQ-MedTrust simulator.

5.3. Design and Clinical-Safety Implications

The cryptographic and behavioral results impose different deployment constraints. At the evaluated CPU tier, lattice-based authentication adds little computation, while credential expansion and constrained-link fragmentation dominate the projected IoMT cost. This supports the three-tier architecture in which latency-sensitive policy enforcement remains close to the device while larger credential-verification, signing, and analytics operations are offloaded to edge or institutional services. These measurements do not, however, establish equivalent latency, memory, or energy performance on a medical microcontroller.
The behavioral mechanism imposes a stronger constraint. Increasing behavioral sensitivity produces only modest gains in adaptive-stealth detection while causing substantially larger increases in benign revocation. For example, raising κ or shortening the behavioral window increases attack detection only slightly while pushing pooled false-positive rates above 20%. The present model therefore cannot recover the A2 limitation through more aggressive parameter tuning alone. Deployment requires additional evidence that remains discriminative under benign distribution shift rather than simply a lower threshold or larger behavioral penalty.
This limitation is especially important because revocation is terminal in the current architecture. In a conventional security setting, denying access when confidence is lost may appear conservative. In a clinical environment, the denied action may itself be safety-critical. The context-stress experiment illustrates the tension: an announced emergency remains close to the normal benign range, whereas the same emergency burst without the expected contextual signal produces a 92.0% false-positive rate. Break-glass context is therefore a safety-critical integration requirement rather than an optional optimization.
The result also suggests that binary terminal revocation is too coarse as the only response to uncertain behavioral evidence. A deployment-oriented extension could introduce graduated controls such as capability restriction, step-up authentication, temporary quarantine, human confirmation, or emergency-only authorization before permanent credential withdrawal. These responses are not implemented or evaluated in the present testbed and should therefore be treated as future design directions rather than demonstrated capabilities. Their motivation follows directly from the false-positive results: clinical-agent security must account for the harm of denying a legitimate action as well as the harm of permitting a malicious one.

5.4. Regulatory and Post-Quantum Transition Context

Three policy considerations motivate the design without implying that PQ-MedTrust itself establishes regulatory compliance. First, the HIPAA Security Rule requires mechanisms to record and examine activity in information systems that contain or use electronic protected health information [28]. Clinical authorization and audit evidence may remain relevant for long periods, making durable integrity and provenance important properties. The hash-chained, post-quantum-signed audit layer in PQ-MedTrust is intended to support these long-term accountability objectives; post-quantum signatures are a security design choice rather than a HIPAA-specific requirement.
Second, post-quantum migration guidance makes crypto-agility important for systems with long field lives. NIST transition guidance provides the broader migration context, while CNSA 2.0 provides a more prescriptive transition example for U.S. National Security Systems  [29,30]. These policies do not by themselves impose CNSA requirements on ordinary medical devices, but they illustrate the migration risk of binding a long-lived device or identity infrastructure permanently to one quantum-vulnerable algorithm. PQ-MedTrust therefore carries explicit algorithm identifiers to support rotation of verification methods while preserving the higher-level agent identity. Depending on the credential proof and issuer-key change, individual VCs may still require renewal or reissuance.
Third, automated credential revocation is itself safety-relevant. FDA cybersecurity guidance treats cybersecurity controls as part of medical-device quality and risk-management considerations  [31]. For a mechanism capable of withdrawing an autonomous agent’s authority, false revocation can deny a clinically necessary action. Deployment evidence must therefore characterize false positives, degraded-context behavior, break-glass operation, and safe fallback responses in addition to reporting attack-detection rates. In this respect, the negative and conditional results of Section 4.3 and Section 4.4 are at least as important for clinical deployment as the nominal detection rates.

5.5. Threats to Validity

The cryptographic results are software-library measurements on a general-purpose CPU. They do not directly measure energy consumption, RAM or flash footprint, radio airtime, packet loss, or microcontroller latency, and the BLE fragment counts are computed analytically rather than measured over a physical radio link. The device tier is therefore characterized partly by comparison with published constrained-device benchmarks rather than by direct target-hardware measurement.
The behavioral evaluation is synthetic. Attack and benign outcomes arise from author-specified action distributions, risk magnitudes, context policies, and adversary strategies rather than clinical telemetry. Two assumptions are particularly influential. Detection is conditional on the observation horizon: A2 detection rises from 20.2% at 24 h to 75.3% at 120 h under the same generator. The reported benign rate is also conditional on benign agents not emitting the unusual-but-in-scope class at a comparable rate; at one quarter of the adversarial rate, the five-scenario FPR rises to 19.9%. The latter experiment should be interpreted as a sensitivity bound rather than an estimate of clinical prevalence because it introduces the risk-bearing event without modeling the full behavioral distribution shift that could accompany genuinely unusual benign work.
Wilson and bootstrap intervals quantify finite-run uncertainty conditional on the simulator. They do not quantify model-form error, incorrect behavioral labels, institutional heterogeneity, or distribution shift. Similarly, the held-out evaluation draws disjoint seeds from the same generator and therefore tests stochastic overfitting rather than transport across hospitals, roles, or vendors. The parameters in Table 2 should consequently be read as a specification of the evaluated synthetic system rather than as recommended clinical deployment values.
Finally, the testbed exercises an initiator, a responder/device-proxy, and the associated trust and revocation services rather than a population-scale multi-agent deployment. The implementation validates the cryptographic, authorization, and revocation mechanics of the proposed architecture but does not experimentally establish large-scale delegation, coalition behavior, or revocation propagation across heterogeneous clinical-agent populations. These questions, together with target-hardware measurement and validation using institutionally governed clinical-agent telemetry, remain necessary steps toward deployment.

6. Conclusions

PQ-MedTrust presents and evaluates a post-quantum trust-to-revocation architecture for autonomous clinical agents operating at the IoMT edge. The architecture integrates DID/VC-based identity, scoped authorization, continuous identity–behavior–context trust, hybrid classical/post-quantum authentication, and signed credential revocation into a single enforcement path. On the evaluated general-purpose CPU, lattice-based post-quantum operations add modest computational latency: classical, hybrid, and PQC-only agent handshakes remain below approximately 1.5 ms. The larger practical cost is communication, with post-quantum identity artifacts expanding to several kilobytes and requiring tens of BLE fragments. These measurements support edge-tier cryptographic offload, but do not establish equivalent performance on constrained medical-device hardware.
The trust evaluation distinguishes deterministic policy enforcement from conditional behavioral inference. Explicit scope abuse and one-shot mimicry/scope violations are detected in all default runs because the prohibited action itself forces revocation. Adaptive in-scope stealth is more difficult: 20.2% of runs are detected within 24 h, increasing to 75.3% at 120 h under the same generator. Event attribution shows that the default A2 rate is largely determined by the coincidence of an already depressed trust state and arrival of a comparatively rare high-rate trigger. The resulting limitation is therefore strongly detection-latency dependent.
The experiments also define the boundary of the favorable operating point. The five-scenario pooled benign FPR is 1.8% under reliable context, but an unannounced emergency produces 92.0% false revocation, and allowing benign agents to emit the unusual-but-in-scope behavior at one quarter of the adversarial rate raises the pooled rate to 19.9%, approximately matching A2 detection at the same horizon. Parameter sensitivity further shows that making the current behavioral model more aggressive increases benign revocation much faster than attack detection. Accordingly, the present results should not be interpreted as deployment-ready clinical attack-detection accuracy. Their contribution is an implemented and measured post-quantum enforcement architecture together with an explicit characterization of where behavior-driven revocation succeeds, becomes detection-latency limited, and loses meaningful separation from benign behavior.
Future work should replace author-specified behavior with de-identified, institutionally governed clinical-agent telemetry; validate calibration across sites, roles, and vendors; and measure latency, RAM, flash, energy, airtime, fragment loss, and retransmission on target IoMT hardware. Deployment-oriented extensions should also evaluate graduated responses to uncertain trust, population-scale multi-agent delegation and revocation, and formal verification of authentication, delegation, downgrade resistance, and revocation under a quantum-capable adversary. Cross-institution evaluation will additionally be required to determine whether DID/VC identity semantics, behavioral reference distributions, and trust operating points transport across administrative domains.

Author Contributions

Conceptualization, F.K.; methodology, F.K.; software, F.K.; validation, F.K., L.Q. and A.M.; formal analysis, F.K.; investigation, F.K.; writing—original draft preparation, F.K.; writing—review and editing, L.Q., A.M. and S.H.; supervision, S.H. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Data Availability Statement

The simulation code, liboqs benchmarking harness, seed schedule, and fixed parameter configurations needed to regenerate the reported results are openly available at https://github.com/firdous3679/PQ-MedTrust-Reproducibility. Result tables and figures are regenerated by the included scripts rather than stored in the repository, and a verification script checks the regenerated output against the exact event counts reported here. The externally sourced comparison values in Table 6 are drawn from the cited publications and are not part of the package.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

BLE Bluetooth Low Energy
DID Decentralized Identifier
IAM Identity and Access Management
IoMT Internet of Medical Things
KEM Key Encapsulation Mechanism
MTU Maximum Transmission Unit
PQC Post-Quantum Cryptography
VC Verifiable Credential

References

  1. Huang, K.; Narajala, V.S.; Yeoh, J.; Ross, J.; Lambe, M.; Raskar, R.; Harkati, Y.; Huang, J.; Habler, I.; Hughes, C. A Novel Zero-Trust Identity Framework for Agentic AI: Decentralized Authentication and Fine-Grained Access Control. In Proceedings of the Proc. Int. Conf. on AI x Data and Knowledge Engineering (AIxDKE).; IEEE, 2026. [Google Scholar] [CrossRef]
  2. World Wide Web Consortium. Decentralized Identifiers (DIDs) v1.0. W3C Recommendation. 2022. Available online: https://www.w3.org/TR/did-core/.
  3. World Wide Web Consortium. Verifiable Credentials Data Model v2.0. W3C Recommendation. 2025. Available online: https://www.w3.org/TR/vc-data-model-2.0/.
  4. Maiti, S. Caging the Agents: A Zero Trust Security Architecture for Autonomous AI in Healthcare. arXiv 2026, arXiv:cs. [Google Scholar]
  5. National Institute of Standards and Technology. FIPS PUB 204; Module-Lattice-Based Digital Signature Standard. 2024. [CrossRef]
  6. Schöffel, M.; Lauer, F.; Rheinländer, C.C.; Wehn, N. Secure IoT in the Era of Quantum Computers—Where Are the Bottlenecks? Sensors 2022, 22. [Google Scholar] [CrossRef] [PubMed]
  7. Rose, S.; Borchert, O.; Mitchell, S.; Connelly, S. 2020. Zero Trust Architecture. Technical Report NIST SP 800-207. National Institute of Standards and Technology. [Google Scholar] [CrossRef]
  8. Samant, P.K.; Pathak, V.; Ahmad, W.; Alabdultif, A. A Lightweight Trusted Framework for Secure Data Exchange and Threat Mitigation in IoT-Enabled Healthcare Environments. Sci. Rep. 2025, 15, 39248. [Google Scholar] [CrossRef] [PubMed]
  9. Li, Y.; Hu, Q.; Zhang, Y.; Quan, L.; Yu, J.; Wang, J. DynaTrust: Defending Multi-Agent Systems Against Sleeper Agents via Dynamic Trust Graphs. arXiv 2026, arXiv:cs. [Google Scholar]
  10. Zou, Z.; Liu, Z.; Zhao, L.; Zhan, Q. BlockA2A: Towards Secure and Verifiable Agent-to-Agent Interoperability. Position Pap. Under Act. Dev. 2025, 2508.01332. [Google Scholar] [CrossRef]
  11. Kroehl, L.K. From Specification to Deployment: Empirical Evidence from a W3C VC + DID Trust Infrastructure for Autonomous Agents, 2026. Descr. MolTrust Implement. 2605.06738. [CrossRef]
  12. Chen, Z. AITH: A Post-Quantum Continuous Delegation Protocol for Human-AI Trust Establishment, 2026, [2604.07695]. Preprint 2026. [Google Scholar] [CrossRef]
  13. TrustLayer Foundation. ARIA Protocol: Agent Registry for Identity and Authorization. Open agent-identity protocol specification, 2026. Post-quantum-native agent identity protocol using W3C DIDs, Verifiable Credentials, and real-time credential revocation. Version 1.1 live April 2026. accessed. (accessed on 20 August 2026).
  14. World Wide Web Consortium. Agent Identity Registry Protocol Community Group. W3C Community Group Community Group developing specifications for DID-based agent identity, Verifiable Credentials, trust negotiation, credential revocation and lifecycle management, and post-quantum cryptographic requirements. Launched. April 24, 2026; 2026. (accessed on 20 August 2026). [Google Scholar]
  15. National Institute of Standards and Technology. FIPS PUB 203; Module-Lattice-Based Key-Encapsulation Mechanism Standard. 2024. [CrossRef]
  16. National Institute of Standards and Technology. FIPS PUB 205; Stateless Hash-Based Digital Signature Standard. 2024. [CrossRef]
  17. Bibi, M.; Khan, W.Z.; Ul Haq, Q.E. Edge-Assisted Post-Quantum Authentication Protocol for IoMT: A Privacy-Preserving and Lightweight Approach. Sci. Rep. Published online. 2026. [Google Scholar] [CrossRef] [PubMed]
  18. Segar, N.; Vijayan, V. CITADEL: A Post-Quantum Secure Blockchain Framework for Privacy-Preserving Electronic Health Records with Temporally-Partitioned Federated Learning. Front. Artif. Intell. 2026, 9, 1804943. [Google Scholar] [CrossRef] [PubMed]
  19. Fitzgibbon, G.; Ottaviani, C. Constrained Device Performance Benchmarking with the Implementation of Post-Quantum Cryptography. Cryptography 2024, 8. [Google Scholar] [CrossRef]
  20. Kannwischer, M.J.; Rijneveld, J.; Schwabe, P.; Stoffelen, K. pqm4: Post-Quantum Crypto Library for the ARM Cortex-M4. 2024. Available online: https://github.com/mupq/pqm4.
  21. Chhetri, R.; Dhakal, S.; Gautam, A. Benchmarking NIST-Standardised ML-KEM and ML-DSA on ARM Cortex-M0+: Latency, Rejection-Sampling Variance, and Memory on the RP2040. 2026. [Google Scholar] [CrossRef]
  22. Stebila, D.; Mosca, M. Post-Quantum Key Exchange for the Internet and the Open Quantum Safe Project. Open Quantum Safe (liboqs). 2024. Available online: https://openquantumsafe.org/.
  23. Gómez-Cambronero, D.; Munteanu, D.; González-Tablas, A.I. Layered Performance Analysis of TLS 1.3 Handshakes: Classical, Hybrid, and Pure Post-Quantum Key Exchange. arXiv 2026, arXiv:cs. [Google Scholar]
  24. Fall, A.A. SoK: Systematizing Hybrid Strategies for the Transition to Post-Quantum Cryptography. Cryptol. ePrint Arch. Paper 2025/2052. 2025. [Google Scholar]
  25. Arakawa, M. Post-Quantum Cryptography for Verifiable Credentials: Comprehensive Performance Evaluation Including Selective Disclosure. TechRxiv 2025. [Google Scholar] [CrossRef]
  26. Sakk, E.; Xu, G.; Mao, J.; Wang, S. Evaluating Post-Quantum Cryptography in IoT Networks: Communication, Fragmentation, and Reliability. Future Internet 2026, 18. [Google Scholar] [CrossRef]
  27. Liu, T.; Ramachandra, G.; Jurdak, R. On the Energy Cost of Post-Quantum Key Establishment in Wireless Low-Power Personal Area Networks, 2026. arXiv arXiv:cs.
  28. U.S. Department of Health and Human Services. 45 CFR § 164.312(b): Technical Safeguards—Audit Controls. Electronic Code of Federal Regulations (eCFR), Title 45, Subtitle A, Subchapter C, Part 164, Subpart C. HIPAA Security Rule. Standard: Audit controls. Requires hardware, software, and/or procedural mechanisms that record and examine activity in information systems containing or using electronic protected health information. Accessed; (accessed on 19 August 2026).
  29. Moody, D.; Perlner, R.; Regenscheid, A.; Robinson, A.; Cooper, D. Transition to Post-Quantum Cryptography Standards. NIST Internal Report, Initial Public Draft NIST IR 8547, National Institute of Standards and Technology, Gaithersburg, MD, 2024. Initial Public Draft, published November 12, 2024. Public comment period closed January 10, 2025. Accessed. (accessed on 19 August 2026). [CrossRef]
  30. National Security Agency. The Commercial National Security Algorithm Suite 2.0 and Quantum Computing FAQ. Cybersecurity Information Sheet U/OO/194427-22; PP-24-4014, National Security Agency, 2024. Commercial National Security Algorithm Suite 2.0 (CNSA 2.0) and Quantum Computing FAQ, December 2024, Version 2.1. Accessed. (accessed on 19 August 2026).
  31. U.S. Food and Drug Administration. Docket No. FDA-2021-D-1158; Document No. GUI00001825; Cybersecurity in Medical Devices: Quality Management System Considerations and Content of Premarket Submissions. Guidance for industry and food and drug administration staff, U.S. Department of Health and Human Services, Food and Drug Administration, Center for Devices and Radiological Health and Center for Biologics Evaluation and Research, Silver Spring, MD, 2026. Final Guidance. Accessed. 3 February 2026; (accessed on 19 August 2026)Supersedes the guidance issued June 27, 2025.
Figure 1. PQ-MedTrust architecture and trust-to-revocation workflow. Steps 1–3 execute on every authorized action; steps 4–6 occur only when T a ( t ) < τ .
Figure 1. PQ-MedTrust architecture and trust-to-revocation workflow. Steps 1–3 execute on every authorized action; steps 4–6 occur only when T a ( t ) < τ .
Preprints 230021 g001
Figure 2. Cryptographic and communication overhead across the evaluated configurations. Panels (a)–(c) report software-testbed measurements on the evaluated general-purpose CPU; panel (d) reports analytic fragmentation from the serialized artifact sizes rather than measured radio transmission.
Figure 2. Cryptographic and communication overhead across the evaluated configurations. Panels (a)–(c) report software-testbed measurements on the evaluated general-purpose CPU; panel (d) reports analytic fragmentation from the serialized artifact sizes rather than measured radio transmission.
Preprints 230021 g002
Figure 3. Representative 24 h trust trajectories at the default synthetic operating point. Crosses indicate the first threshold crossing and terminal revocation; the dashed horizontal line denotes the authorization threshold τ .
Figure 3. Representative 24 h trust trajectories at the default synthetic operating point. Crosses indicate the first threshold crossing and terminal revocation; the dashed horizontal line denotes the authorization threshold τ .
Preprints 230021 g003
Figure 4. Paired component ablation with Wilson 95% confidence intervals. Bars report pooled attack detection and diamonds report pooled benign false-positive rates.
Figure 4. Paired component ablation with Wilson 95% confidence intervals. Bars report pooled attack detection and diamonds report pooled benign false-positive rates.
Preprints 230021 g004
Figure 5. One-at-a-time parameter sensitivity around the default synthetic operating point. Changes in pooled TPR and FPR are measured relative to the paired-seed baseline.
Figure 5. One-at-a-time parameter sensitivity around the default synthetic operating point. Changes in pooled TPR and FPR are measured relative to the paired-seed baseline.
Preprints 230021 g005
Table 1. Threat model and primary mitigation mechanisms in PQ-MedTrust.
Table 1. Threat model and primary mitigation mechanisms in PQ-MedTrust.
ID Threat Primary attack surface Primary mitigation
H1 Agent identity spoofing Agent–device / agent–edge identity exchange Hybrid-authenticated DID/VC identity and mutual authentication
H2 Prompt or logic injection Agent reasoning, tools, and upstream inputs Behavior monitoring, scoped authorization, and trust attenuation
H3 PHI disclosure Agent–device / agent–service communication Protected sessions, least-privilege delegation, and minimal disclosure
H4 Delegation or scope abuse Agent–agent and agent–device authorization Scoped, time-bound, invocation-bound delegation tokens
H5 Sybil or rogue agents Identity issuance and multi-agent participation Controlled VC issuance, verifiable identity, and revocation
H6 Credential or command replay Authentication, delegation, and clinical-action links Freshness checks, invocation binding, and time-bounded tokens
H7 Quantum signature forgery Credentials, delegation evidence, and authenticated messages ML-DSA signatures, hybrid authentication, and crypto-agility
H8 Harvest-now/decrypt-later or audit forgery Recorded sessions and long-lived audit records ML-KEM session protection and PQC-signed audit chains
H9 Hybrid downgrade Cryptographic negotiation Authenticated algorithm negotiation and explicit algorithm identifiers
H10 Revocation evasion Credential-status and enforcement channels Signed, fresh, propagated credential-status information
Table 2. Trust-model parameters and risk magnitudes defining the default synthetic operating point.
Table 2. Trust-model parameters and risk magnitudes defining the default synthetic operating point.
Symbol Value Role Selection
α 0.2 Identity weight Fixed
β 0.5 Behavior weight Calibrated
γ 0.3 Context weight Fixed
λ 1.0 Risk-decay rate Calibrated
μ 0.35 h 1 Recovery rate Fixed
τ 0.5 Authorization threshold Calibrated
k 20 actions Behavioral window Fixed
κ 2.0 KL-divergence sensitivity Fixed
H 168 h Credential-validity horizon Fixed
R scope 0.8 Out-of-scope action Fixed
R inj 0.6 Prompt/logic injection Fixed
R rate 0.3 Rate above 3 σ Fixed
R unusual 0.2 Unusual in-scope action Fixed
Table 3. Monte Carlo event rates at the default synthetic operating point over a 24 h observation window. Wilson 95% confidence intervals use 1,000 independent runs per scenario. Median actions are reported only for detected attacks.
Table 3. Monte Carlo event rates at the default synthetic operating point over a 24 h observation window. Wilson 95% confidence intervals use 1,000 independent runs per scenario. Median actions are reported only for detected attacks.
Class Scenario Events Rate (%) 95% CI (%) Median actions [95% CI]
Attack A1 aggressive 1000 100.0 [99.6, 100.0] 1.0 [1.0, 1.0]
Attack A2 stealth 202 20.2 [17.8, 22.8] 136.5 [124.5, 148.5]
Attack A3 mimicry/scope 1000 100.0 [99.6, 100.0] 7.0 [7.0, 7.0]
Benign Clinical planner 14 1.4 [0.8, 2.3]
Benign Device proxy 20 2.0 [1.3, 3.1]
Benign Emergency override 8 0.8 [0.4, 1.6]
Benign Network degradation 17 1.7 [1.1, 2.7]
Benign Shift change 33 3.3 [2.4, 4.6]
Table 4. Adaptive-stealth detection at the default and extended observation horizons. Generator and model parameters are unchanged; Wilson 95% confidence intervals use 1,000 attack runs per horizon.
Table 4. Adaptive-stealth detection at the default and extended observation horizons. Generator and model parameters are unchanged; Wilson 95% confidence intervals use 1,000 attack runs per horizon.
Horizon Detections Rate (%) Median delay (h)
24 h 202/1000 20.2 [17.8, 22.8] 11.0
120 h 753/1000 75.3 [72.5, 77.9] 42.4
Table 5. Sensitivity of pooled benign false-positive rates to emission of the unusual-but-in-scope event class. The emission percentage is expressed relative to the A2 adversarial rate. Wilson 95% confidence intervals use 500 replications per scenario on an independent seed schedule.
Table 5. Sensitivity of pooled benign false-positive rates to emission of the unusual-but-in-scope event class. The emission percentage is expressed relative to the A2 adversarial rate. Wilson 95% confidence intervals use 500 replications per scenario on an independent seed schedule.
Emission Five clinical Four degraded-context All nine
(%) ( n = 2500 ) ( n = 2000 ) ( n = 4500 )
0 1.7 [1.3, 2.3] 34.2 [32.2, 36.4] 16.2 [15.1, 17.3]
25 19.9 [18.4, 21.5] 59.9 [57.7, 62.0] 37.7 [36.3, 39.1]
100 96.7 [96.0, 97.3] 99.4 [99.0, 99.7] 97.9 [97.5, 98.3]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
Copyright: This open access article is published under a Creative Commons CC BY 4.0 license, which permit the free download, distribution, and reuse, provided that the author and preprint are cited in any reuse.