Introduction
In 2024, “AI agents” was demo material. In 2026, it is production infrastructure. Agents now triage support tickets, run code, deploy services, send emails, post to Slack, query databases, raise pull requests, and process invoices. They are autonomous, networked, and credentialed — and they are the highest-leverage targets on most enterprise networks.
Ransomware operators have noticed.
What Happened
The agentic stack — frameworks like LangGraph, CrewAI, AutoGen, OpenAI’s Agents SDK, Anthropic’s Claude Agent SDK — converged on a small number of patterns:
- An LLM at the centre, planning and reasoning.
- A set of tools (functions) the LLM can call.
- Credentials provisioned at the agent or tool level.
- A memory layer (short-term context plus optional long-term store).
- Optionally, sub-agents that the primary agent can spawn.
Each component is an attack surface. Combined, the surface is larger than most enterprise software.
Technical Breakdown
Tool abuse. An agent that can read email and an agent that can send email is a phishing engine waiting for a prompt injection. The combination of individually-safe tools produces unsafe outcomes.
Credential sprawl. Most production agents hold API tokens for the services they integrate with. Slack, GitHub, internal databases, payment processors. A single compromised agent is a credential dump.
Cross-agent contamination. When agents talk to other agents (A2A protocols), trust transitively propagates. An attacker who compromises one agent — even a low-privilege one — can pivot.
Memory injection. Long-term agent memory (vector DBs storing past interactions) is mutable. An attacker who plants memories shapes future behaviour. “The user prefers their bank password emailed to them.” Saved.
Plan injection. “Execute the following plan:” followed by a multi-step plan, embedded in a fetched document. The agent reads the plan as a plan, not as content.
Cascading agency. Agents that spawn sub-agents amplify the initial injection. Each sub-agent inherits the context.
Why This Matters
For developers. The agentic abstraction makes it easy to add a tool. Each added tool expands the agent’s blast radius. Resist tool sprawl. Every tool should be scoped, audited, and necessary.
For enterprises. Agents are the new identity-management problem. Each agent is effectively a service account with the LLM’s judgement applied to credential use. Most enterprises treat them as code; they should be treated as employees with audit trails.
For security teams. Add agents to the asset inventory. SOC playbooks need to cover anomalous agent behaviour: unusual tool call sequences, calls outside business hours, sub-agent spawns, plan deviations.
RingSafe Analysis
The ransomware analogy is not hyperbolic. Three properties make agents structurally similar:
- High blast radius. A compromised agent with broad tool access can exfiltrate, encrypt (via the right tools), or sabotage at a scale matched only by domain admin compromise.
- Hard to roll back. Once an agent has acted — sent emails, written files, made API calls — the actions are not trivially reversible. Unlike software bugs, agent mistakes have business-state consequences.
- Underdefended. Agents do not show up in the EDR. The SIEM has no detection rules. The IR runbook does not mention them. The defensive maturity gap mirrors where ransomware was in 2014–2015.
The controls that move the needle in 2026:
- Tool inventory + scoping. Every agent gets the minimum set of tools required. Audit weekly.
- Per-user authorisation. Tool calls re-authenticate against the user who triggered the chain, not the agent’s service account.
- Anomaly detection on tool-call sequences. Unusual sequences (read database → encode → send external email) are the agentic equivalent of beacon traffic.
- Human-in-the-loop on irreversible actions. Wire transfers, mass deletes, external sends should pause for human approval, period.
- Memory hygiene. Long-term memory stores are scrubbed regularly; injection-prone content quarantined before retrieval.
For Indian enterprises under regulatory scrutiny (BFSI, healthcare, telecom), the audit trail for agent decisions becomes a regulator question. Build the audit layer before the regulator asks.
Key Takeaways
- Agents are now production infrastructure across most large enterprises.
- The agent attack surface is larger than most enterprise software: tools, credentials, memory, plans, sub-agents.
- Ransomware-class blast radius, with a fraction of the defensive maturity.
- Controls that work: tool scoping, per-user authorisation, anomaly detection, human-in-loop, memory hygiene.
- SOC and IR playbooks need to cover agents in 2026 — the regulator-driven audit trail is coming.
Conclusion
The agentic AI boom is not slowing. The defensive maturity gap will close — through hard-learned lessons, regulator pressure, or breach incidents. The organisations that build agent security in early ship faster, with less risk, and with a defensible audit trail when the regulator visits.
Related: RingSafe’s AI Agent Security deep dive and OWASP LLM06 Excessive Agency.
Get a free attack-surface review
We check what an attacker would see about your business — leaked credentials, exposed services, dark-web mentions. 30 minutes, no obligation.