The breach surface in healthcare isn't the EHR. It isn't the firewall. It's the integration token your billing vendor, radiology platform, or case management system has been using since 2022 — with no runtime monitoring, no behavioral baseline, and no kill switch.

In the span of seven days in May 2026, three separate healthcare organizations disclosed data breaches traced to third-party vendor access. The Oncology Institute notified the SEC that Kroll had detected unauthorized access to a third-party vendor's systems — a vendor shared across dozens of other healthcare providers, with a combined exposure touching approximately 3.4 million individuals. Radiology Associates of Richmond disclosed that 266,183 patients had their protected health information, Social Security numbers, and financial data exfiltrated in a July 2025 breach only concluded by investigation in April 2026. DocketWise — a legal case management platform used by immigration and healthcare law firms — notified 143,000 individuals that a third-party partner repository breach had exposed SSNs, passport numbers, medical condition information, and financial account credentials.

Three organizations. Three different vendors. One structural problem: the integration tokens those vendors use to access, migrate, and process patient data are non-human identities — and in all three cases, they were provisioned once and never monitored again at runtime.

HIPAA was architected for a world where data lives in a system and humans access it. It built robust controls around where patient data is stored, who has access, and how it's transmitted. What HIPAA was never designed to govern is the agentic integration layer — the service accounts, API keys, OAuth tokens, and pipeline credentials that third-party vendors use to act on data autonomously. These non-human identities don't log in. They don't trigger MFA. They don't show up in your identity governance dashboard. They're provisioned, given broad permissions to do their job, and then left completely unsupervised until something goes wrong.

3.4M
Individuals exposed in Oncology Institute's shared third-party vendor breach
266K
Radiology Associates of Richmond patients with PHI, SSNs, and financial data stolen
143K
DocketWise individuals notified — SSNs, passports, medical conditions, financial credentials
68%
of healthcare breaches involve a third-party or business associate, per 2025 HIPAA Journal data

The Three Breaches: What Actually Happened

🔴
The Oncology Institute — Third-Party Vendor Breach, ~3.4M Individuals
Disclosed May 2026 · Shared third-party exposure · Multiple healthcare orgs affected

The Oncology Institute (TOI), an oncology provider operating over 100 clinics across five states, disclosed to the SEC that Kroll had detected unauthorized access to its information systems — specifically, access via a third-party vendor that TOI and multiple other healthcare organizations shared. On May 20, 2026, Kroll notified TOI of the breach.

The timeline and cross-organization impact pattern points to a vendor acting as a centralized integration layer for multiple providers — one compromised non-human identity granting attackers access to patient data across dozens of organizations. The vendor established a patient portal to manage individual disclosures. No known ransomware group has claimed responsibility, suggesting a targeted data theft operation rather than ransomware deployment.

What made it an NHI problem: The attacker didn't breach TOI's own systems. They breached a vendor that held integration credentials — service account tokens or API keys — that permitted access to TOI's data systems. Those credentials were issued to the vendor at onboarding and never behaviorally monitored afterward. At no point did any system flag that a vendor integration credential was being used from anomalous infrastructure, at anomalous times, for anomalous query volumes.

Estimated exposure: Approximately 3.4 million individuals across all affected healthcare organizations via the shared vendor.

🔴
Radiology Associates of Richmond — 266,183 Patients, PHI + SSNs + Financial Data
Breach date: July 25, 2025 · Investigation concluded: April 6, 2026 · Notifications: May 21, 2026

Radiology Associates of Richmond (RAR), a Richmond, Virginia-based medical imaging services provider, disclosed that 266,183 patients had their protected health information, Social Security numbers, government-issued ID numbers, financial account information, and medical records exfiltrated in an attack that occurred on July 25, 2025. The investigation wasn't completed until April 6, 2026 — nearly nine months after the breach — and notifications only began on May 21, 2026.

This is RAR's second significant breach in under two years. In 2024, RAR disclosed a separate April 2024 breach that affected 1.4 million people. Two breaches at the same organization in two years, with an investigation timeline measured in months, points to a structural governance problem rather than a single security failure.

What made it an NHI problem: The breach originated via access to internal systems — systems that third-party billing, imaging platform, and care-coordination vendors routinely connect to via integration credentials. These credentials are provisioned once, given sufficient access to do the vendor's job, and then live indefinitely in the vendor's infrastructure. When an attacker compromises the vendor, they inherit every NHI that vendor holds. RAR's own staff didn't initiate the access that exfiltrated 266,183 patients' records. A token did.

🔴
DocketWise — 143,000 Individuals, SSNs + Passports + Medical Conditions + Financial Credentials
Breach discovered: October 2025 · Notifications sent: April 3, 2026 · 5+ month notification delay

DocketWise, an immigration and legal case management platform used by law firms serving healthcare clients, notified 143,000 individuals in April 2026 that their most sensitive personal data had been exposed. The data types compromised read like a forensic examiner's nightmare: names, addresses, Social Security numbers, dates of birth, driver's license numbers, passport numbers, financial account numbers and access credentials, payment card numbers, governmental identification numbers, tax identification numbers, health insurance policy numbers, medical condition or treatment information, and non-financial account usernames and passwords.

