By NHI Mgmt Group Editorial TeamDomain: Cyber SecuritySource: ARMOPublished April 22, 2026

TL;DR: AI workload security for healthcare fails when tools cannot prove patient-level PHI access, continuous minimum-necessary behavior, and BAA-scope enforcement under HIPAA, according to ARMO. The core issue is that declared configuration is not enough for non-deterministic agents; runtime evidence is now the control surface.


At a glance

What this is: This is an analysis of why generic AI security tools do not meet HIPAA evidence demands for healthcare AI workloads, with the central finding that runtime PHI-aware logging is required.

Why it matters: It matters because IAM, PAM, and security teams must prove access, scope, and disclosure behavior for AI agents, not just humans, when PHI is involved.

By the numbers:

  • Only 44% of developers are reported to follow security best practices for secrets management, exposing a significant developer behaviour gap.

👉 Read ARMO's analysis of AI workload security requirements under HIPAA


Context

Healthcare AI workloads create a governance problem when systems can disclose protected health information without producing evidence at patient and record granularity. For HIPAA, that gap is not cosmetic: if the organisation cannot prove what was accessed, when it was accessed, and where it was sent, the audit trail is incomplete.

The identity angle is real because AI agents behave like non-human identities with tool access, external endpoints, and scope drift. That makes them subject to the same lifecycle questions as other NHIs, but with stricter proof requirements because the workload may continuously infer what to retrieve, disclose, or forward.

ARMO frames the issue through HIPAA evidence demands rather than generic AI risk language, which is the right analytical lens. In healthcare, this is a typical failure mode, not an edge case, because most security stacks still stop at container, network, or process visibility.


Key questions

Q: What breaks when AI workloads cannot produce patient-level PHI logs?

A: You lose the ability to prove who accessed which patient record, what was disclosed, and where it went. That breaks audit response, patient accounting, and incident reconstruction because process-level or container-level telemetry does not establish disclosure chain evidence. In healthcare, incomplete logging is not a visibility gap only. It becomes a compliance and accountability failure.

Q: Why do AI agents complicate minimum necessary controls in healthcare?

A: Because they retrieve data by inference rather than by a fixed human role. The declared permission set may look compliant, but the actual retrieval pattern can exceed the intended scope when prompts, tool schemas, or context windows change. Teams need observed-behaviour comparison, not just policy statements, to show minimum necessary in practice.

Q: How can security teams prove BAA scope when AI endpoints drift at runtime?

A: They need a runtime inventory of every external destination the AI workload actually calls, then compare that inventory to the active BAA registry. Static manifests are useful for design review, but they do not prove current receipt of PHI. Runtime reconciliation is the only defensible way to catch fallback services, added endpoints, and failover paths.

Q: Who is accountable when an AI system accesses ePHI outside its intended purpose?

A: The covered entity remains accountable, and business associates may share that accountability depending on the service relationship and contract terms. HIPAA does not transfer the burden to the model or the tool. If AI access is not continuously governed and logged, the organisation that deployed it still has to answer for the exposure.


Technical breakdown

Why patient-level PHI logging is different from ordinary access logs

HIPAA audit controls require a record of activity on systems containing ePHI, but AI workloads add a layer of indirection that ordinary logs miss. A human user opens a chart directly; an AI agent may retrieve snippets through a tool, summarize them, and send them to an external model endpoint. If logging stops at pod, process, or network level, the organisation can see that something happened but not which patient record was disclosed. The technical requirement is correlation from prompt to retrieval to destination so the disclosure chain is reconstructable.

Practical implication: Practitioners need a runtime evidence path that resolves patient, record, trigger, and destination, not just infrastructure events.

How minimum necessary becomes an observed-behaviour problem

Minimum Necessary was built for deterministic users whose declared role roughly matched actual use. AI agents are different because retrieval is driven by prompts, model reasoning, and tool schemas, which means the actual scope can exceed the declared one even when policy looks correct. The control problem is not whether the policy exists, but whether observed behavior can be compared with declared scope continuously. Without that comparison, attestation is just configuration drift with a privacy label.

