Summary
Validated T-ACCESS-003 (Token Theft) against a local gateway instance.
The residual risk "tokens stored in plaintext" is confirmed — the full
48-character hex auth token is readable in ~/.openclaw/openclaw.json
via a simple grep.
Reproduction
grep -i token ~/.openclaw/openclaw.json
# Output: "token": "<full 48-char hex token visible in plaintext>"
Summary
Validated T-ACCESS-003 (Token Theft) against a local gateway instance.
The residual risk "tokens stored in plaintext" is confirmed — the full
48-character hex auth token is readable in
~/.openclaw/openclaw.jsonvia a simple grep.
Reproduction