By NHI Mgmt Group Editorial TeamPublished 2026-04-22Domain: AnnouncementsSource: Aqua Security

TL;DR: Aqua Security says Aqua Compass adds an MCP server for agentic investigation, containment, and remediation inside runtime security workflows, while new dashboards translate live vulnerabilities and misconfigurations into monetary exposure as controls are enforced. Visibility alone is no longer sufficient when exploitation is happening faster than remediation cycles can close the gap.


At a glance

What this is: Aqua Security introduced Aqua Compass and runtime risk dashboards to move teams from observing runtime threats to containing and remediating them through agentic workflows.

Why it matters: For IAM and NHI practitioners, the shift matters because agentic tooling can now operate inside production control loops, which raises questions about authorization, containment scope, and human oversight.

By the numbers:

👉 Read Aqua Security's overview of Aqua Compass and runtime risk dashboards


Context

Runtime security has a familiar problem: teams can detect weak points after deployment, but they still struggle to contain and remediate issues before attackers exploit them. In cloud native and AI-assisted environments, the gap between seeing risk and acting on it is now a governance issue for NHI and agentic automation as much as a tooling issue.

Aqua Security’s announcement frames that gap around agentic response and runtime dashboards. The practical question is no longer whether AI can help triage alerts, but whether it can be safely allowed to recommend and execute containment steps inside production workflows without expanding privilege or obscuring accountability.


Key questions

Q: How should security teams govern AI agents that can take runtime response actions?

A: Treat them as privileged NHI workloads with explicit scope, short-lived authority, and full action logging. Separate read-only investigation from enforcement, require approval for high-impact containment, and review the agent’s effective permissions on a schedule. If the agent can change runtime policy, it needs the same governance discipline as any other elevated identity.

Q: When does agentic response create more risk than it reduces?

A: It creates more risk when the agent can act faster than the team can review its scope, especially if policy generation or containment is allowed without clear boundaries. The danger is not automation itself. The danger is delegated authority that is too broad, too persistent, or too opaque to audit after an incident.

Q: What is the difference between observability and enforceable runtime security?

A: Observability tells you what is happening. Enforceable runtime security lets you stop or constrain the behavior in production. For NHI governance, that distinction matters because a workload identity or agent can be visible in logs and still retain the ability to access data, move laterally, or trigger malicious actions.

Q: How should teams decide whether to let AI generate remediation policies?

A: Allow it only when the policy is narrowly scoped, reviewable, and reversible. Teams should define the approved containment patterns first, then let the agent populate them with incident context. If the agent can invent policy outside those guardrails, it is effectively writing controls without governance.


How it works in practice

How MCP changes runtime response workflows

The Model Context Protocol, or MCP, gives an AI agent a structured way to interact with tools and data sources. In this case, the agent does not replace runtime controls. It sits between telemetry, detection, and enforcement so that investigation and response can be coordinated in a single workflow. That matters because runtime security depends on context: workload state, namespace scope, policy posture, and the likely blast radius of a change. The architectural risk is obvious. If the agent can inspect, recommend, and trigger containment, then its own permissions become part of the attack surface. Practical implication: treat MCP-connected response paths as privileged automation, not as a convenience layer.

Practical implication: scope agent access tightly, log every action, and separate analysis permissions from enforcement permissions.

Why runtime dashboards matter for NHI governance

Runtime dashboards convert vulnerabilities and misconfigurations into exposure metrics that change as controls are enforced. That is more useful than static posture reporting because NHI governance is not only about identifying secrets, tokens, or service accounts. It is about understanding whether those identities can still be abused in a live workload. When exposure is recalculated continuously, teams can see which controls actually reduce risk and which only satisfy a reporting requirement. This also helps bridge security and operations, since remediation can be tied to observable enforcement outcomes rather than abstract policy statements. Practical implication: use dashboards to prioritize live blast radius, not just inventory hygiene.

Practical implication: rank remediation by live exposure and enforcement impact, not by dashboard severity alone.

Human-in-the-loop containment and the new privilege boundary

Human-in-the-loop is not the same as manual approval for every step. In an agentic response model, humans define policy, approve the operating envelope, and review high-impact actions while the agent handles repetitive analysis and scoped containment. That distinction matters because the control point moves from after-the-fact review to pre-authorized execution. In NHI terms, the agent behaves like a workload identity with delegated authority, which makes least privilege, task scoping, and short-lived access essential. The boundary is not whether automation exists. The boundary is whether automation can only act inside a narrow, auditable remit. Practical implication: define what the agent may contain, isolate, or rewrite before deployment.

Practical implication: pre-approve allowed actions and require explicit policy limits for containment, remediation, and policy generation.


NHI Mgmt Group analysis

Runtime response is becoming an identity problem, not just an operations problem. Once an AI agent can investigate incidents and trigger containment, it inherits a delegated authority model that looks a lot like NHI governance. That changes the control question from whether the tool can see enough telemetry to whether it can act safely within bounded privilege. Practitioners should treat agentic response as privileged access with audit and scope requirements, not as a generic automation feature.

