Jag har precis säkrat min Clawdbot-setup – hittade kritiska RCE-sårbarheter 🚨 Fixa NU om du har tillgång till e-post eller kalender: ✅ Aktivera gateway-autentisering ✅ Behöver @mentions ✅ Flytta tokens till .env ✅ Plugin-tillåtningslista ✅ clawdbot säkerhetsrevision Byggt sandboxad "seth-intel"-plugin → 6 säkerhetslager → 95 % minskning 🛡️ av attackytor
Snabba säkerhetsfixar för Clawdbot (kopiera/klistra in): 🧵
~/.clawdbot/clawdbot.json: { "gateway": { "auth": {"mode": "token", "token": "YOUR_TOKEN"} }, "kanaler": { "Discord": { "guilds": {"ID": {"requireMention": true}} } }, "plugins": {"tillgodo": ["trusted-plugin"]} } Generera token: openssl rand -hex 32
33