2 Sources
[1]
Agent security in focus for Delinea
Delinea targets AI agent risks with real-time authorization As AI agents gain access to sensitive enterprise systems, AI agent security is becoming increasingly difficult to manage with traditional identity and privilege controls. The shift is driving demand for real-time authorization and stronger auditability without slowing productivity. Traditional identity and governance models were built around persistent human users and narrowly defined machine identities. AI agents create a new challenge because they can rapidly spawn temporary identities, access multiple systems and disappear once a task is complete, according to Art Gilliland (pictured), chief executive officer of Delinea Inc. "The typical gain visibility, scan for everything, set policy, and then enforce, that just is not going to work in AI," Gilliland said. "In fact, I think you're wasting your time looking for and trying to discover all the agents. And so you just need a different approach." Gilliland spoke with Krista Case at Black Hat USA, during an exclusive broadcast on theCUBE, SiliconANGLE Media's livestreaming studio. They discussed strengthening AI agent security through real-time authorization and eliminating standing privileges without disrupting enterprise workflows. (* Disclosure below.) AI agent security needs new response Trying to identify every AI agent, create accounts for them and issue credentials would be impractical. Enterprises need a different approach that can secure agent activity without slowing operations. "The approach that we are taking, and we announced some technology last week about it and some customers that are using it, is to focus on the assets you care about," Gilliland said. "What are these agents going to touch? Where is the sensitive data in your environment? Where are the sensitive things in your environment?" Organizations need to distinguish between a human accessing a system and an AI agent acting with that person's credentials. They can then apply different permissions and evaluate each agent action in real time to determine whether it should be allowed. "That level of visibility, you can record it, you can watch it, so you have a way to demonstrate for compliance what the agent actually did," Gilliland said. "It's a very different approach." Real-time authorization sits in line within the protocol, giving organizations a full audit trail of agent behavior. Unlike static access controls, it can surface patterns across sessions -- making it useful not just for security, but for compliance and business operations as well. "You can decide. So this is just, in our opinion, a way better and more effective approach," Gilliland said. "So that you can go fast and not break stuff." Authorizing access at the front door is not enough, because the real risk comes from what the AI does next. It may scan through files in systems such as SharePoint, find additional credentials and use them to elevate its privileges, Gilliland noted. "That's the stuff that humans don't do because they're not going to go through every file, machines don't do because they're very discreet, but AI will do whatever it takes to solve the problem you ask it to solve," Gilliland said. "That is that sort of non-deterministic behavior with a machine sort of capability is why you need that sort of real-time authorization and not just front-door access." Here's the complete video interview, part of SiliconANGLE's and theCUBE's coverage of Black Hat USA: (* Disclosure: Delinea Inc. sponsored this segment of theCUBE. Neither Delinea nor other sponsors have editorial control over content on theCUBE or SiliconANGLE.)
[2]
Delinea Introduces Runtime Authorization to Secure AI Agent Actions
"The security industry spent years solving credential theft, but AI agents have introduced a new problem: authorized access doing unauthorized things," said Art Gilliland, CEO at Delinea. "You can have perfect credential hygiene and still have an agent tear through your production environment in milliseconds. Recording what happened or revoking access after the fact doesn't stop that - enforcing policy on the action as it runs does. The perimeter has moved to inside the session, and no one has figured out how to address that until now." Consistent policy and a complete audit record, regardless of how agents connect. Agents reach databases, SSH hosts, Kubernetes clusters, and cloud consoles directly, not only through an MCP server. The Delinea Platform authorizes and records each of those connections through a single control point, across every protocol agents use. Security teams get the same visibility and enforcement regardless of how the agent was deployed or which systems it reached. No standing credential for an attacker to exploit. The agent never holds a credential. The Delinea Platform injects it just-in-time at the moment of access, scoped to the task rather than inherited from the person who deployed it, and revokes it automatically when the task completes. Because the credential is never exposed to the agent, there's no lingering exposure between sessions. Policy enforced on every action, not just when the session opens. A single AI session can carry dozens of tool calls, each with a different risk profile. The Delinea Platform evaluates and enforces policy on each tool call individually - allowing it, blocking it, or pulling in a human before it executes. When an agent misbehaves, the blast radius stays contained. Policy built specifically for agents, not retrofitted from humans. The Delinea Platform identifies whether a connection is agent-driven or human-driven before granting access, applying agent-specific policy at the moment of connection so the right controls are in place before the first action runs. A complete, defensible record of every action, tied to a named identity. Every tool call, database query, and SSH command is recorded and accountable to a specific identity. When something goes wrong, teams have the control to investigate, respond, and stand behind every access decision that was made.
Share
Copy Link
Delinea announced runtime authorization technology to address the security challenges posed by AI agents. Traditional identity controls fail when agents spawn temporary identities and access multiple systems. The platform enforces policy on every action in real-time, ensuring granular visibility and compliance without slowing operations.

