§ Trust

Security and privacy,
honestly.

We sell to employers, brokers, and PEOs who need a defensible answer for their auditors. This page is what's actually in production today — followed by what's underway. No green-checkmark theater, every claim links to an artifact.

§ 01 · What's true today

Compliance posture.

HITRUST CSF
In progress

Targeting e1 (essentials) → i1 (interim) → r2 (full) on the standard cadence. Open evidence and remediation plan in HITRUST.md (sent on request). Not yet certified.

SOC 2
Type I planned · Q3 2026

No report yet. Readiness plan and in-flight controls list available under NDA.

HIPAA
BAA before any PHI flows

Standard mutual BAA; we sign before your first invoice upload. PHI fields (SSN last-4, member name, DOB) are encrypted at rest via AES-256-GCM (@velora/crypto) with a per-field HMAC index for searchable encryption. See SECURITY.md §Cryptography.

Subprocessors
7 active

Anthropic · Neon · Vercel · Resend · Reducto · Stripe · Upstash. Full list with BAA status sent on request. Stripe is platform-billing only — never receives PHI. See /subprocessors.

§ 02 · What runs in prod

Controls that actually ship.

01
Tamper-evident audit ledger

Every mutation is chain-hashed (SHA-256, prevHash → hash). Detection at the app layer, immutability triggers at the DB layer.

02
PHI encrypted at rest

SSN-last-4, member name, DOB encrypted with AES-256-GCM. Decryption requires the running service; raw DB dumps don't surface PHI.

03
Multi-tenant isolation enforced at SQL

Every query carries tenantId. Cross-tenant reads are tested and CI-gated.

04
Rate-limited routes

Upstash Redis (@velora/rate-limit) on every public endpoint. Per-IP and per-user buckets.

05
Append-only billing ledger

Premium accruals, retro adjustments, and reversals never overwrite history.

06
HMAC-signed outbound webhooks

Every event ships with X-Webhook-Signature so your endpoint can verify origin.

07
Magic-link + RFC 6238 TOTP MFA

Backup codes hashed. Tenants can require MFA org-wide; policy is enforced server-side, not client-side.

08
Quarterly access review

Owner-only page flags privileged accounts without MFA, dormant accounts, never-signed-in accounts. Export logs an AuditEvent as sign-off evidence.

§ 03 · Honest gap list

Not yet shipped.

SIEM / audit-log alerting — the chain-hashed ledger exists; nothing watches it for anomalies yet. (HITRUST §3 item #5.)

DB-level immutability triggers on AuditEvent — migration written, apply pending.

Annual third-party penetration test — budgeted; first engagement Q3 2026.

Endpoint management baseline — MDM + EDR rollout in progress.

Vendor BAAs — every PHI-touching subprocessor on the list has a path to BAA execution; not all are countersigned today.

§ 04 · Buyer + researcher paths

How to engage.

Due-diligence questionnaires
hello@hellovelora.com

CAIQ / SIG / HECVAT response within 5 business days under NDA. Recent answer set on request.

BAA + MSA
hello@hellovelora.com

Mutual BAA template; standard enterprise MSA. Both sent before your first PHI upload.

Read the artifacts.
Then decide.