AI in banking

Why agentic AI security fails at the architecture, not the policy

26 May 2026
8
mins read

Banks have spent a decade securing their systems. Now they need to secure something harder to pin down - the decisions those systems make on their own. Agentic AI doesn't wait for instructions from a human at every step, and that's exactly what makes it powerful and exactly what makes it dangerous if the governance architecture isn't built in from the start.

The threat model just changed

Traditional banking cybersecurity protects perimeters: firewalls block unauthorized entry, access controls restrict who touches what, audit logs record what humans did. That model assumes a human is the actor at the center of every sensitive action.

Agentic AI breaks that assumption entirely. An agent authorized to process a dispute, verify a KYC document, or initiate a payment instruction can chain dozens of sub-actions across multiple systems. It does this without a human approving each step. The actor is no longer a person - it's a software entity with defined goals, its own tool access, and the ability to decide how to reach an outcome.

According to McKinsey's 2026 AI Trust Maturity Survey, organizations must now contend with AI systems not just saying the wrong thing, but doing the wrong thing. This means taking unintended actions, misusing tools, or operating beyond appropriate guardrails. In banking, where every action carries regulatory and financial consequences - and the reputational fallout tends to follow both - that distinction matters enormously.

This isn't a future concern. Banks running agentic AI for dispute resolution and customer onboarding are already operating in this territory. The question is whether they built the right security architecture before the agents went live - or after an incident forces the issue.

Three threat vectors banks underestimate

Prompt injection: when the agent becomes the attack surface

Prompt injection is the agentic-era equivalent of SQL injection. A malicious actor crafts input - through a customer message, a document, an external data feed - designed to override the agent's instructions and redirect its behavior. An agent parsing a disputed transaction summary could be fed a document that tells it to approve rather than investigate. An onboarding agent reading a corporate filing could be manipulated into skipping AML checks.

The attack surface is wide because agentic systems are, by design, flexible. They read unstructured data, interpret natural language, and adapt their approach based on context. That flexibility is exactly what attackers exploit. Banks whose agents ingest external content - and nearly all do - need input validation layers that treat every external input as potentially adversarial.

Agent impersonation: the identity problem nobody is solving

In a multi-agent architecture, agents communicate with each other. A credit underwriting agent might call a KYC agent, which calls a document verification agent. Each hop is a potential impersonation point. A compromised or malicious agent that can convincingly present itself as a trusted peer can intercept context, inject false information, or trigger downstream actions under false authority.

Most banks have strong identity frameworks for human users. Agent identity is an emerging discipline, and most institutions are still catching up. Every agent needs a cryptographically verifiable identity, scoped credentials that expire, and communication channels that authenticate both sides of every handshake. Without that, multi-agent systems are only as secure as their least-authenticated participant.

Unauthorized action chains: autonomy without boundaries

Autonomous agents can compound errors. An agent that misclassifies a transaction may trigger a second agent that flags the account, which triggers a third that suspends access. All of this can happen without a human ever reviewing the original decision. In a tightly coupled system with no circuit breakers, a single bad input can cascade into a chain of consequential actions before anyone notices.

This is what AI ROI stalling at the architecture level often looks like in practice - not the model failing in isolation, but the absence of execution boundaries that would contain the failure to one step.

What genuine agentic AI security architecture looks like

Decision Authority as a first-class security primitive

The most important structural insight is this: governance can't be a layer you add on top. It has to be the execution layer itself.

In the Backbase AI-native Banking OS, every action by every actor - human, customer, or AI agent - requires a Decision Token issued by Sentinel before it executes. Sentinel is the Authority Layer running alongside the full runtime stack. It validates who is acting, checks the governing policy, and writes the full decision context to a tamper-evident audit bundle before any action executes. There is no path through the system that bypasses this. An agent cannot approve a loan, close a dispute, or transfer funds without Sentinel issuing the authorization.

This architecture means agentic AI banking security isn't dependent on the agent behaving correctly. It's enforced structurally, at the execution layer, regardless of what the agent decides to attempt. A guardrail that lives in the execution layer cannot be bypassed by a misbehaving agent. One that sits above the runtime can.

Agent identity management

Every agent deployed in the Banking OS carries a verified identity - scoped to specific domains, specific action types, and specific data objects. Credentials are time-limited and non-transferable. When Agent A calls Agent B, Sentinel validates both sides of that interaction. A compromised agent cannot escalate its own privileges or impersonate a peer agent with broader authority.

This matters for lending agents especially, where multi-agent orchestration across credit, KYC, and document verification is already in production at banks. Each agent in that chain operates within a defined scope, and Sentinel records every inter-agent call with full context.

Audit trails that satisfy regulators, not just engineers

The EU AI Act, enforceable in 2026, classifies agentic finance tools as high risk. It requires explainability, human controls, and third-party audits. Meeting that standard requires audit trails that answer specific questions: which model version made this recommendation, under which policy, with what input data, and what was the outcome?

Decision Tokens answer all of these. A compliance officer investigating a disputed AI decision can pull a complete evidence bundle - model version, policy applied, actor identity, timestamp, full context - without reconstructing it from logs across disconnected systems. The audit trail is a first-class output of every execution, not an afterthought.

