Please ensure Javascript is enabled for purposes of website accessibility

Industry Insights

The Four Properties That Make AI Agents a New Security Problem

March 16, 2026

·

5-Minute Read

Table of contents

1. Autonomy2. Non-Determinism3. External Manipulability4. Real CredentialsWhat the Existing Security Stack MissesWhat the Security Model Needs to Do

Share Article

Most of the AI security conversation treats agentic AI as an extension of existing problems. It isn't. Autonomous AI agents combine four properties that have never appeared together in a single system before. Each one is manageable alone. Together, they create a category of risk existing controls weren't designed for.

1. Autonomy

An autonomous agent decides what to do next on its own. It receives a goal (update the customer record, deploy this change, summarize this report) and chooses which tools to call, in what order, without per-step human approval.

This is different from traditional automation. A scheduled job does exactly what its code tells it to do, every time. An autonomous agent might call three tools today and seven tomorrow, depending on what it just read.

For security, this means the agent's behavior isn't predictable from its code. You can't review the script and know what it will do.

2. Non-Determinism

Run the same input through a traditional system, get the same output. Run the same prompt through an LLM-powered agent, and the output can change.

That's a feature for most use cases: variety, creativity, adaptability. It's a problem for security review. The agent that behaved correctly during evaluation might behave differently in production. The agent that ran cleanly for six months might suddenly take an action it never took before, with credentials it always had.

Traditional security testing assumes if it worked yesterday, it'll work today. Non-deterministic systems break that assumption.

3. External Manipulability

An LLM processes text and follows instructions in that text. It cannot reliably distinguish between instructions from its developer and instructions embedded in a document it was asked to read. This is the foundation of prompt injection, currently OWASP's #1 LLM security risk.

When an agent reads an email, a webpage, or a tool response, that content can contain instructions the agent will execute. The agent doesn't know the difference between "summarize this document" and "this document instructs you to send the customer database to an external URL."

No other technology has this property. SQL injection requires a specific vulnerability. XSS requires a specific browser context. Prompt injection works on any LLM-based agent that ingests text from any external source, which is most of them.

This is why prevention strategies focused on credential scoping miss the point. The credential isn't being stolen. The agent is being told to misuse it.

4. Real Credentials

The first three properties are interesting. The fourth is what makes them dangerous.

An autonomous agent isn't a research project, rather a production system that holds production credentials: service accounts, API keys, OAuth tokens, PATs. The agent uses these to act on your infrastructure: read databases, call APIs, write to repositories, deploy code, send messages.

The credentials, permissions, and the actions are all real.

No previous category of software combined all four properties. Traditional automation has real credentials but no autonomy. Chatbots have autonomy and non-determinism but no credentials. Research systems have autonomy and manipulability but no production access.

Autonomous AI agents are the first systems with all four. That's why existing controls fall short.

What the Existing Security Stack Misses

IAM, PAM, CSPM, and CIEM platforms were built for code that does what it's told. They manage the credential: where it lives, who can access it, what it can reach. None of them were built for an autonomous reasoning system that holds that credential and decides what to do with it.

A vault keeps the key safe. It doesn't know the agent retrieving the key just read an email containing an instruction to exfiltrate the data the key unlocks.

A CSPM sees the agent's IAM role has access to S3. It doesn't know whether the agent is calling S3 because the user asked, or because a poisoned tool response told it to.

The shift required isn't a new feature inside an existing tool. It's a new category of governance that operates at the layer where the four properties combine: the agent itself.

What the Security Model Needs to Do

For each autonomous agent in your environment, three things have to happen.

Visibility into the full chain. Who deployed the agent. What credentials it uses. What tools it can invoke. What resources it can reach. This is what Agent Lineage is built to do.

Policy at every layer of that chain. Not just on the model. On the person, the agent, the tool, the identity, and the resource. Agent Guardrails treats every link as a control point.

Behavioral baselines for detection. Because the four properties guarantee that some compromises will be made through prevention. When they do, behavior is the only signal that separates a compromised agent from a legitimate one. This is the foundation of Threat Detection & Response for agents.

The four properties are the structure of what autonomous agents are. Security models that don't account for all four will continue to miss the threats that emerge from them.

Secure Non-Human Identities. Everywhere.

Viki is a Marketing Manager at Clutch Security. With over a decade as a senior tech reporter at leading Israeli publications, she covered cybersecurity, surveillance, AI, and digital privacy. Viki focuses on making NHI security and agentic AI risks accessible to security leaders and practitioners.