docs(browser): add a wallet-security page for the extension's self-custody wallet#20
Merged
Merged
Conversation
…stody wallet Adds docs/browser/wallet-security.md: a progressive-disclosure page covering how the DIG Chrome extension's built-in Chia wallet protects a user's keys — plain-language guarantees up front (keys never leave the device, encryption at rest, phishing/scam warnings, revocable per-site permissions, clear-signed transaction approval, address-poisoning defenses) followed by a protocol-level section for integrators/reviewers (Argon2id/AES-256-GCM keystore parameters, offscreen key residency, the connect/sign perimeter, supply-chain build hardening, and explicit residual-risk/non-goals). Also fixes a factual gap found while writing this: window-chia-reference.md already correctly attributed window.chia to both the DIG Browser and the DIG Chrome extension, but using-window-chia.md and concepts.md still attributed it to the DIG Browser alone. Both now describe both injectors. Cross-links the new page from using-window-chia.md, window-chia-reference.md, concepts.md, and the integration-developers/content-consumers audience pages; wires it into the sidebar; materializes it across all 14 locales. Version 0.3.8 -> 0.3.9 (patch — docs-only, no behavior change).
MichaelTaylor3d
added a commit
that referenced
this pull request
Jul 10, 2026
…stody wallet (#20) Adds docs/browser/wallet-security.md: a progressive-disclosure page covering how the DIG Chrome extension's built-in Chia wallet protects a user's keys — plain-language guarantees up front (keys never leave the device, encryption at rest, phishing/scam warnings, revocable per-site permissions, clear-signed transaction approval, address-poisoning defenses) followed by a protocol-level section for integrators/reviewers (Argon2id/AES-256-GCM keystore parameters, offscreen key residency, the connect/sign perimeter, supply-chain build hardening, and explicit residual-risk/non-goals). Also fixes a factual gap found while writing this: window-chia-reference.md already correctly attributed window.chia to both the DIG Browser and the DIG Chrome extension, but using-window-chia.md and concepts.md still attributed it to the DIG Browser alone. Both now describe both injectors. Cross-links the new page from using-window-chia.md, window-chia-reference.md, concepts.md, and the integration-developers/content-consumers audience pages; wires it into the sidebar; materializes it across all 14 locales. Version 0.3.8 -> 0.3.9 (patch — docs-only, no behavior change). Co-Authored-By: Claude <noreply@anthropic.com>
MichaelTaylor3d
added a commit
that referenced
this pull request
Jul 10, 2026
…stody wallet (#20) Adds docs/browser/wallet-security.md: a progressive-disclosure page covering how the DIG Chrome extension's built-in Chia wallet protects a user's keys — plain-language guarantees up front (keys never leave the device, encryption at rest, phishing/scam warnings, revocable per-site permissions, clear-signed transaction approval, address-poisoning defenses) followed by a protocol-level section for integrators/reviewers (Argon2id/AES-256-GCM keystore parameters, offscreen key residency, the connect/sign perimeter, supply-chain build hardening, and explicit residual-risk/non-goals). Also fixes a factual gap found while writing this: window-chia-reference.md already correctly attributed window.chia to both the DIG Browser and the DIG Chrome extension, but using-window-chia.md and concepts.md still attributed it to the DIG Browser alone. Both now describe both injectors. Cross-links the new page from using-window-chia.md, window-chia-reference.md, concepts.md, and the integration-developers/content-consumers audience pages; wires it into the sidebar; materializes it across all 14 locales. Version 0.3.8 -> 0.3.9 (patch — docs-only, no behavior change). Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/browser/wallet-security.md: a progressive-disclosure page on how the DIG Chrome extension's built-in Chia wallet protects a user's keys.window-chia-reference.mdalready correctly attributeswindow.chiato both the DIG Browser and the DIG Chrome extension, butusing-window-chia.mdandconcepts.mdstill attributed it to the DIG Browser alone. Both now describe both injectors.using-window-chia.md,window-chia-reference.md,concepts.md, and the integration-developers/content-consumers audience pages.sidebars.ts(Integration developers + Content consumers) and materializes it across all 14 locales (English source + 13 locale copies, consistent with the existing pattern for new pages in this repo).0.3.8→0.3.9(patch — docs-only, no behavior change).Companion to DIG-Network/dig-chrome-extension#106 (the extension's
SPEC.md§15 security-model consolidation) and DIG-Network/dig_ecosystem#81.Test plan
npm run typecheck— cleannpm run build— green across all 14 locales (onBrokenLinks/onBrokenAnchors: "throw"— no broken links/anchors);dist/llms.txt,sitemap.xml,robots.txtpresent; new page appears in the sitemap with hreflang alternatesnpm run test:unit— passnpm run test:a11y— same pass/fail profile as a clean baseline build (verified by rebuilding baselinemainand re-running); no new failures introduced by this content-only change