Rampart v0.5 – what stops your AI agent from reading your SSH keys?
Two-command setup blocks prompt-injected shell commands before they execute, not after.
Open-source firewall for AI agents. Policy engine that audits and controls what OpenClaw, Claude Code, Cursor, Codex, and any AI tool can do on your machine.
Prevents `rm -rf ~` from your hallucinating agent in two commands, works with any CLI tool.
Developers running AI agents in autonomous mode (Claude Code, Cline, OpenClaw, Codex); home lab and infrastructure teams
Firejail · AppArmor · SELinux
Nothing stops a hallucination from running `rm -rf ~` or reading your SSH keys while you're getting coffee. I built Rampart after my own agent nearly nuked a directory on my home lab.
It checks every command against YAML rules before it executes. Dangerous stuff gets blocked. Everything gets logged.
brew install peg/rampart/rampart rampart setup claude-code
Two commands, runs locally, no account. Works with Claude Code, Codex, Cline, Cursor, or anything with a CLI. Go, Apache 2.0.Two-command setup blocks prompt-injected shell commands before they execute, not after.
Blocks credential leaks in agent output, not just dangerous input commands.
Self-hosted agent runtime with persistent memory and personality modes via SOUL.md files.
Natural language policies block risky agent actions before they execute.
Blocks dangerous AI agent commands like rm -rf before execution in under 2ms.
Eight-layer governance pipeline for agents when LangChain just executes blindly.