File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff 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
149148Then 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```
You can’t perform that action at this time.
0 commit comments