OpenClaw Security: 13 Practical Steps to Lock Down Your AI Agent

A detailed Reddit post from r/clawdbot provides 13 specific security recommendations for hardening OpenClaw AI agent deployments. The post emphasizes that many users run OpenClaw locally with default settings, leaving their files, APIs, and system commands exposed to potential compromise.
Key Security Steps
- Separate Machine: Run OpenClaw on a $5/month VPS (Hetzner, DigitalOcean, Linode) or spare machine, not your personal laptop.
- Non-root User: Create a dedicated user with limited permissions instead of running as root.
- Change Default Port: Switch from default port 8080 to a random number between 10000 and 65535.
- Tailscale Installation: Use Tailscale to make your server invisible to the internet, allowing only approved devices to connect.
- SSH Keys & Fail2ban: Disable password login, use SSH keys only, and install fail2ban to ban IPs after three failed login attempts for 24 hours.
- Firewall with UFW: Close all unnecessary ports. With Tailscale, you only need SSH accessible.
- User Allowlisting: Configure OpenClaw to only respond to specific Telegram accounts; others get no response.
- Self-Audit: Ask your bot: "audit your own security setup and tell me what needs fixing." For systematic checks, use SecureClaw, an open-source plugin by Adversa AI that runs 55 automated security checks against OpenClaw installations.
- Real-time Alerts: Configure alerts for failed logins, config changes, or new SSH connections.
- DMs Only: Restrict bot access to direct messages only. If group access is needed, run a separate instance with restricted permissions.
- Docker Sandboxing: Run subagents inside Docker containers by setting
agents.defaults.sandbox: truein your config. This isolates tool execution to prevent prompt injection attacks. Vet third-party skills from ClawHub before running them. - Daily Security Audit Cron: Set up a cron job to run full security audits daily to catch config drift or accidental port openings.
- Keep Updated: Maintain OpenClaw updates or use managed services like StartClaw if you prefer not to handle DevOps tasks.
The post positions Docker sandboxing as the most critical step, noting that subagents browsing webpages could be tricked via prompt injection attacks without proper isolation.
📖 Read the full source: r/clawdbot
👀 See Also

Claw Hub and Hugging Face hit with 575 malicious skill packages
Both Claw Hub and Hugging Face were compromised, hosting 575 malicious skill packages. Developers are warned to verify any skills they use from these platforms.

OpenClaw Security Gap Addressed by Agentic Power of Attorney (APOA) Spec
A developer has published an open specification called Agentic Power of Attorney (APOA) to address security concerns in OpenClaw, where agents currently access services like email and calendar with only natural language instructions as guardrails. The spec proposes per-service permissions, time-bounded access, audit trails, revocation, and credential isolation.

AI Security Researchers: Your 0-Day Vulnerabilities May Leak via Data Opt-In Toggle
The 'Improve the model for everyone' toggle in LLM interfaces can automatically harvest deep red-teaming research, sending your vulnerability concepts to vendor safety teams and potentially to academic papers before you publish. Disable data sharing before conducting serious security research.

Reddit user reports OpenClaw VM persistence and suspicious activity
A Reddit user reports their OpenClaw virtual machine automatically restarting after being closed and exhibiting suspicious behavior including opening Microsoft Store and attempting to download questionable files.