Commit Graph
3 Commits
Author SHA1 Message Date
clawbot fbcb679bcf fix(L5): truncate token name/symbol from RPC responses
check / check (push) Successful in 22s
Limits token name to 64 chars and symbol to 12 chars to prevent
storage of excessively long values from malicious contracts.
2026-02-27 11:42:18 -08:00
clawbot aa15f771d5 fix(L4): generate EIP-6963 provider UUID at install time
UUID is generated once via crypto.randomUUID(), persisted in
chrome.storage.local, and sent from the content script to the
inpage script via postMessage.
2026-02-27 11:42:15 -08:00
clawbot 571f2d6906 fix(L3): isUnlocked() returns false when no accounts exposed
_metamask.isUnlocked() now checks provider.selectedAddress instead of
always returning true.
2026-02-27 11:42:11 -08:00