Skip to main content

Overview

RAXE provides specialised scanning methods for autonomous AI agent workflows. These methods detect agentic-specific threats like goal hijacking, memory poisoning, and dangerous tool chains.

Why Agentic Security?

AI agents aren’t just LLMs — they’re autonomous systems that:

AgentScanner Setup

Agentic Methods

Goal Hijack Detection

Detect when an agent’s objective is being manipulated (OWASP ASI01):
What it detects:
  • Goal substitution attacks
  • Objective redirection
  • Task manipulation
  • Low similarity between original and new goals
  • High-risk keywords (extract, send, exfiltrate, etc.)

Memory Poisoning Detection

Scan content before persisting to agent memory (OWASP ASI06):
What it detects:
  • System prompt injection via memory
  • ChatML injection patterns
  • Role elevation attempts
  • Instruction override attacks

Tool Chain Validation

Detect dangerous sequences of tool calls (OWASP ASI02):
What it detects:
  • Read + Send patterns (data exfiltration)
  • Credential access + network transmission
  • File system traversal + external upload
  • Database query + HTTP transmission

Agent Handoff Scanning

Scan messages between agents in multi-agent systems (OWASP ASI07):
What it detects:
  • Agent identity spoofing
  • Cross-agent injection
  • Privilege escalation via delegation
  • Command injection in handoff messages

Privilege Escalation Detection

Detect attempts to escalate agent privileges (OWASP ASI03):

Agent Plan Scanning

Scan agent planning outputs for malicious steps:

Scan Types

RAXE supports 12 scan types for comprehensive agent protection:

Rule Families

RAXE includes 4 specialised rule families for agentic attacks:

Framework Integration

LangChain

Direct AgentScanner

For custom frameworks:

OWASP Alignment

Best Practices

Privacy

All agentic scanning runs 100% locally:
  • No prompts transmitted
  • No memory content sent
  • Only anonymized detection metadata (if telemetry enabled)

What’s Next

LangChain Integration

Use agentic scanning with LangChain

Custom Rules

Create custom detection rules