WAF for AI Agents

The #1 AI security risk in 2026 is prompt injection (OWASP LLM01). We scan ALL untrusted content BEFORE it reaches downstream agents.

Install Now (Free)

Prompt Scanning

Scan user prompts before forwarding to executive agents. Pattern-based + heuristic detection.

RAG Document Scan

Scan retrieved documents before the LLM sees them. Block malicious payloads early.

Tool Argument Check

Scan tool-call arguments to catch parameter injection attacks.

A2A Cross-Org

Scan inbound A2A messages before processing. Secure agent-to-agent communication.

Compliance Evidence

Generate signed "we scanned N prompts, blocked M" attestations for EU AI Act Art. 15.

Lightning Fast

<10ms scan time. Pattern matching + ML heuristics. No external API calls.

Pricing

£0/mo

100 scans/day - Free Forever

Get Started
£999/mo

Unlimited + Custom Rules + Signed Attestations

Upgrade to Defence
£2,499/mo

Multi-tenant + Learned Models + SIEM Push

Contact Sales

Install in 30 Seconds

pip install agent-prompt-injection-firewall-mcp

from server import scan_prompt

result = scan_prompt("user input here...")
if result.is_safe:
    forward_to_agent(user_input)
else:
    log_blocked(result.threat_type)
View on GitHub