Exposure metrics only help if they reflect live enforceability. Static vulnerability counts do not tell a security team whether a compromised workload can still reach sensitive resources or execute malicious behavior. A runtime dashboard becomes useful when it shows how policy enforcement changes the actual blast radius of an NHI or workload. Practitioners should connect exposure reporting to remediation ownership and enforcement outcomes.

Ephemeral remediation logic creates a new trust debt. If an agent can recommend and generate a hardened runtime policy on demand, the policy pipeline itself becomes part of the security boundary. The field needs to evaluate how those recommendations are authenticated, logged, and constrained before they are applied. Practitioners should verify that policy generation is auditable and reversible.

Agentic containment will accelerate a split between observability and authority. Many tools can observe runtime behavior. Fewer can safely close the loop from detection to containment without overstepping delegated permissions. That split will drive the next phase of NHI governance, because organizations will need to know which identities can merely report and which identities can remediate. Practitioners should formalize that distinction now.

Runtime AI security will converge with NHI lifecycle governance. If an AI agent can recommend remediation, isolate pods, and generate scoped policies, then its own identity lifecycle matters as much as the workload it is protecting. That includes provisioning, least privilege, review, and offboarding. Practitioners should manage these agents as durable governance objects with time-bound authority.

From our research:

  • 96% of technology professionals identify AI agents as a growing security threat, and 66% believe this risk is immediate, according to AI Agents: The New Attack Surface report.
  • 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems, inappropriately sharing sensitive data, and revealing access credentials.
  • A useful next step is to compare that threat posture with the OWASP Agentic AI Top 10 and map where runtime response agents could create the same control failures at execution time.

What this signals

Runtime security teams should expect the control plane to become more autonomous, not less. If an agent can investigate, recommend, and contain in one workflow, the next question is whether those actions are bounded by policy or by operator habit. That is where the OWASP Agentic AI Top 10 becomes useful, because it forces teams to examine tool use, delegated authority, and action scope.

With 96% of technology professionals identifying AI agents as a growing security threat, the governance problem is already socialised across the market. The practical challenge is no longer awareness. It is proving that the agent’s effective permissions match the least-privilege model you would accept for any other NHI.

Identity blast radius will be the concept to watch in agentic response programs. Once containment actions become machine-initiated, the quality of the response depends on how tightly the agent’s authority is constrained, reviewed, and revoked when the incident ends.


For practitioners

  • Classify agentic response as privileged automation Document which investigative, containment, and remediation actions an agent may perform, and separate those permissions from read-only analysis roles.
  • Bind response workflows to short-lived authority Use task-scoped access for any agent that can touch runtime controls, and require explicit expiration for elevated actions that can change workload policy.
  • Log every agent-generated containment action Capture the triggering alert, the recommendation, the approval path, and the resulting policy change so incident review can reconstruct the full decision chain.
  • Review blast radius before enabling policy generation Test whether an agent can isolate a pod, rewrite a namespace policy, or change enforcement scope beyond the intended incident boundary.

Key takeaways

  • Agentic response turns runtime security into a delegated-authority problem, which makes NHI governance central to the design.
  • Static vulnerability reporting is not enough when teams need live exposure metrics tied to actual enforcement outcomes.
  • Security teams should predefine what an AI agent may inspect, contain, and remediate before granting it production access.

Standards & Framework Alignment

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

OWASP Agentic AI Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10NHI-01Agentic investigation and containment introduce tool-use and privilege risks.
NIST CSF 2.0PR.AC-4Runtime response agents need tightly managed access permissions.
NIST Zero Trust (SP 800-207)AC-6Continuous verification is central when agents can alter runtime state.

Require explicit authorization and revalidation before any agent-driven containment action.


Key terms

  • Agentic Response: Agentic response is the use of an AI agent to investigate incidents and carry out bounded containment or remediation actions. In security operations, it shifts automation from alert handling to controlled execution, which makes authority, logging, and rollback part of the control design.
  • Runtime Risk Dashboard: A runtime risk dashboard translates live workload activity, vulnerabilities, and enforcement outcomes into operational exposure metrics. It is more useful than static posture reporting because it reflects what is actually happening in production, not just what has been discovered in inventory scans.
  • Model Context Protocol: Model Context Protocol is an open interface that lets an AI agent connect to tools and data sources in a structured way. In security workflows, it can make automation more flexible, but it also creates a governed path from model output to privileged action.

Deepen your knowledge

Runtime automation, delegated authority, and AI agent containment are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building agentic response controls from the same starting point, it is worth exploring.

This post draws on content published by Aqua Security: Aqua News on Aqua Compass and new runtime risk dashboards. Read the original.

NHIMG Editorial Note
Published by the NHIMG editorial team on 2026-04-22.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org