diff --git a/docs/gateway/security/index.md b/docs/gateway/security/index.md index a5d841c18..20d6096ed 100644 --- a/docs/gateway/security/index.md +++ b/docs/gateway/security/index.md @@ -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). diff --git a/package.json b/package.json index 4d38edf18..873246987 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,7 @@ "./cli-entry": "./moltbot.mjs" }, "bin": { - "moltbot": "./moltbot.mjs", - "clawdbot": "./moltbot.mjs" + "moltbot": "./moltbot.mjs" }, "files": [ "dist/acp/**",