OWASP · AI Security

OWASP LLM Top 10 vs. OWASP Agentic Top 10

LLM risks are about what AI reads, reveals, generates, or mishandles. Agentic risks are about what AI can do — with tools, memory, identity, and permissions.

The simple difference

LLM Top 10

AI is part of an app.

  • prompts
  • outputs
  • retrieved context
  • model behavior
  • sensitive information
  • generated code
  • embeddings
  • supply chain
  • output handling

“What did the AI read, say, reveal, or generate?”

Agentic Top 10

AI can act.

  • tools
  • identity
  • privileges
  • memory across sessions
  • agent-to-agent communication
  • code execution
  • cascading failures
  • rogue agents

“What can the AI do, who allowed it, and what happens next?”

When does LLM risk become agentic risk?

  1. AI answers a question
    Mostly LLM risk
    The AI gives a wrong answer or leaks private data.
  2. AI uses retrieved documents
    Still LLM risk, but closer to agentic
    RAG pulls hidden or poisoned context.
  3. AI calls a tool
    Now agentic risk begins
    The AI sends an email, deletes a file, creates a ticket, buys something, or changes a setting.
  4. AI remembers and acts later
    Strong agentic risk
    Bad memory affects a future decision.
  5. AI coordinates with other agents
    Full agentic risk
    One agent gives bad instructions to another agent.

Theme crosswalk

ThemeLLM Top 10 lensAgentic Top 10 lensRobot Explains question
InstructionsPrompt InjectionAgent Goal HijackWho is steering the AI?
ToolsImproper Output Handling / Excessive AgencyTool Misuse and ExploitationWhat can the AI do next?
PermissionsExcessive AgencyIdentity and Privilege AbuseIs ability the same as authority?
MemoryPrompt Injection / Vector WeaknessesMemory and Context PoisoningWhat does the AI remember?
Supply chainSupply ChainAgentic Supply Chain VulnerabilitiesDid we load what we thought?
Wrong answersMisinformationCascading Failures / Trust ExploitationCan fluent wrong output cause action?
SecretsSensitive Information Disclosure / Hidden Context ExposureTool Misuse / Identity AbuseWhat can leak, and through what path?
AutonomyExcessive Agency / Unbounded ConsumptionRogue Agents / Cascading FailuresWho stops the loop?

For example: a chatbot that gives a wrong answer is mostly an LLM risk. A chatbot that uses that wrong answer to send an email, update a ticket, or approve a payment has become an agentic risk.

Robot's translation

LLM Top 10 asks: Is the AI handling words, data, prompts, and outputs safely?

Agentic Top 10 asks: Is the AI acting safely — with the right tools, permissions, memory, and human checks?

Together they ask: Can the AI understand safely, answer safely, and act safely?

Safety checks that show up again and again

Identity

Do we know which agent is acting?

Permissions

Is it allowed to do this?

Containment

How far can damage spread?

Monitoring

Can we see what happened?

Human gates

When does a person need to approve?

Schemas

Are inputs and outputs shaped so they can be checked?

Provenance

Do we know where the model, tool, prompt, or data came from?

App risk vs. agent risk, at a glance

AI App Risk

The AI mostly reads, answers, summarizes, or generates.

The moment it can act, the risk changes.

“Words can become actions. That's when we need stronger checks!”

AI Agent Risk

The AI remembers, calls tools, uses permissions, acts later, or affects other systems.

★ Robot Rule

Ability is not authority.

Just because AI can do something does not mean it is allowed to do it.

LLM security asks whether the AI handles information safely. Agentic security asks whether the AI acts safely. Modern AI systems often need both.

Where to go next

OWASP LLM Top 10 gallery → OWASP Agentic Top 10 gallery · coming soon

About this page & license

Robot Explains is an educational adaptation and simplification — it is not official OWASP guidance. For the official material, see the OWASP GenAI Security Project (LLM Top 10 and the Agentic Security Initiative's Top 10 for Agentic Applications). The AIUC-1 crosswalk is a separate control-mapping document; this page adapts only the conceptual boundary.

The OWASP material is licensed under Creative Commons Attribution-ShareAlike 4.0 (CC BY-SA 4.0), and this adaptation is shared under the same license, with changes indicated.