How it happened: In October 2025, an unauthorized actor used valid credentials to clone third-party partner repositories that were part of DocketWise's data migration pipeline. Some of those repositories contained unstructured data belonging to law firm clients and their customers. This is the NHI breach pattern in its purest form: a third-party integration token used to access a data migration pipeline, yielding the complete personal and medical record for 143,000 people.

The notification delay: DocketWise discovered the breach in October 2025 but didn't send notifications until April 3, 2026 — five months later. That gap has already triggered class action lawsuit investigations. Under HIPAA's Breach Notification Rule, covered entities and business associates must notify affected individuals within 60 days of discovery. A five-month delay at a company handling health insurance policy numbers and medical condition data represents a potential HIPAA enforcement action in addition to civil litigation.

The Structural NHI Problem Nobody's Talking About

Three organizations. Three different sectors (oncology, radiology, legal/healthcare). Three different third-party vendors. The same root cause every time. Look at what a third-party integration token actually looks like in the wild:

🔑
What Third-Party Integration Tokens Look Like at Runtime
The NHI lifecycle nobody's managing — from provisioning to breach

When a healthcare organization onboards a billing vendor, a radiology platform vendor, or a data migration partner, the integration workflow typically looks like this:

  1. Provisioning: IT issues the vendor a service account or API key with the permissions required to perform their contracted function — read/write to billing records, access imaging data, pull patient demographics for migration.
  2. Activation: The vendor uses the credential to set up their integration. It works. The project goes live.
  3. Ongoing operations: The credential lives in the vendor's infrastructure. No one at the healthcare organization monitors it. No behavioral baseline is established. No anomaly threshold is set. The token becomes invisible — even to the healthcare org's own IT team.
  4. Breach: An attacker compromises the vendor. They find the credential in the vendor's environment — in a repository, in an environment variable, in a secrets manager with weak access controls. They use it. It authenticates. It works exactly as intended.
  5. Discovery: The healthcare organization discovers the breach months later — in the case of RAR, nine months later — when a forensic firm completes its investigation.

HIPAA's Business Associate Agreement (BAA) framework requires vendors to protect PHI. But a BAA is a contractual obligation, not a runtime control. It does nothing to monitor whether the vendor's integration token is being used by the vendor — or by someone who stole it from the vendor's infrastructure.

The gap is structural: HIPAA governs data custody. It was never designed to govern non-human identity behavior at runtime.

🏥
NYC Health + Hospitals — The Largest Healthcare NHI Breach of 2026
1.8 million individuals · Third-party vendor · Nov 2025–Feb 2026 dwell time

NYC Health + Hospitals — the largest public hospital system in the United States — disclosed that an unauthorized actor had access to parts of its network from late November 2025 through February 2, 2026, via a third-party vendor compromise. The data exposed included medical records, government-issued IDs, geolocation data, and fingerprint and palm-print biometrics — 1.8 million individuals total.

The dwell time (approximately 75 days) and scope (biometric data) make this the most severe healthcare NHI breach of 2026. The attacker maintained persistent access through the vendor's integration credentials for over two months before detection.

How RuntimeAI's Identity + Zero-Trust + Defence-in-Depth Platform Closes the NHI Gap in Healthcare

RuntimeAI's Identity + Zero-Trust + Defence-in-Depth platform was built specifically for the governance layer that HIPAA, BAAs, and perimeter security don't cover: the runtime behavior of non-human identities — the service accounts, API keys, OAuth tokens, and pipeline credentials that third-party vendors use to access your data systems.

🔍
KYA (Know Your Agent) — NHI Inventory and Behavioral Baseline
Discovery · Inventory · Behavioral baselining at provisioning

KYA catalogs every non-human identity in your environment — every service account, API key, OAuth token, and pipeline credential that vendors, integrations, and AI agents use to access your systems. This includes vendor-issued credentials you may not have known existed.

At provisioning, KYA establishes a behavioral baseline: what endpoints this NHI accesses, what query volumes are normal, what data types it touches, what times of day it's active. Any deviation — a billing vendor credential suddenly querying oncology records, a migration tool accessing data after the migration project closed, a radiology platform token logging in from an IP outside the vendor's ASN — triggers an anomaly alert in real time.

In the Oncology Institute, RAR, and DocketWise breaches, the attacker used stolen credentials that behaved exactly like the vendor's intended usage — but KYA's behavioral baseline would have flagged the query volume escalation and the source infrastructure change that separated legitimate vendor access from attacker access.

🛡️
PII Shield — PHI Protection at the AI Integration Boundary
HIPAA compliance enforced at the moment of data access

When AI agents and third-party integrations access healthcare data, PII Shield intercepts and redacts PHI at the integration boundary — inline, before data reaches the vendor's system. This means even a compromised integration credential cannot exfiltrate raw PHI: the data has already been de-identified, tokenized, or redacted according to HIPAA Safe Harbor or Expert Determination standards.

