Skip to content

Commit 146e82f

Browse files
committed
Docs: note secrets audit header-name heuristic
1 parent 4130c07 commit 146e82f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/cli/secrets.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ Scan OpenClaw state for:
6565
- generated `agents/*/agent/models.json` residues (provider `apiKey` values and sensitive provider headers)
6666
- legacy residues (legacy auth store entries, OAuth reminders)
6767

68+
Header residue note:
69+
70+
- Sensitive provider header detection is name-heuristic based (common auth/credential header names and fragments such as `authorization`, `x-api-key`, `token`, `secret`, `password`, and `credential`).
71+
6872
```bash
6973
openclaw secrets audit
7074
openclaw secrets audit --check

docs/gateway/secrets.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,10 @@ Findings include:
378378
- precedence shadowing (`auth-profiles.json` taking priority over `openclaw.json` refs)
379379
- legacy residues (`auth.json`, OAuth reminders)
380380

381+
Header residue note:
382+
383+
- Sensitive provider header detection is name-heuristic based (common auth/credential header names and fragments such as `authorization`, `x-api-key`, `token`, `secret`, `password`, and `credential`).
384+
381385
### `secrets configure`
382386

383387
Interactive helper that:

0 commit comments

Comments
 (0)