NTT DATA AIVista and Snowflake: Identity alone won’t secure enterprise AI agents
Our take

The rapid proliferation of AI agents promises transformative gains in productivity and automation, but as highlighted by recent research and discussions at VB Transform 2026, the current state of enterprise AI agent security presents a significant hurdle. VentureBeat’s June research revealed a concerning statistic: 69% of enterprises are still employing the risky practice of shared credentials for their AI agents. This oversight, coupled with the inherent exploratory nature of agentic AI, creates a breeding ground for security incidents. As explored in “Enterprise AI agents can't talk to each other, can't be trusted with permissions, and can't be audited — 5 startups are already fixing that[/post/enterprise-ai-agents-can-t-talk-to-each-other-can-t-be-trust-cms6r2qxh02tfwjtf6dhg9o2p], innovative startups are already tackling these challenges, demonstrating that solutions are emerging. However, NTT DATA AIVista’s Mukesh Karki and Snowflake’s Mayank Upadhyay rightly emphasize that simply addressing identity is insufficient; a more holistic approach encompassing action-level authorization and tamper-resistant auditing is crucial for safe, scalable deployment.
The core of the problem, as Upadhyay articulates, lies in the transposition of security models from traditional software to the dynamic, self-rewiring environment of agentic AI. Static API keys, a common practice, grant agents excessive permissions and obscure accountability. Karki’s perspective, drawn from experience in highly regulated industries like insurance, healthcare, and finance, reinforces this point. Scoped credentials are a necessary baseline, but not a complete solution. The analogy of employees, while initially helpful, ultimately falls short, particularly given the sheer scale of agent deployment. Treating agents as “interns,” as Upadhyay suggests—requiring constant oversight and gradually building trust—is a far more realistic and prudent approach. This perspective echoes the broader sentiment captured in “Mark Zuckerberg predicts that billions of people will have personal AI agents in five years[/post/mark-zuckerberg-predicts-that-billions-of-people-will-have-p-cms6r1fq002pfwjtfhvajitpn], illustrating the accelerating pace of AI agent adoption and the pressing need for robust security frameworks.
The three-layered governance model proposed by Upadhyay—agent, model, and data—offers a compelling framework for addressing these complexities. This layered approach acknowledges that security isn't a single point of control but a continuous process integrated throughout the AI ecosystem. Karki’s insistence on “governance at every agent action, and it has to sit outside the agent” underscores the critical need for provability—the ability to demonstrate that actions were authorized—a requirement increasingly vital in regulated environments and for maintaining user trust. The emphasis on auditing permissions for static secrets and addressing “shadow AI” through MCP gateways presents a pragmatic starting point for organizations seeking to strengthen their AI agent security posture. The cautionary note that retrofitting robust governance onto existing, large-scale agentic systems is significantly more challenging further reinforces the importance of proactive design and implementation.
Ultimately, the conversation surrounding AI agent security isn’t just about preventing breaches; it’s about building a foundation of trust and ensuring the responsible deployment of increasingly autonomous systems. The shift from reactive security measures to proactive, embedded governance represents a fundamental paradigm shift. As explored in “Discover what’s next for AI, from the SaaS reckoning to the agent security gap, at TechCrunch Disrupt 2026[/post/discover-what-s-next-for-ai-from-the-saas-reckoning-to-the-a-cms6r1ubg02qlwjtfikqv2t36], the broader AI landscape is grappling with similar challenges. The question isn’t *if* enterprises will embrace agentic AI, but *how* they will do so safely and responsibly. Will organizations prioritize building robust governance frameworks *before* widespread deployment, or will they learn the hard way through costly security incidents and regulatory scrutiny?
Presented by NTT DATA AIVista
VentureBeat’s June research found that 69% of enterprises are still running AI agents that share credentials, a practice associated with higher rates of security incidents and near-incidents.
But at VB Transform 2026, Mukesh Karki, CTO of NTT DATA AIVista, and Mayank Upadhyay, chief security and trust officer at Snowflake, argued that fixing identity is only the first step. Enterprises also need action-level authorization and tamper-resistant audit trails built into every agent interaction if they’re going to deploy autonomous systems safely at scale.
"These organizations need to be able to prove to their auditors in a very tamper-resistant fashion that those records showing what they did actually prove what they're doing," Karki said. "And the provability is essentially your license to operate in a regulatory environment."
Why shared credentials cause agentic AI security incidents
The problem, Upadhyay says, is many assumptions were carried over from an earlier generation of software.
"In the traditional software world, a human being clicks somewhere and the software does something very deterministic, and you know which API it's going to call," he said. "But in the agentic world, the software has a brain of its own, and it's constantly rewiring itself. If you give this software more permission than it needs for a particular goal, agents are exploratory by nature, so they're going to try lots of different things, and you'll have unintended side effects."
Embedding a single static API key compounds the exposure, he added.
"It's a really bad pattern if you have one API key, you shove it into the agent, and it's talking as anybody to a particular SaaS service, because then you're giving this agent the union of everybody's needs," he said, noting that the second failure mode is forensic, since "things may go wrong, and you wouldn't be able to attribute it to the right agent."
Scoped credentials are only the starting point in regulated industries
Karki, whose clients are mostly in insurance, healthcare, and finance, treats scoped credentials as table stakes.
"In a regulatory setting, an agent that's not broadly scoped with shared scope credentials is not going to run, period," Karki said. "Having a scope credential is just a starting point. There are actually two layered constraints. One is the jurisdiction in which the agent operates, and then it's the jurisdiction or the rules of that organization."
For instance, a claims adjustment agent in Washington State operates on different regulations than one in California, he adds, and every claim is different.
"Those scoped credentials are not enough, because it has to be action-based and rules-based at the time it's taking action," he added.
Where the employee analogy for AI agents breaks down
The employee analogy, Karki argued, only goes so far. Agents still need to learn an organization’s unique context, much as a new employee does. But unlike people, enterprises can’t realistically build trust with thousands of agents over time.
“A star employee in one organization might not be the best employee when they move to a different organization, not because they became worse, but because they don’t have the context of this new place, and the same is true with agents,” Karki said. “If every employee has 100 agents, you can’t say you’re going to onboard these agents and do a background check on them.”
Upadhyay said the employee analogy should place agents one rung lower in the organizational hierarchy.
"Treat them like interns," he suggested. "They have good intent, but they don't always know what they're doing, and you have to keep your eye on them while you gradually build trust."
On the Snowflake platform, administrators can impose platform-wide guardrails such as read-only operations, while developers further narrow an agent’s permissions when they launch each session.
A three-layer approach to AI agent governance
There's no question where governance belongs, Karki says.
"Governance has to happen at every agent action, and it has to sit outside the agent," he explained. "That's the only way you'll be able to prove later that the agent took an action it was allowed to take."
Upadhyay broke governance into three layers:
The agent layer covers identity, tool permissions, and MCP governance.
The model layer addresses indirect prompt injection and enables models to run inside the customer’s VPC so prompts remain invisible to the model provider.
The data layer covers least-privilege access, zero-copy architecture, and role-based access control.
For agents to work properly, governance is required across all three.
What enterprises should audit first
For enterprises auditing the governance of existing AI agents, Upadhyay recommends starting in two places. The first is auditing permissions for static secrets, the largest fixable attack vector. Next is addressing shadow AI through an MCP gateway, so developers no longer have to run bootlegged open-source MCP servers under their desks and administrators have visibility into who’s talking to which MCP server.
There's a tradeoff between constraint and capability, and that can be addressed at the task level, with confidence scoring used to withhold autonomous execution on high-risk actions, and sandboxing as a middle path. But Karki cautions enterprises already scaling their agentic systems.
"A lot of this can't be retrofitted after you have an agentic system running, and it's even harder to retrofit if you have to prove to your auditors why exactly the agent behaved the way it did," he explained. "Provability has to be built ground up when you're designing the system."
Sponsored articles are content produced by a company that is either paying for the post or has a business relationship with VentureBeat, and they’re always clearly marked. For more information, contact sales@venturebeat.com.
Read on the original site
Open the publisher's page for the full experience