Practical implication: Teams should treat behavioural baselines as the evidence layer for scope enforcement, especially where retrieval corpora and prompts change frequently.

Why BAA scope enforcement needs a runtime AI-BOM

A business associate contract only works when every external recipient of PHI is known and current. AI agents complicate that because their egress list can change at runtime, especially when fallback models, embedding services, or managed endpoints are added outside the original deployment manifest. A static inventory may describe intended dependencies, but it will miss the destination that appears under load or after a configuration change. The practical control is a runtime AI-BOM that maps actual outbound PHI destinations to the active BAA registry.

Practical implication: Practitioners should verify that every live endpoint receiving PHI is matched to a current contractual scope, not just an approved architecture diagram.


Threat narrative

Attacker objective: The objective is to move PHI through an AI workload in ways that bypass auditability, minimum-necessary proof, and BAA scope enforcement.

  1. Entry occurs when an AI workload is allowed to read clinical context and invoke external tools against PHI-bearing systems.
  2. Escalation happens when the agent retrieves more records than its declared purpose justified, because prompts and tool schemas expand access at runtime.
  3. Impact follows when PHI is disclosed to external destinations without patient-level logging or contract scope proof, leaving the organisation unable to reconstruct the disclosure chain.

NHI Mgmt Group analysis

Patient-level evidence is now the real control boundary for healthcare AI. Generic AI security posture does not satisfy HIPAA when the workload can decide what to retrieve and where to send it. Runtime proof at patient and record granularity is the only form of evidence that can survive an audit or patient accounting request. Practitioners should evaluate every AI workload as a disclosure-capable identity, not just a compute workload.

The Minimum Necessary Paradox is the key governance failure this article exposes. HIPAA assumes that declared scope and actual use are close enough to compare, but non-deterministic agents break that assumption at the architectural level. This is a governance gap, not a tooling checkbox, because the organisation must measure observed behavior against declared scope continuously. Practitioners should redesign assurance around behaviour, not only policy.

Runtime AI-BOM is the named concept healthcare teams should adopt for BAA enforcement. A static manifest cannot keep up with endpoint drift when agents call managed LLMs, embedding services, or fallback models. The operational question is not whether the architecture was approved, but whether every live recipient of PHI is inside the active contractual boundary. Practitioners should verify runtime egress against BAA scope as a standing control.

AI workload governance in healthcare now overlaps directly with NHI lifecycle management. These agents have identity, access, scope, and offboarding problems even when they are not called service accounts. That means IAM and PAM teams need to own lifecycle evidence, access boundaries, and revocation paths for AI systems that touch PHI. Practitioners should place AI workloads inside the same governance model used for other high-risk NHIs.

The market signal is that application-layer observability is becoming a compliance requirement, not a bonus feature. Tools that stop at containers, pods, or network metadata cannot produce the evidence HIPAA now demands from AI-driven disclosure chains. This shifts buying criteria toward runtime correlation, audit exportability, and contract-aware telemetry. Practitioners should re-evaluate any platform that cannot prove patient-level access with live behavior.

What this signals

Runtime evidence will become the deciding procurement criterion for healthcare AI. Teams that cannot tie prompt, retrieval, and disclosure to a patient-level trail will struggle to defend their controls under audit or patient inquiry. The practical shift is toward evidence-first evaluation, where runtime observability matters more than declared architecture. NIST Cybersecurity Framework 2.0 is a useful anchor for mapping govern, identify, protect, detect, respond, and recover tasks to AI disclosure control.

AI workloads should now be treated as governed identities with lifecycle obligations. That means access review, revocation, and offboarding are no longer human-only concerns. The organisation needs a lifecycle model that includes model endpoints, tool permissions, and contractual scope. For identity teams, the closest operational lens is the NHI Lifecycle Management Guide, because the control problem is fundamentally about lifecycle and entitlement drift.

