Skip to content

Commit 077dae2

Browse files
dgerogclaude
andcommitted
Fix homepage: hb connect includes auto-test, remove redundant hb test step
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c7f6b53 commit 077dae2

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/docs/index.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ pip install humanbound-cli
99
1010
$ hb login
1111
$ hb connect --endpoint ./bot-config.json
12-
$ hb test
1312
$ hb posture
1413
```
1514

@@ -93,9 +92,9 @@ Example: A company with a customer support agent and an internal knowledge agent
9392

9493
### How it Works
9594

96-
1. **Scan** -- `hb connect` extracts scope & risk profile from your agent
97-
2. **Test** -- `hb test` runs adversarial + behavioral attacks
98-
3. **Harden** -- Review findings, export guardrails, track posture
95+
1. **Connect** -- `hb connect` scans your agent, extracts scope, and auto-runs security tests
96+
2. **Harden** -- Review findings, export guardrails, track posture
97+
3. **Monitor** -- Continuous assurance via ASCAM keeps your posture up to date
9998

10099
### Continuous Assurance Engine
101100

@@ -149,6 +148,5 @@ Create a JSON file that tells Humanbound how to talk to your agent. The `$PROMPT
149148
Then point Humanbound at it:
150149

151150
```bash
152-
hb connect -n "My Agent" -e ./bot-config.json # Connect your agent
153-
hb test # Run tests (uses saved config)
151+
hb connect -n "My Agent" -e ./bot-config.json # Connect, scan, and auto-test
154152
```

0 commit comments

Comments
 (0)