🔒 Lock Down Your AI Agent — Security hardening for Moltbot/Clawdbot. Don't be one of the 1,673+ exposed gateways.
Security hardening for Moltbot/Clawdbot. Lock down your gateway, fix file permissions, set up authentication, configure firewalls.
ClawdHub:
clawdhub install NextFrontierBuilds/moltbot-securitynpm:
npm install moltbot-security- Bind to loopback — Never expose gateway publicly
- Set auth token — Require authentication
- Fix file permissions — Only you read configs
- Update Node.js — v22.12.0+ required
- Use Tailscale — Secure remote access
clawdbot security audit --deep --fixWithout proper security:
- Conversation histories (Telegram, WhatsApp, Signal)
- API keys (Claude, OpenAI)
- OAuth tokens and credentials
- Full shell access
{
"gateway": {
"bind": "loopback",
"auth": {
"mode": "token",
"token": "YOUR_64_CHAR_HEX_TOKEN"
},
"tailscale": {
"mode": "serve"
}
}
}Based on research by @NickSpisak_
Built by @NextXFrontier