This commit is contained in:
WuLiang 2026-01-29 19:00:22 +00:00 committed by GitHub
commit 55d8516a6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 5 deletions

View File

@ -5,7 +5,7 @@ read_when:
--- ---
# Security 🔒 # Security 🔒
## Quick check: `moltbot security audit` (formerly `clawdbot security audit`) ## Quick check: `moltbot security audit`
See also: [Formal Verification (Security Models)](/security/formal-verification/) 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
moltbot security audit --deep moltbot security audit --deep
moltbot security audit --fix 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). It flags common footguns (Gateway auth exposure, browser control exposure, elevated allowlists, filesystem permissions).

View File

@ -11,8 +11,7 @@
"./cli-entry": "./moltbot.mjs" "./cli-entry": "./moltbot.mjs"
}, },
"bin": { "bin": {
"moltbot": "./moltbot.mjs", "moltbot": "./moltbot.mjs"
"clawdbot": "./moltbot.mjs"
}, },
"files": [ "files": [
"dist/acp/**", "dist/acp/**",