PII Shield integrates with RuntimeAI's AI Integration Fabric — the governed layer through which all vendor and agent access flows. Every API call, every data pull, every migration pipeline runs through a policy-enforced channel that applies PHI protection rules automatically, without requiring the vendor to change their integration code.

📋
Audit Black Box — HIPAA Audit Trail That Survives Vendor Breach
Tamper-proof · Immutable · Court-admissible

HIPAA requires covered entities and business associates to maintain detailed access logs for PHI. The problem: when a vendor is breached, their logs are often the first thing attackers destroy or corrupt. DocketWise's five-month notification delay almost certainly reflects a forensic investigation that had to reconstruct the attack from degraded or incomplete vendor logs.

RuntimeAI's Audit Black Box records every NHI action — every API call, every data access, every query — in a tamper-proof, cryptographically signed log that lives in your environment, not the vendor's. When the vendor is breached and their logs are gone, your Audit Black Box still has the complete forensic record. When OCR requests your HIPAA audit evidence, the answer is days, not months.

⚙️
Policy Engine — Scoped Third-Party Access with Real-Time Enforcement
Least privilege · Scope-bounded · Policy-as-Code via OPA/Rego

HIPAA's minimum necessary standard requires that vendor access be limited to only the PHI needed for the contracted function. In practice, this principle is enforced at provisioning — through contract and BAA — but not at runtime. A billing vendor provisioned to access billing records can, in practice, query patient demographics, clinical notes, and imaging results if the underlying permissions allow it.

RuntimeAI's Policy Engine enforces minimum necessary at runtime, not just at provisioning. Policies written in Rego (OPA) define exactly what data types a given vendor NHI can access, under what conditions, at what volumes, and during what time windows. If a billing vendor credential attempts to query clinical records — even with a valid token — the Policy Engine rejects the request and logs the violation.

⚡ Kill Switch — Acting During the Breach, Not After the HIPAA Fine

L1
Continuous NHI behavioral monitoring — every vendor integration token and third-party service account is monitored against its behavioral baseline in real time. Query volume spikes, off-hours access, source IP changes, and scope violations are flagged the moment they occur — not 75 days later.
L2
Human-in-the-loop notification — when L1 flags a high-confidence anomaly on a healthcare NHI, your security team is notified immediately with full context: which vendor credential, what data it was accessing, what the behavioral deviation was, and what the recommended response is.
L3
Policy-driven kill action, mid-exfiltration — for high-severity violations, L3 executes a kill action in real time: revoking the compromised vendor credential, terminating the active session, and isolating the affected integration. Before the next batch of patient records moves. During the breach, not after the 60-day HIPAA notification window has already started.

A HIPAA fine averages $1.2M. A HIPAA breach notification costs $125–$500 per patient. RuntimeAI Kill Switch stops the data movement before either clock starts.

The HIPAA Gap Won't Close Itself

HIPAA's Breach Notification Rule starts a 60-day clock from the date of discovery. RAR took nine months to complete its investigation. DocketWise took five months to send notifications. Both face potential OCR enforcement actions and class action litigation.

But the more fundamental problem isn't the notification timeline. It's that these organizations had no runtime visibility into what their third-party integration tokens were doing. They learned about the breach from a forensic firm, not from their own systems. That's the governance gap: HIPAA compliance requires you to report a breach; it doesn't help you detect one in real time.

RuntimeAI's Identity + Zero-Trust + Defence-in-Depth platform is the runtime governance layer that closes the gap. Security, control, and HIPAA audit trail — enforced at every NHI, every integration boundary, every data access point. Independent of whether your perimeter held, independent of whether your vendor's infrastructure was compromised, and independent of whether the attacker was using a perfectly valid credential to do it.

What RuntimeAI governs at the healthcare NHI layer

  • KYA — complete NHI inventory: every vendor token, service account, and integration credential cataloged with behavioral baseline at provisioning
  • PII Shield — PHI redacted and tokenized at the AI integration boundary; HIPAA Safe Harbor enforced in real time before data leaves your environment
  • Audit Black Box — tamper-proof HIPAA audit trail in your environment, not the vendor's; forensic record that survives vendor breach and log destruction
  • Policy Engine — minimum necessary enforced at runtime via OPA/Rego; scope-bounded vendor access that holds even when the vendor's infrastructure is compromised
  • Kill Switch — L1 behavioral monitor → L2 human notification → L3 real-time credential revocation and session kill, mid-exfiltration
  • PQ TokenVault — format-preserving tokenization for SSNs, insurance IDs, and PHI; HIPAA compliant de-identification without re-engineering data pipelines
Healthcare Security NHI Security HIPAA Third-Party Breach Oncology Institute Radiology Associates DocketWise PHI Patient Data Zero Trust KYA PII Shield Kill Switch AI Integration Fabric RuntimeAI

Close the NHI Gap in Your Healthcare Security Stack

KYA, PII Shield, Audit Black Box, and Kill Switch — HIPAA-aligned runtime governance for every vendor integration token and third-party NHI.

Or visit www.runtimeai.io/trial