Delinea introduced runtime authorization technology to tackle the growing security challenges posed by AI agents accessing enterprise systems. Art Gilliland, CEO at Delinea, announced the platform at Black Hat USA, emphasizing that traditional identity and privilege controls cannot manage the risks posed by AI agents that rapidly spawn temporary identities, access multiple systems, and vanish after task completion
1
. Unlike persistent human users or narrowly defined machine identities, AI agents create unpredictable access patterns that demand a fundamentally different security approach."The security industry spent years solving credential theft, but AI agents have introduced a new problem: authorized access doing unauthorized things," Gilliland stated
2
. Perfect credential hygiene no longer prevents agents from tearing through production environments in milliseconds. The perimeter has moved inside the session, requiring security teams to enforce policy on actions as they execute rather than relying on front-door access controls.Delinea's approach focuses on securing the assets AI agents interact with rather than attempting to discover and catalog every agent. Traditional methods of gaining visibility, scanning for everything, setting policy, and then enforcing simply do not work for AI agents, according to Gilliland
1
. Organizations need to identify where sensitive data resides and what systems require protection, then apply real-time authorization at those critical touchpoints.The platform distinguishes between human access and AI agent activity using the same credentials, applying different permissions based on whether a connection is agent-driven or human-driven before granting access
2
. This agent-specific policy activates at the moment of connection, ensuring appropriate controls are in place before the first action runs. The system evaluates each agent action in real-time to determine whether it should be allowed, creating a complete audit trail of agent behavior for compliance and business operations.The Delinea Platform enforces policy on every action within a session, not just when the session opens. A single AI-driven session can carry dozens of tool calls, each with a different risk profile
2
. The platform evaluates and enforces policy on each tool call individually, allowing it, blocking it, or requiring human approval before execution. When an agent misbehaves, the blast radius stays contained.Real-time authorization sits in line within the protocol, providing organizations with granular visibility across every connection. Agents reach databases, SSH hosts, Kubernetes clusters, and cloud consoles directly, and the platform authorizes and records each connection through a single control point across every protocol
2
. Security teams maintain consistent policy and a complete audit record regardless of how agents were deployed or which systems they accessed.Related Stories
The platform eliminates standing credentials that attackers could exploit. Agents never hold credentials directly. Instead, the system injects them just-in-time at the moment of access, scoped to the specific task rather than inherited from the person who deployed the agent, and revokes them automatically when the task completes
2
. Because credentials are never exposed to the agent, there is no lingering exposure between sessions.This approach addresses the non-deterministic behavior unique to AI agents. Unlike humans who won't scan through every file or machines that operate within discrete parameters, AI agents will do whatever it takes to solve assigned problems
1
. Agents may scan through systems like SharePoint, find additional credentials, and use them to elevate privileges. Authorizing access at the front door is insufficient because the real risk emerges from what the AI does next. This combination of non-deterministic behavior with machine capability explains why real-time authorization has become essential, not just front-door access controls.Every tool call, database query, and SSH command is recorded and tied to a named identity, providing teams with the ability to investigate, respond, and defend every access decision
2
. This level of visibility enables organizations to record and monitor agent activity, demonstrating for compliance exactly what each agent did. Unlike static access controls, the system surfaces patterns across sessions, making it valuable for security, compliance, and business operations.Delinea announced customers are already using the technology, though specific adoption numbers were not disclosed
1
. The platform allows organizations to move quickly without breaking systems, balancing security requirements with operational speed. As AI agents become more prevalent in enterprise environments, the shift from traditional identity governance models to runtime authorization represents a fundamental change in how organizations must approach agent security.Summarized by
Navi
[1]
12 Feb 2026•Technology

06 Aug 2026•Technology
02 May 2026•Technology

1
Technology

2
Science and Research

3
Technology
