A firewall for your agent's brain

Open-source security proxy that protects AI agents from prompt injection attacks

Scroll to explore
โ†“

The Problem

Prompt injection is the #1 vulnerability in AI agents. Malicious websites can hijack your AI's behavior, steal data, or execute unauthorized actions.

๐ŸŒ

Malicious Website

Hidden prompt injection in page content

โ†’
๐Ÿค–

AI Agent

Fetches and processes content

โ†’
๐Ÿ’ฅ

Bad Outcome

Data theft, unauthorized actions, system compromise

โš ๏ธ

OWASP Top 10 for LLMs

Prompt Injection is ranked as the #1 vulnerability in AI/LLM applications

How FireClaw Works

A four-stage sanitization pipeline that stands between the web and your AI agent

1
๐Ÿ“ฅ

Fetch

Retrieves content through isolated proxy environment with DNS pre-check and domain reputation scoring

2
๐Ÿงน

Sanitize

Strips scripts, styles, and suspicious patterns. Removes hidden text, zero-width characters, and encoding tricks

3
๐Ÿ“

Summarize

Condenses content to semantic meaning only. The proxy has no tools, no database access โ€” just text processing

4
๐Ÿ”

Scan

Analyzes for injection patterns using community threat intelligence. Flags suspicious content before it reaches your agent

๐Ÿ›ก๏ธ

Even if the proxy gets injected โ€” dead end.
No tools, no data, no damage. The threat stops at the firewall.

Built for Security

๐Ÿ”„

4-Stage Pipeline

Fetch, sanitize, summarize, and scan every request through isolated layers of protection

๐ŸŒ

Community Threat Feed

Real-time threat intelligence shared across all FireClaw instances (opt-in, privacy-first)

๐Ÿ†

Domain Trust Tiers

Automatic reputation scoring with whitelist, greylist, and blacklist management

๐Ÿšจ

Real-time Alerts

Instant notifications when suspicious activity or injection attempts are detected

๐Ÿฏ

Canary Token Detection

Honeypot tokens identify and track malicious actors attempting to exfiltrate data

๐Ÿ”’

DNS Pre-Check

Validates domains before fetching to block known malicious infrastructure

๐Ÿ“œ

Audit Log with Replay

Complete request history with ability to replay and analyze past interactions

โšก

Rate Limiting & Cost Control

Prevent abuse and control API costs with configurable request throttling

Stronger Together

Community-powered threat intelligence. The more FireClaw instances running, the better we protect everyone.

0
Attacks Blocked
0
Domains Flagged
0
Active Instances
โœ“

Opt-in by Design

You control what's shared. Threat intelligence sharing is completely optional.

โœ“

Privacy-First

Only threat signatures and domain hashes are shared โ€” never your data or content.

โœ“

Network Effect

When one instance detects a threat, all connected instances get protected immediately.

Deploy Anywhere

Raspberry Pi, Docker, any machine with Node.js โ€” protect your AI for the cost of a burrito

๐Ÿฅง

Raspberry Pi

Perfect for home setups. Runs on Pi 3B+ or newer.

๐Ÿณ

Docker

One command deployment with Docker Compose.

โšก

Node.js

Run anywhere Node.js runs. Zero dependencies.

Quick Start with Docker
git clone https://github.com/fireclaw-security/fireclaw.git
cd fireclaw
docker compose up -d
Quick Start with Node.js
git clone https://github.com/fireclaw-security/fireclaw.git
cd fireclaw
npm install
npm start
Quick Start on Raspberry Pi
curl -fsSL https://fireclaw.app/install.sh | bash

Dashboard Preview

Real-time monitoring and control from your local network

FireClaw OLED Display
โ€ข Live request monitoring and threat detection
โ€ข Domain trust management and whitelist/blacklist controls
โ€ข Audit log with request replay and analysis tools
โ€ข Community threat feed insights and statistics
โ€ข Local network only access with OTP authentication

Open Source & Free Forever

โš–๏ธ

AGPLv3 Licensed

Free to use, modify, and distribute. If you host it as a service, you must share your source code.

๐Ÿค

Community-Driven

Created by Ralph Perez. Built for the OpenClaw community. Contributions welcome!

๐Ÿ“–

Fully Documented

Comprehensive docs, examples, and guides to get you started.

Support FireClaw

FireClaw is free and open source. If it's protecting your AI, consider buying us a coffee โ˜•