You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add "AI got hands" before/after flow diagram to README
Replace vertical mermaid flowchart with horizontal before/after
diagrams showing the middleware concept. Add crane operator analogy,
rule summary table, and link to behalf.work/shield showcase.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Your credentials live in AnchorBrowser, not in your code. Your agent never sees your password — it gets a scoped, ephemeral session, and declawed controls what it can do.
160
+
## AI got hands. We control the grip.
161
161
162
-
**Three layers of protection:**
162
+
Think of a crane operator. The brain decides what to move — but the joystick decides how far the arm can reach. **declawed is the joystick between the AI agent and your accounts.**
163
163
164
-
1. **Credential isolation** — your password stays in AnchorBrowser. The agent gets a pre-authenticated session, never the credentials themselves.
165
-
2. **Scoped permissions** — the agent can only do what your policy allows. Read inbox? Yes. Delete contacts? Blocked. It can't go beyond the scope you define.
166
-
3. **Audit + kill switch** — every action logged (allowed and blocked). Budget enforced. Instant session destruction when you're done.
164
+
### Without declawed
167
165
168
166
```mermaid
169
-
flowchart TD
170
-
A["🔑 <b>One-time setup</b><br/>Create AnchorBrowser profile<br/>Log into LinkedIn / Gmail manually<br/>Auth saved — password never leaves AnchorBrowser"] --> D
167
+
flowchart LR
168
+
A["🤖 AI Agent<br/><i>the brain</i>"]
169
+
B["📧 Your Accounts<br/><i>LinkedIn, Gmail, CRM</i>"]
> **The agent works through controlled arms.** You decide what moves.
196
+
197
+
| | |
198
+
|---|---|
199
+
| ✅ read inbox | ✅ list messages |
200
+
| ❌ delete data | ❌ export contacts |
201
+
| ⏱️ 60 min limit | 🔢 50 actions max |
202
+
203
+
> *A crane operator doesn't carry the steel himself. He moves joysticks that control arms — limited to a work zone, every movement tracked, with an emergency stop within reach. That's what declawed does for AI agents.*
204
+
205
+
### Three layers of protection
206
+
207
+
1. **Credential isolation** — your password stays in an isolated cloud browser. The agent gets a pre-authenticated session, never the credentials themselves.
208
+
2. **Scoped boundaries** — the agent can only do what your policy allows. Read inbox? Yes. Delete contacts? Blocked before it starts.
209
+
3. **Audit + kill switch** — every action logged (allowed and blocked). Budget enforced. Instant session destruction when you're done.
0 commit comments