By NHI Mgmt Group Editorial TeamPublished 2026-03-04Domain: Agentic AI & NHIsSource: Zenity

TL;DR: A consumer vacuum mishap that exposed live camera feeds, audio, maps, and status data from 7,000+ devices shows how quickly connected systems become surveillance surfaces when embedded credentials and broad tool rights are left unconstrained, according to Zenity. The same runtime assumptions now govern enterprise AI agents, where capability, access, and autonomy expand the attack surface faster than design-time reviews can contain it.


At a glance

What this is: This is Zenity's analysis of how a rogue vacuum incident maps to AI agent security, showing that useful connected systems become dangerous when credentials, tools, memory, and autonomous actions are not tightly constrained.

Why it matters: It matters because the same runtime control gap affects NHI, agentic AI, and human-governed access programmes: if practitioners do not govern what an identity can do at execution time, design-time intent will not protect the environment.

By the numbers:

  • 7, 000+ robovacs all over the world

👉 Read Zenity's analysis of rogue vacuums and AI agent runtime risk


Context

AI agent security is the practice of governing what a digital identity can access, invoke, and persist with at runtime. This article uses a robot vacuum incident to show how quickly a connected system becomes a surveillance platform when embedded credentials and broad permissions are left in place.

The governance gap is not just that the device was connected. The deeper issue is that design-time approval was treated as enough, even though runtime behaviour can diverge from intent once credentials, APIs, memory, and orchestration are available.

For identity teams, the lesson spans NHI, agentic AI, and human access governance: permissions only matter if they are bounded by policy at execution time. That is the same control problem whether the actor is a workload, an AI agent, or a person with delegated access.


Key questions

Q: How should security teams handle runtime permissions for AI agents and connected devices?

A: Security teams should treat runtime permissions as the real control boundary, not deployment approvals. Grant only the access needed for the current task, log every tool invocation, and revoke unnecessary reach to data, APIs, and memory. The goal is to keep a useful identity from turning into a broad execution principal. Link this to the OWASP NHI Top 10 for practical control mapping.

Q: Why do embedded credentials create more risk than a single secret leak?

A: Embedded credentials create risk because they often unlock multiple systems, not just one login. When a single secret can expose data, invoke APIs, and move across services, the result is identity blast radius. That is why NHI governance has to track scope, owner, rotation, and downstream reach together. The problem is the trust path, not the credential alone.

Q: What do organisations get wrong about AI agent safety at design time?

A: Organisations often assume that a safe design remains safe in production. In practice, agents can combine memory, APIs, and workflow steps in ways that were never obvious in the original approval. Runtime behaviour must therefore be monitored and constrained continuously. Use the Zero Trust model to judge actions as they happen, not only when the system is deployed.

Q: How do teams decide when an autonomous action crosses the security boundary?

A: Teams should define the boundary by operational consequence, not by whether the action was technically possible. If an agent can write, call external services, or chain steps without a fresh check, the boundary has already been crossed. That is the point where policy, logging, and human override need to intervene before the action completes.


Technical breakdown

Embedded credentials and hidden device trust

Connected devices and agents often inherit credentials that were never meant to travel far beyond their original context. In the vacuum case, incidentally embedded system credentials exposed live feeds and other sensitive device data. In enterprise environments, the same pattern appears when API keys, tokens, or service credentials are reused across components without lifecycle control. The technical issue is not merely secret leakage. It is trust amplification, where one credential silently opens multiple systems and data streams. That turns a single compromise or mistake into distributed access across a fleet or workflow.

Practical implication: inventory every embedded credential and bind it to a specific scope, owner, and rotation path.

Agentic intent and runtime authority

Agentic intent means judging an identity by what it can actually do when it runs, not by what it was meant to do at build time. The article’s core point is that a useful agent needs access to knowledge bases, APIs, memory, and workflow orchestration, but those same capabilities create the attack surface. Runtime authority therefore matters more than design documentation. A system can look compliant at deployment and still become unsafe if it can call external services, chain actions, or write to production without fresh policy checks.

Practical implication: evaluate permissions as runtime capabilities, not as static design approvals.

Workflow orchestration as an identity control surface

Workflow orchestration is where delegated action becomes operational power. Once an agent can invoke tools, persist context, and continue across steps, it stops being a simple query interface and starts behaving like an execution principal. That changes the security model for NHI governance because every downstream dependency inherits the same trust path. If one connected API, MCP server, or data source is exposed, the orchestrated workflow can expand the blast radius quickly. The control problem is therefore the chain, not just the endpoint.

Practical implication: map every downstream dependency in an agent workflow before allowing autonomous execution.


Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.


NHI Mgmt Group analysis

Runtime guardrails are now the decisive control boundary for agentic systems. The article shows that design-time intent does not survive contact with execution when a connected identity can access tools, data, and actions at runtime. That is a governance failure, not just a device issue. The implication for practitioners is that approval at build time is not enough when the identity can still accumulate dangerous power in operation.

