docs: remove legacy clawdbot references from security docs

Remove historical references to 'clawdbot' command name from security
documentation. This complements PR #3173 which adds fallback hints for
users who can't find 'moltbot' command.

Fixes #3038
This commit is contained in:
liang.wu 2026-01-29 13:03:22 +08:00
parent 4ac7aa4a48
commit 9dd8f0bcbe

View File

@ -5,7 +5,7 @@ read_when:
---
# Security 🔒
## Quick check: `moltbot security audit` (formerly `clawdbot security audit`)
## Quick check: `moltbot security audit`
See also: [Formal Verification (Security Models)](/security/formal-verification/)
@ -15,8 +15,6 @@ Run this regularly (especially after changing config or exposing network surface
moltbot security audit
moltbot security audit --deep
moltbot security audit --fix
# (On older installs, the command is `clawdbot ...`.)
```
It flags common footguns (Gateway auth exposure, browser control exposure, elevated allowlists, filesystem permissions).