From 9dd8f0bcbe1c1c3d414f3f17e7184f627e29229c Mon Sep 17 00:00:00 2001 From: "liang.wu" Date: Thu, 29 Jan 2026 13:03:22 +0800 Subject: [PATCH 1/2] 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 --- docs/gateway/security/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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). From c869321894e865050d2b02af0118d4683b5dfbb3 Mon Sep 17 00:00:00 2001 From: "liang.wu" Date: Thu, 29 Jan 2026 13:15:42 +0800 Subject: [PATCH 2/2] CLI: remove clawdbot bin alias in favor of moltbot --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 04322f3af..614833861 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/**",