Embedded credentials create identity blast radius, not just secret exposure. A reused credential in a connected system does not simply reveal one login path. It turns a local compromise into a distributed trust problem because the same principal can surface cameras, audio, maps, or backend APIs. That pattern belongs squarely in OWASP-NHI and zero trust thinking, where the question is not whether a secret exists, but how far it lets the actor move. Practitioners should treat every embedded secret as a potential fleet-level failure.

Agentic intent is a named governance concept: what the system can do at runtime matters more than what designers expected it to do. The article’s strongest contribution is the reminder that an agent is dangerous precisely because it is useful. Access to memory, orchestration, and tool invocation expands capability, but it also changes the security boundary from policy to behaviour. That means AI governance and NHI governance are converging on the same question: which actions are actually authorised when execution begins?

Human review cycles are too slow for systems that act continuously. The article's runtime framing shows why static approvals and periodic checks miss the point when actions can be chained rapidly. If a principal can connect, decide, and act in a single flow, then the governance model must inspect behaviour as it occurs. The practitioner conclusion is straightforward: control the session, not just the setup.

The market is moving from identity issuance to identity observation. As more agents, devices, and workloads are granted decision-making capacity, security programmes will need evidence of actual behaviour, not just entitlement records. That shifts the centre of gravity toward runtime policy enforcement, dependency tracking, and action logging. Practitioners should expect auditability to become a first-class requirement for agent governance.

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.
  • Only 52% of companies can track and audit the data their AI agents access, leaving 48% with a complete blind spot for compliance and breach investigation.
  • OWASP NHI Top 10 is the next step for teams that need a control framework for agent behaviour, tool access, and runtime governance.

What this signals

Agentic systems are pushing identity programmes toward runtime governance. The practical shift is from asking whether an identity was approved to asking what it did after approval. That is why auditability, action-level policy, and dependency mapping are becoming mandatory across both AI agents and traditional NHI estates.

With 80% of organisations reporting their AI agents have already acted beyond intended scope, the governance gap is structural rather than theoretical. Practitioners should expect more scrutiny on action logging, scope boundaries, and evidence of constrained execution, especially where agents can invoke external tools or persist context across tasks.

The named concept here is identity blast radius. Once one credential or workflow principal can reach many systems, the programme needs to focus on containment, not just prevention. That is where zero trust and NHI controls intersect most directly for readers building real-world guardrails.


For practitioners

  • Inventory embedded credentials across connected systems Identify every secret, token, certificate, and API key that a device, workflow, or agent can reach at runtime. Record the owner, scope, rotation path, and downstream systems each credential can expose.
  • Reduce agent authority to explicit runtime necessity Review every permission through the lens of current execution: knowledge bases, write access, external APIs, memory, and orchestration should exist only when the task genuinely requires them.
  • Map downstream dependencies before enabling autonomous actions Trace each action chain from the initiating identity through the tools, APIs, and data sources it can invoke, so you can see where one exposed component creates broader blast radius.
  • Add behaviour-level logging for AI and machine identities Capture what the identity tried to do, what it accessed, and which policy check allowed or blocked the action. Behaviour logs are the evidence needed when design-time intent and runtime reality diverge.

Key takeaways

  • Connected systems become surveillance or execution surfaces when embedded credentials and broad tool rights are left unconstrained.
  • The evidence in the article shows that runtime behaviour, not design-time intent, is where security failures become visible.
  • Practitioners should govern agentic and machine identities by scope, dependency, and action logging before autonomous execution is allowed.

Standards & Framework Alignment

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

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

FrameworkControl / ReferenceRelevance
OWASP Non-Human Identity Top 10NHI-01Embedded credentials and runtime reach create the core NHI failure pattern here.
NIST Zero Trust (SP 800-207)PR.AC-4The article is fundamentally about verifying access as actions occur, not only at design time.
NIST CSF 2.0PR.AC-1Access governance and auditability are central to controlling agent and device behaviour.
OWASP Agentic AI Top 10Agent tool access, orchestration, and behaviour control are directly implicated by the article.

Apply continuous verification to connected identities and block actions that exceed current trust context.


Key terms

  • Embedded Credential: A credential embedded in software, firmware, or automation that can be reused outside its intended context. In practice, it becomes a silent trust bridge between systems. For agents and connected devices, the risk is not the secret alone but the reach it grants if runtime controls are weak.
  • Runtime Governance: Runtime governance is the control of what an identity can actually do while it is executing. It combines policy enforcement, logging, and dependency awareness so that permissions are judged in motion, not only at approval time. That matters most for AI agents, workloads, and connected devices.
  • Identity Blast Radius: Identity blast radius is the amount of damage a single compromised or over-privileged identity can create across systems, data, and workflows. It is a better measure than entitlement count because it captures downstream reach. For non-human and agentic identities, reducing blast radius is a core security objective.
  • Agentic Intent: Agentic intent is the security question of what a system can do at runtime, not just what designers expected it to do. It matters because agents can combine tools, memory, and external services in ways that change the practical scope of authorization. Governance must follow behaviour, not branding.

Deepen your knowledge

AI agent runtime governance and embedded credential control are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building guardrails for connected devices or autonomous workflows, it is worth exploring.

This post draws on content published by Zenity: What a Rogue Vacuum Army Teaches Us About Securing AI. Read the original.

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