Minimum necessary becomes measurable only when behaviour is compared with declared scope. In practice, that pushes healthcare security teams toward telemetry that can survive regulatory scrutiny rather than dashboards that only summarise infrastructure health. The implication is broader than HIPAA: any AI system handling sensitive data will need proof of bounded use, not just access approval.


For practitioners

  • Implement patient-level disclosure logging Require runtime logs that tie prompt, tool invocation, patient identifier, record identifier, and outbound destination together for every AI-driven PHI event.
  • Build continuous minimum-necessary baselines Compare observed retrieval fields and record volume against declared AI scope, then re-run the attestation whenever prompts, models, or corpora change.
  • Validate BAA scope against runtime egress Maintain a runtime AI-BOM that enumerates every live endpoint receiving PHI and reconcile it with the current BAA registry before each production change.
  • Fold AI workloads into NHI governance Treat AI agents as governed identities with lifecycle ownership, access review, and revocation paths, using the NHI Lifecycle Management Guide for control design.
  • Map evidence to HIPAA audit controls Align runtime telemetry and retention with HIPAA audit and documentation requirements, then test whether an OCR request can be answered from the same evidence store.

Key takeaways

  • Healthcare AI security fails when tools cannot prove patient-level disclosure chains under HIPAA.
  • The article’s central governance warning is that declared scope is not evidence when AI agents decide access at runtime.
  • Runtime telemetry, contractual scope checks, and identity lifecycle controls are now the controls that determine whether AI workloads can be defended in audit.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

NIST CSF 2.0, NIST SP 800-53 Rev 5 and NIST AI RMF set the technical controls, while GDPR define the regulatory obligations.

FrameworkControl / ReferenceRelevance
NIST CSF 2.0PR.DS-1HIPAA evidence and disclosure control map to data protection and runtime visibility.
NIST SP 800-53 Rev 5AU-2Audit controls are central because the article is about provable activity records for ePHI.
NIST AI RMFGOVERNThe article focuses on accountability and evidence for AI behavior in healthcare.
GDPRArt.32Runtime protection and accountability for sensitive data are conceptually aligned where personal data is involved.

Treat Art.32 as a benchmark for security of processing when AI systems handle sensitive health data.


Key terms

  • Runtime PHI Access Log: A runtime PHI access log is a record that ties an AI workload’s trigger, retrieval, disclosure, and destination together at patient and record level. It is more than infrastructure telemetry because it proves what was actually accessed, not just what was configured to be accessible.
  • Minimum-Necessary Attestation: Minimum-necessary attestation is evidence that shows an identity used only the amount of data and access required for the task. In agentic healthcare workflows, the proof comes from what the agent retrieved and wrote under load, not from a declared policy alone.
  • Runtime AI-BOM: A runtime AI-BOM is a live inventory of every external endpoint an AI workload actually calls, not just the services it was designed to use. It is essential when contracts, BAAs, and data-sharing boundaries must be enforced against changing egress patterns and fallback behavior.
  • Patient-Level Disclosure Chain: A patient-level disclosure chain is the full evidence path from the prompt or trigger through tool use, records accessed, and final external destination. It allows auditors and investigators to reconstruct how PHI moved through an AI workload and whether the disclosure stayed within policy and contract scope.

What's in the full article

ARMO's full blog covers the operational detail this post intentionally leaves for the source:

  • Step-by-step evidence requirements for runtime PHI access logging in healthcare AI workloads
  • The patient-level and record-level logging structure used to support OCR and HITRUST review
  • How runtime AI-BOM checks map external endpoints against active BAA scope
  • The practical evaluation pattern for distinguishing declared permissions from observed behaviour

👉 The full ARMO post covers runtime PHI logging, minimum necessary attestation, and BAA scope enforcement in detail.

Deepen your knowledge

The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It helps identity and security practitioners build lifecycle controls for high-risk workloads and evidence-driven access reviews.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 20, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org