docs: elevate security audit callout
This commit is contained in:
@@ -5,13 +5,6 @@ read_when:
|
|||||||
---
|
---
|
||||||
# Security 🔒
|
# Security 🔒
|
||||||
|
|
||||||
Running an AI agent with shell access on your machine is... *spicy*. Here’s how to not get pwned.
|
|
||||||
|
|
||||||
Clawdbot is both a product and an experiment: you’re wiring frontier-model behavior into real messaging surfaces and real tools. **There is no “perfectly secure” setup.** The goal is to be deliberate about:
|
|
||||||
- who can talk to your bot
|
|
||||||
- where the bot is allowed to act
|
|
||||||
- what the bot can touch
|
|
||||||
|
|
||||||
## Quick check: `clawdbot security audit`
|
## Quick check: `clawdbot security audit`
|
||||||
|
|
||||||
Run this regularly (especially after changing config or exposing network surfaces):
|
Run this regularly (especially after changing config or exposing network surfaces):
|
||||||
@@ -29,6 +22,13 @@ It flags common footguns (Gateway auth exposure, browser control exposure, eleva
|
|||||||
- Turn `logging.redactSensitive="off"` back to `"tools"`.
|
- Turn `logging.redactSensitive="off"` back to `"tools"`.
|
||||||
- Tighten local perms (`~/.clawdbot` → `700`, config file → `600`, plus common state files like `credentials/*.json`, `agents/*/agent/auth-profiles.json`, and `agents/*/sessions/sessions.json`).
|
- Tighten local perms (`~/.clawdbot` → `700`, config file → `600`, plus common state files like `credentials/*.json`, `agents/*/agent/auth-profiles.json`, and `agents/*/sessions/sessions.json`).
|
||||||
|
|
||||||
|
Running an AI agent with shell access on your machine is... *spicy*. Here’s how to not get pwned.
|
||||||
|
|
||||||
|
Clawdbot is both a product and an experiment: you’re wiring frontier-model behavior into real messaging surfaces and real tools. **There is no “perfectly secure” setup.** The goal is to be deliberate about:
|
||||||
|
- who can talk to your bot
|
||||||
|
- where the bot is allowed to act
|
||||||
|
- what the bot can touch
|
||||||
|
|
||||||
### What the audit checks (high level)
|
### What the audit checks (high level)
|
||||||
|
|
||||||
- **Inbound access** (DM policies, group policies, allowlists): can strangers trigger the bot?
|
- **Inbound access** (DM policies, group policies, allowlists): can strangers trigger the bot?
|
||||||
|
|||||||
Reference in New Issue
Block a user