Merge 9c47582629 into 4583f88626
This commit is contained in:
commit
55d8516a6a
@ -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).
|
||||||
|
|||||||
@ -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/**",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user