- replace real keys/passwords/tokens/connection strings with {{SECRET_*}}
placeholders across 24 files (review-named 12 + noise-audit finds:
WAQI/Dovecot/GPS/VPN subscriptions/Work runbooks/Plane API key)
- widen verifier: OPENSSH/RSA key headers, hyphenated sk-/prefixed sk-,
credential assignments & table cells, telegram bot tokens, conn strings
- placeholder/default-value/config-name exemptions to kill doc FPs
- skip .obsidian plugin code and frozen Inbox-Clippings from value scan
- GIT_WORKFLOW: no git add ., verifier before commit, force-push exception
- final regression: 0 flagged in tracked scope (was 43)
34 lines
403 B
Markdown
34 lines
403 B
Markdown
---
|
||
created: 2026-01-05
|
||
---
|
||
|
||
|
||
coder :
|
||
```
|
||
sk-ai-v1-{{SECRET_ZENMUX_CODER}}(实际值见 Vaultwarden)
|
||
```
|
||
|
||
url:
|
||
```
|
||
https://zenmux.ai/api/v1
|
||
```
|
||
|
||
```
|
||
https://zenmux.ai/api/anthropic
|
||
```
|
||
|
||
```
|
||
https://zenmux.ai/api/vertex-ai
|
||
```
|
||
|
||
obsidian:
|
||
```
|
||
sk-ai-v1-{{SECRET_ZENMUX_OBSIDIAN}}(实际值见 Vaultwarden)
|
||
```
|
||
|
||
|
||
|
||
Clawdbot:
|
||
```
|
||
sk-ai-v1-{{SECRET_ZENMUX_CLAWDBOT}}(实际值见 Vaultwarden)
|
||
``` |