Skip to content

Commit 6ba2328

Browse files
committed
docs: add security warning explanation to troubleshooting
1 parent 5ef3781 commit 6ba2328

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,15 @@ Wallet needs funding.
627627
3. $1-5 is enough for hundreds of requests
628628
4. Restart OpenClaw
629629

630+
### "WARNING: dangerous code patterns — possible credential harvesting"
631+
632+
This is a **false positive**. ClawRouter legitimately:
633+
634+
1. Reads `BLOCKRUN_WALLET_KEY` from environment (for authentication)
635+
2. Sends authenticated requests to BlockRun API (for x402 micropayments)
636+
637+
This pattern triggers OpenClaw's security scanner, but it's the intended behavior — the wallet key is required to sign payment transactions. The code is fully open source and auditable.
638+
630639
### Security Scanner Warning: "env-harvesting"
631640

632641
OpenClaw's security scanner may flag ClawRouter with:

0 commit comments

Comments
 (0)