Correct Safety section to claim only what the product does #160
Open
will.anderson
wants to merge 1 commits from
fix/safety-claims-match-shipped-behavior into main
pull from: fix/safety-claims-match-shipped-behavior
merge into: :main
:main
:cost-opt/soul-demo-stage-minscale
:copy/two-bill-story
:fix/retire-family-child-plan-pricing
:legal/18plus-terms-privacy-reconcile
:fix/safety-claims-match-shipped-behavior
:feat/downloads-page
:fix/honest-claims-closed-beta
:stage
:dev
:fix/csp-analytics
:fix/syntax-error-and-csp
:fix/devices-count-v2
:fix/devices-count
:fix/account-el-meta
:fix/magic-link-flow
:fix/free-plan-setup-intent
:fix/about-rendering
:fix/stripe-dedup-attestation
:fix/webhook-initstripe-textarea
:fix/greeting-history-load
:fix/question-timer-pricing-clarity
:fix/binary-assets-checkout-layout
:fix/zero-pi-setup-future-usage
:fix/free-plan-payment-intent
:fix/free-checkout-stripe
:fix/stage-full-build
:ci/touch-dist
:ci/trigger-rebuild
:fix/force-full-rebuild
:fix/stage-ci-paths
:feat/checkout-comprehensive-tests
:fix/checkout-auth-reveal
:fix/entrypoint-k3s-nonblocking
:fix/single-stage-dockerfile
:fix/stage-source-check
:fix/payment-page-heredoc-escape
:feat/k3s-embedded-soul
:feat/native-el-ui
:fix/ci-elb
:fix/ci-pr-triggers
:fix/stage-source-enforcement
:sync/dev-stage
:fix/have-curl-define
:fix/soul-demo-emit-metric
:fix/pentest-security-hardening
:fix/gallery-layout-account-otp
1 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
bb419dc98c |
Correct safety section to claim only what the product does
The Safety section described crisis capabilities the product does not have. Grounded against products/neuron/safety.el and the desktop safety flow, the shipped behavior is: on-device keyword detection that surfaces crisis resources (988, hotlines) to the user, augments the assistant's reply with warmth and resources, uses abuse-aware guidance that never points a victim at their own contacts, stores a Hard Bell contact locally (never uploaded), and logs bell events on-device only. Nothing is transmitted; no one is contacted. Corrected the false claims: - "content routes to emergency services and crisis lines" -> it surfaces crisis resources to the user (card: Emergency routing -> Crisis resources) - "emergency services or relevant authorities may be contacted ... cannot opt out" -> no auto-reporting exists; card now states on-device, never transmitted (Mandatory reporting -> On your device) - "that contact is reached directly" / "the contact is made by your local instance" -> the contact is stored locally; there is no dispatch mechanism - "I'm also establishing a Neuron crisis line - free, 24/7, staffed" -> no such service exists; removed - reframed the "routing" copy that justified the above to the real abuse-aware guidance the HHS stat actually supports Source only. Site build/deploy is held; dist and index.html are regenerated at build time and are unchanged here. |