Subscribe to the Non-Human & AI Identity Journal
Home FAQ Governance, Ownership & Risk What should teams do when a platform certification…
Governance, Ownership & Risk

What should teams do when a platform certification does not cover agent behaviour?

← Back to all FAQ
By NHI Mgmt Group Editorial Team Updated June 6, 2026 Domain: Governance, Ownership & Risk

They should treat platform certification as necessary but not sufficient. Separate the infrastructure approval from the agent approval, then require evidence for tool access, data exposure and runtime guardrails before production use. Otherwise the certification boundary and the real risk boundary will not match.

Why This Matters for Security Teams

Platform certification usually proves that the hosting layer, tenant boundary, or approved service met a defined checklist. It does not automatically prove that an autonomous agent will use tools safely, respect data boundaries, or stop when a task is complete. That gap matters because agents are goal-driven: they can chain actions, request new context, and amplify a small permission into a broad incident. Current guidance from OWASP Agentic AI Top 10 and NIST AI Risk Management Framework both point teams toward runtime governance, not just approval at build time.

That is why NHI governance has to be separated from platform governance. An agent that is certified to run on a platform may still be unsafe if it can read customer data, call privileged tools, or retain secrets longer than the task requires. NHIMG research shows OWASP NHI Top 10 style risks often start with overbroad access and missing runtime controls, not with a broken platform. In practice, many security teams encounter this only after an agent has already made an unsafe tool call or exposed data outside its intended task boundary.

How It Works in Practice

The practical response is to define a separate approval path for the agent itself. First, classify the workload identity that represents the agent, then issue just-in-time credentials that are short-lived, task-scoped, and automatically revoked when the run ends. That means moving away from static secrets and toward workload identity primitives such as SPIFFE/SPIRE or short-lived OIDC tokens, so the system can prove what the agent is and what it is allowed to do at the moment of request. This aligns with the direction described in CSA MAESTRO agentic AI threat modeling framework and the control intent in NIST AI Risk Management Framework.

Then enforce intent-based authorisation at runtime. Instead of granting a broad role because an agent “might” need it, the policy engine evaluates the task, the data classification, the tool requested, and the current trust context before every sensitive action. A useful implementation pattern is:

  • issue a fresh token per task or session;
  • bind the token to a specific workload identity;
  • limit tool use with policy-as-code and explicit allowlists;
  • log every data exposure and external side effect;
  • revoke credentials immediately on task completion or anomaly detection.

NHIMG breach analysis such as Moltbook AI agent keys breach shows how quickly agent credentials become the real attack path when they are long-lived or reused across workflows. These controls tend to break down when agents operate across multiple loosely coupled tools because policy context is lost between hops and the runtime cannot reliably re-evaluate intent.

Common Variations and Edge Cases

Tighter runtime control often increases operational overhead, requiring organisations to balance agent autonomy against approval latency and policy maintenance. That tradeoff is real, and there is no universal standard for it yet. In highly regulated environments, teams may require human approval for any action that changes customer data or triggers an external side effect. In lower-risk internal workflows, current guidance suggests allowing autonomous execution but constraining it with narrow scopes, ephemeral secrets, and continuous monitoring.

Edge cases are where certification gaps become visible. A platform certificate may be enough for a passive model endpoint, but it is rarely enough for an agent that can browse, execute code, call APIs, or pass secrets between tools. The same applies when an agent inherits permissions from a parent process, or when multiple agents share one service account. In those cases, the certification boundary and the risk boundary diverge. A better control model is to treat each agent as a distinct non-human identity, verify it against Ultimate Guide to NHIs — What are Non-Human Identities, and anchor the governance model in both OWASP Top 10 for Agentic Applications 2026 and OWASP Agentic Applications Top 10. If an agent can autonomously chain tools across trust zones, platform certification alone is no longer a meaningful production gate.

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 and CSA MAESTRO address the attack and risk surface, while NIST AI RMF set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10Agent tool use and runtime guardrails are central to this question.
CSA MAESTROMAESTRO focuses on agent threat modeling and control boundaries.
NIST AI RMFAI RMF supports governance and accountability for autonomous systems.

Model agent identity, tools, data, and side effects as separate control points.

NHIMG Editorial Note
Reviewed and updated by the NHIMG editorial team on June 6, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org