By NHI Mgmt Group Editorial TeamDomain: Cyber SecuritySource: terraPublished June 16, 2026

TL;DR: WELL Health says it moved from quarterly pentests to 100% web attack-surface coverage within the same budget, using continuous exploit validation to separate noise from verified business impact, according to Terra. The signal for practitioners is that application security now depends on truth quality and coverage continuity, not just more findings.


At a glance

What this is: WELL Health reports that continuous exploit validation expanded web attack-surface coverage from quarterly testing to full coverage without increasing budget.

Why it matters: For IAM and security practitioners, the story shows how mature programmes still struggle when coverage gaps and noisy findings prevent reliable decisions about exploitable risk.

By the numbers:

👉 Read terra's analysis of how WELL Health scaled application security without increasing budget


Context

Continuous application security tries to close the gap between point-in-time testing and the pace of modern software change. In healthcare and other regulated environments, that gap matters because exposure can change between assessment windows, while teams still need to decide what is genuinely exploitable and what is only theoretical. The article's primary keyword is continuous exploit validation, and the core governance problem is how to keep coverage current without expanding budget or creating alert fatigue.

WELL Health is described as already having a mature offensive security background, which makes the case especially useful because it is not about replacing weak testing with stronger testing. It is about scaling confidence. That distinction matters to identity and access teams as well, because the same governance problem appears when service accounts, API keys, and other NHIs are assessed only periodically and then drift out of view between reviews.


Key questions

Q: How should security teams replace point-in-time pentests with continuous validation?

A: Start by attaching validation to the changes that actually alter risk, including releases, new API routes, cloud configuration updates, and identity bindings. The goal is not more scanning. It is a current view of what can be reached and exploited, so engineering time goes to issues that matter now rather than issues that only mattered in the last assessment window.

Q: When does continuous validation provide more value than traditional testing?

A: It becomes more valuable when the environment changes faster than a fixed test cycle can keep up, especially in cloud-native and business-logic-heavy applications. If the attack surface can drift materially between assessments, periodic testing produces stale assurance. Continuous validation gives you a better answer to the question that matters most, which findings are still exploitable today.

Q: What do security teams get wrong about appsec alert volume?

A: They often treat more findings as more security, when the real problem is whether the findings are true, reachable, and worth fixing. High alert volume can mask critical exposure and exhaust engineering capacity. A mature programme should optimise for verified impact, not for the number of issues it can generate in a report.

Q: How do application risk programmes affect identity and access governance?

A: They expose the same governance weakness seen in identity programmes that rely on periodic review alone. If service accounts, API keys, and workload identities are not validated in the context of real runtime paths, access drift can persist unnoticed. Continuous validation helps confirm whether trust relationships still match intended privilege boundaries.


Technical breakdown

Why point-in-time pentesting leaves coverage gaps

Traditional penetration testing is a periodic control. It can show whether an application was exploitable on a given day, but it does not continuously track change across releases, APIs, cloud services, or business logic updates. In fast-moving environments, that creates a drift problem: the test result remains current only until the next meaningful change. For application teams, the operational issue is not a lack of testing volume. It is that assessment windows are too sparse to reflect current exposure reliably. Continuous validation narrows that window by re-testing as the attack surface evolves.

Practical implication: replace fixed-cycle testing with coverage that follows release and infrastructure change.

How verified exploitability changes triage

Many application security tools generate findings without proving whether a weakness is actually reachable or business-impacting. Verified exploitability shifts the focus from theoretical vulnerability count to demonstrated risk. That matters because engineering teams have limited time and usually need a clear answer on whether a finding can be triggered in practice, whether it affects sensitive workflows, and whether it can be chained with other issues. In business-logic-heavy systems, this distinction is often more valuable than raw detection volume. It changes appsec from a reporting exercise into a prioritisation mechanism.

Practical implication: prioritise findings that can be reproduced and linked to business impact.

Why continuous validation improves cloud and agent security governance

The article's AWS service mix, including EKS, Bedrock, AgentCore, MQ, ElastiCache, EC2, and EFS, shows that modern application risk spans workload identity, service-to-service trust, and runtime access paths. Where AI services and agents are involved, the governance challenge extends to non-human identities that can initiate actions and consume privileged resources. Continuous validation is useful here because it checks whether the access path and the attack path still match, instead of assuming a control works just because it was configured once. That is a practical IAM and NHI lesson, not only an appsec one.

Practical implication: validate access paths for workloads and AI services whenever infrastructure or identity bindings change.


NHI Mgmt Group analysis

Continuous validation is becoming a governance control, not just a testing model. The article shows that the real bottleneck is not tool output volume but confidence in what the outputs mean. For security and IAM programmes, that is the same problem seen in secrets, workload identity, and privileged access reviews: visibility without verified impact does not support good decisions. Teams should treat continuous validation as a control for prioritisation quality, not only a way to collect more findings.

