AGENT FIREWALL
Prompt injection is OWASP LLM01 — and Google measured a +32% surge in injection payloads hidden in web content over three months of 2026. Agent Firewall is the deterministic gate an agent calls on everything it ingests or emits: injection scanning, URL/IP vetting, pwned-password checks, and secret/PII redaction. No LLM.
FreeDeterministic — no LLMHIBP · RDAP · Tor · Team CymruHTTP + MCP
verdict appears here…
| Endpoint | What it does |
|---|---|
/api/scan-content | Detect prompt injection / jailbreak / obfuscation (zero-width, bidi, hidden HTML) → allow/review/block |
/api/scan-secrets | Detect leaked API keys, tokens, private keys + PII → findings + redacted copy |
/api/check-url | URL/domain safety: punycode, shorteners, suspicious TLDs, brand lookalikes, domain age, redirects |
/api/check-ip | IP reputation: Tor exit, ASN/org, reverse DNS, datacenter, blocklist |
/api/check-password | Is a password breached? HIBP k-anonymity (plaintext never leaves the server) |
{ "mcpServers": { "agent-firewall": { "command": "npx", "args": ["-y", "agent-firewall-mcp"] } } }