HushBoard is a centralized, custodial, testnet-only hackathon prototype. It is not a production custody service, trustless escrow, mixer, or anonymity service. Never use real ZEC with this build.
- The operator wallet has custody of every bond and can refuse/delay a refund.
- Moderation is central and censorable. SQLite records policy execution; it does not enforce policy on-chain.
- A shielded transaction protects ledger-visible address/amount/memo data from passive public-chain observers. It does not hide data already known by HushBoard.
HushBoard sees feedback plaintext, invoice association, arrival time, refund UA and the relationship between its own incoming/outgoing wallet records. IP, transport observers, browser fingerprints, timing correlation, writing style, endpoint compromise and screenshots remain outside the Zcash payment-layer guarantee.
- Zallet RPCs, Zebra RPC, Zebra health, and the web app are host-loopback-only. Zebra P2P
18233remains public intentionally so the node can participate in testnet. - Both
START_DEMO.shandpython -m appreject a non-loopback HTTP bind. - Cookies, wallet DBs, seed material, runtime receipts and application DB are Git-ignored.
Startup uses umask
077; SQLite DB/WAL/SHM files are repaired to owner-only0600. - API responses mask refund UAs and never return cookies/seeds. Raw wallet bodies are not proxied to the browser.
- Any disposable testnet bootstrap material must be treated as compromised and must never be reused for mainnet, production, or privacy-sensitive activity.
- The demo wallets and published testnet txids are intentionally linkable to HushBoard's staged evidence. Never reuse those wallets for a real user or privacy-sensitive activity.
- Amount is fixed at integer
1,000,000zatoshi and serialized as0.01000000; no binary floating point is used. - Invoices use a fresh Orchard-only Unified Address and
HB1:<12-char-id>memo. - Refund UAs are collected separately and verified through Zallet; they are not inferred from the payer or ZIP-321.
- Normal sends use
FullPrivacy. There is no automatic privacy-policy downgrade. refund_broadcastrequires a successful persisted operation result with a real txid. Unknown/crashed launches never resend automatically; they recover only from exact mined wallet evidence with matching account direction, receiver, amount, memo, and height.- Incoming outputs are idempotent on
(txid, pool, output_index).
Only the latest commit on main and the latest GitHub release receive security fixes. Older
prototype snapshots are unsupported.
Use GitHub's private Security → Report a vulnerability flow: https://github.com/apo110-dev/HushBoard/security/advisories/new. If that flow is unavailable, contact the repository owner through their GitHub profile to request a private channel without including vulnerability details. Do not open a public issue for an unpatched vulnerability.
Never include wallet cookies, mnemonics, seeds, full refund/invoice UAs, private feedback, raw wallet responses, databases, or runtime archives. Provide a minimal reproduction with sanitized logs. Reports are handled on a best-effort basis for this non-production prototype.