Coverage continuity matters more than assessment intensity when release cycles accelerate. Point-in-time assurance assumes the environment stays stable long enough for the results to remain useful. That assumption breaks down quickly in cloud-native application estates and even more so when agentic workflows or service identities can change behaviour outside human review cycles. Practitioners should recognise the emerging truth signal gap: the difference between seeing activity and knowing whether it is exploitable.

Identity governance and appsec are converging around runtime trust decisions. Once applications depend on service accounts, API keys, tokens, and AI-facing access paths, the question is no longer only whether a system is vulnerable. It is whether identity, privilege, and business logic line up at runtime. That makes continuous exploit validation relevant to NHI governance because the same drift that breaks appsec also weakens control over non-human access and delegated trust.

Healthcare programmes will increasingly be measured on verified risk reduction rather than test counts. Regulated sectors need evidence that security investment changes decision quality, not just control activity. The model here suggests that leaders will be expected to show fewer unverified findings, faster remediation of exploitable issues, and better alignment between security and engineering priorities. Practitioners should prepare for reporting that values confidence and coverage together.

Continuous validation is a useful response to alert fatigue, but it does not remove governance responsibility. Teams still need ownership for deciding which exploitable issues merit remediation, which require compensating controls, and which reflect broader architectural debt. The change is that those decisions can be anchored in verified evidence rather than noisy proxies. That is where appsec, PAM, and NHI governance start to share the same operational logic.

What this signals

Truth signal gap: application security teams are moving from counting findings to proving whether a control still reflects runtime reality. That shift matters because cloud releases, delegated access, and AI-linked services can invalidate yesterday's assurance before today's review is complete.

For identity programmes, the lesson is that periodic review alone is not enough when service accounts, API keys, and other NHIs can change meaning through deployment and orchestration. Continuous validation becomes a way to test whether access paths remain aligned with intended privilege, especially where AWS-based application stacks combine compute, data, and AI services.


For practitioners

  • Shift from quarterly testing to change-driven validation Tie application validation to release events, new integrations, infrastructure changes, and identity binding updates so coverage tracks the real attack surface instead of a calendar.
  • Use exploitability as the primary triage filter Require verification that a finding is reachable, reproducible, and business-impacting before it is escalated into the engineering queue.
  • Map cloud and AI service identities into appsec scope Include workload identities, service accounts, tokens, and AI-facing access paths in validation plans when applications run across EKS, Bedrock, and similar managed services.
  • Report on confidence and coverage together Track how much of the live attack surface is continuously validated, how many findings are verified, and how quickly the team can separate noise from impact.

Key takeaways

  • The article shows that mature appsec programmes can still struggle when assessment cadence is slower than environment change.
  • Verified exploitability is the practical differentiator here, because engineering teams need to know which findings represent real business impact.
  • The same governance logic applies to NHI and workload identity, where runtime trust must be checked against current access paths, not historical assumptions.

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, CIS Controls v8 and NIST AI RMF set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
NIST CSF 2.0ID.RA-1Continuous validation supports ongoing risk identification in a changing appsec environment.
NIST SP 800-53 Rev 5RA-5Automated testing and scanning controls align with validated appsec assessment workflows.
CIS Controls v8CIS-18 , Penetration TestingThe article is about extending penetration testing beyond periodic cycles.
NIST AI RMFMEASUREAI-linked application services require measured evidence of actual risk, not assumptions.

Apply MEASURE to verify that AI-facing services and their access paths are operating within intended risk bounds.


Key terms

  • Exploit Validation: The process of proving that a suspected vulnerability is actually exploitable by producing a working proof of concept. This is a high-value security task because it separates real exposure from noise and can be automated with sufficient model and workflow support.
  • Business logic vulnerability: A business logic vulnerability is a flaw in how an application’s workflow or rules are enforced, allowing an attacker to misuse a process rather than break code directly. These issues often evade signature-based tools because the weakness lies in authorisation, sequence, or state handling.
  • Truth Signal Gap: The gap between security data that looks informative and evidence that is reliable enough to drive action. In practice, this appears when tools generate volume but do not prove exploitability, leaving teams with noise instead of a decision-grade view of risk.
  • NHI Governance: NHI governance is the set of policies and controls used to manage non-human identities across their lifecycle. It covers issuance, access scope, monitoring, rotation, and retirement so machine credentials do not become hidden, durable attack paths.

What's in the full article

Terra's full article covers the operational detail this post intentionally leaves for the source:

  • The customer statement on how continuous pentesting was operationalised across web attack-surface coverage.
  • The details behind the 10X coverage claim, including what changed in testing cadence and scope.
  • The business-logic validation approach used to separate exploitable issues from noisy findings.
  • The customer-facing results language that security leaders can use for internal reporting and prioritisation.

👉 The full terra article covers the customer statement, coverage shift, and validation approach in more operational 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 practitioners connect identity controls to the broader security decisions their programmes depend on.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 1, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org