As McKinsey notes in their work on deploying agentic AI safely, traceability and explainability are foundational requirements for operating autonomous systems in regulated environments, not optional enhancements.

Kill switches and revocable autonomy

Progressive autonomy - where agents move from assistive to delegated to autonomous as trust is earned - requires the ability to reverse that progression. Banks need kill switches that work at multiple levels: disable a specific agent's autonomous mode, restrict it to a narrower scope, or pull it back to requiring human approval for every action. That revocation needs to take effect immediately, not after a deployment cycle.

In the Banking OS architecture, autonomy levels are configurable and revocable through Sentinel without a code change. A bank running into unexpected agent behavior in production can immediately constrain the agent's authority while the issue is investigated. No emergency patch, no incident window, no coordination with an external vendor.

Input validation and adversarial document handling

Defending against prompt injection requires treating every piece of external content as a potential attack. Agents that process customer messages, parse uploaded documents, or consume third-party data feeds need input validation layers that sanitize, classify, and sandbox that content before it reaches the agent's reasoning layer. Banks building on a shared semantic foundation - where all agents read from the same validated Customer State Graph rather than fetching raw data independently - have a structural advantage here. Shared semantics means fewer injection surfaces, because the agent isn't directly interpreting arbitrary external input.

The regulatory clock is running

Regulators aren't waiting for banks to self-govern. The EU AI Act's high-risk classification for agentic finance tools is already in force. The expectation is documented governance, explainable decisions, and human oversight mechanisms that work. McKinsey's research on securing the agentic enterprise confirms that the attack surface for autonomous systems expands with every new agent deployed. Risk awareness is running well ahead of active mitigation across most industries. Accenture's banking risk research found that autonomous AI governance gaps are growing faster than almost any other source of operational exposure for financial institutions.

For banks, the risk isn't just a cyberattack. It's an unauthorized action that a regulator asks you to explain and you can't - because you didn't build the audit infrastructure before you deployed the agent. An agent's autonomy ceiling is determined at deployment by whatever audit and control infrastructure was built before it went live.

The banks that treat agentic AI security as an architectural question - not a compliance checkbox - will be the ones that can scale autonomous operations. The answer to "can we extend this agent's autonomy?" depends entirely on whether the bank can prove, with evidence, that the current scope is under control. That proof lives in the Decision Token, not in a policy document.

The banks deploying agents today without that foundation aren't ahead - they're accumulating a security debt that compounds every time a new agent goes live. As we explored in our analysis of how to build an AI-native bank, the structural decisions made early determine whether autonomous operations can scale safely or become a liability. Across more than 120 bank implementations, that pattern holds without exception: what AI-native banking requires at the architecture level is not something you retrofit after the agents are live.

Frequently asked questions

What is agentic AI banking security?

Agentic AI banking security refers to the governance, controls, and architectural safeguards that protect autonomous AI agents operating in banking environments. Unlike traditional cybersecurity, it addresses risks specific to autonomous systems - prompt injection, agent impersonation, unauthorized action chains - and requires decision authority frameworks to govern every agent action.

Why is prompt injection a threat to banks using agentic AI?

Prompt injection lets attackers embed malicious instructions inside documents, messages, or data feeds that an AI agent processes. In banking, a manipulated input could redirect an agent handling disputes or onboarding to skip compliance checks or approve transactions it shouldn't. Robust agentic AI banking security requires input validation that treats all external content as potentially adversarial.

How do banks maintain audit trails for AI agent decisions?

Banks need audit trails that record the model version, policy applied, actor identity, and full decision context for every agent action. In an AI-native Banking OS, Decision Tokens serve this function - each authorized action generates a tamper-evident evidence bundle that compliance teams and regulators can interrogate without reconstructing fragmented logs.

What are kill switches in agentic AI and why do banks need them?

Kill switches allow banks to immediately revoke or constrain an AI agent's autonomy level without a code deployment. If an agent behaves unexpectedly in production, the bank can restrict it to requiring human approval for every action while the issue is investigated. Revocable autonomy is a core requirement of responsible agentic AI banking security architecture.

What do regulators expect from banks deploying agentic AI in 2026?

The EU AI Act classifies agentic finance tools as high risk, requiring explainability, documented human oversight mechanisms, and third-party audit readiness. Banks deploying agentic AI in 2026 must demonstrate that every autonomous decision is traceable, governed by defined policies, and subject to human intervention. This makes decision authority infrastructure a regulatory requirement, not just a best practice.

About the author
Backbase
Backbase pioneered the Unified Frontline category for banks.

Backbase built the AI-native Banking OS - the operating system that turns fragmented banking operations into a Unified Frontline. Customers, employees, and AI agents work as one across digital channels, front-office, and operations.

Backbase was founded in 2003 by Jouk Pleiter and is headquartered in Amsterdam, with teams across North America, Europe, the Middle East, Asia-Pacific, Africa and Latin America. 120+ leading banks run on Backbase across Retail, SMB & Commercial, Private Banking, and Wealth Management.

Table of contents
Vietnam's AI moment is here
From digital access to the AI "factory"
The missing nervous system: data that can keep up with AI
CLV as the north star metric
Augmented, not automated: keeping humans in the loop