behavior-wrapped 0.5.4 → 0.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/assets/{index-CjVXZflP.css → index-CPQ2kLo6.css} +1 -1
- package/dist/assets/index-DSBlFEQG.js +11 -0
- package/dist/index.html +2 -2
- package/package.json +1 -1
- package/server/encrypted-donation-schema.mjs +2 -1
- package/server/research-donation-crypto.mjs +2 -2
- package/server/research-donation-schema.mjs +2 -2
- package/dist/assets/index-BGyq_Jyw.js +0 -11
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ For hosted-page UI development, run `npm run dev`. The normal end-to-end develop
|
|
|
57
57
|
- Browser payloads never include source file paths or raw tool outputs.
|
|
58
58
|
- Share-card PNG exports contain only aggregates and generalized findings.
|
|
59
59
|
- Donation discovery, default redaction, preview, exclusion, editing, schema validation, and authenticated AES-256-GCM encryption happen on localhost. A fresh content key protects each donation and is wrapped with a rotation-versioned RSA-OAEP public key. The private key is not present in the npm package, Worker, D1, or R2. An optional unredacted mode applies no automatic redactions and requires a mode-specific acknowledgement before encryption.
|
|
60
|
-
- The receiving Worker accepts only encrypted protocol-2 envelopes. A private R2 bucket stores ciphertext; a separate D1 database stores pseudonymous consent, size, count, encryption-key, and object-location metadata—never transcript text. No automatic retention policy is currently configured; a locally retained deletion receipt lets the donor delete both records.
|
|
60
|
+
- The receiving Worker accepts only encrypted protocol-2 envelopes. A private R2 bucket stores ciphertext; a separate D1 database stores pseudonymous consent, size, count, encryption-key, and object-location metadata—never transcript text. No automatic retention policy is currently configured; a locally retained deletion receipt lets the donor delete both records. The public data-use and storage policy is available at `https://behaviorwrapped.com/data-policy`.
|
|
61
61
|
|
|
62
62
|
Heuristics are deliberately explainable and uncertain findings are labeled with confidence. They are signals for review, not factual judgments.
|
|
63
63
|
|