Skip to content

Commit 8430edd

Browse files
committed
docs: fix egress wording (blocks unknown, allows known)
1 parent 2c5ff5c commit 8430edd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The control agent spawns sub-agents in tmux sessions and starts the Slack bridge
9797
Slack → bridge (access control + content wrapping) → pi agent → tools (tool-guard + safe-bash) → workspace
9898
```
9999

100-
Every layer assumes the previous one failed. The bridge wraps content and rate-limits, but tool-guard blocks dangerous commands even if wrapping is bypassed. Safe-bash blocks patterns even if tool-guard is evaded. The firewall restricts egress to known hosts even if all software layers fail.
100+
Every layer assumes the previous one failed. The bridge wraps content and rate-limits, but tool-guard blocks dangerous commands even if wrapping is bypassed. Safe-bash blocks patterns even if tool-guard is evaded. The firewall blocks egress to unknown hosts even if all software layers fail.
101101

102102
## Architecture
103103

0 commit comments

Comments
 (0)