Back to browse
Rampart – Open-source firewall for AI agents (v0.8)

Rampart – Open-source firewall for AI agents (v0.8)

by trevxr·Mar 10, 2026·2 points·2 comments

AI Analysis

●●●BangerBig BrainSolve My ProblemShip It

Blocks credential leaks in agent output, not just dangerous input commands.

Strengths
  • Response scanning intercepts secrets in command output, not just input.
  • Auto-generates policies from audit logs to eliminate manual rule writing.
  • Ships with 40+ default rules blocking common exfiltration patterns immediately.
Weaknesses
  • Agents bypass protection if they spawn shells outside the proxy.
  • v0.8 status implies potential stability issues or missing edge-case coverage.
Category
Target Audience

Developers using AI coding agents, DevSecOps engineers

Similar To

Lakera Guard · Guardrails AI · Rebuff

Similar Projects

Security●●●Banger

Korveo – a local firewall for AI agents

Local firewall blocks agent credential leaks before they leave your machine.

Zero to OneSolve My Problem
amitbidlan
1327d ago
SecurityPass

ClawShield – Open-source firewall for agent-to-agent AI communication

This feels like the first serious attempt to treat agent-to-agent chatter as a network security problem: 16+ prompt-injection signatures (with recursive base64 decoding), AST static analysis of skills via acorn/estree, and sandboxed dynamic checks are concrete, non-trivial defenses. The repo shows real engineering (Docker, CI, security scans, 181 tests) — the missing piece is real-world performance and adoption, but if you run agent fleets this is worth poking at.

WizardryNiche Gem
Joe_DNAI
223mo ago