Security & Compliance

Built for clinical trust — pilled honestly.

Pause-Health.ai is a prototype-in-the-open today: no PHI is processed by the public demo, no BAAs are in force, and the formal certifications health systems will eventually require (SOC 2 Type II, HITRUST CSF) are planned milestones rather than current state. This page distinguishes today from designed-for-production at every control so a security reviewer can read the posture without translating marketing.

Today vs. Designed

Two columns per control. Today is what runs in the public prototype right now. Designed is the production posture pre-GA, mapped against HIPAA Security Rule + HITRUST CSF + SOC 2 Trust Services criteria. Same proto-vs-prod framing the rest of the site uses on /proposal/data and /proposal/integration.

PHI handling

TodayWired in prototype

No real PHI is processed by the prototype. Demo personas are synthetic, identity resolution runs against a seeded Salesforce sandbox, and grounding falls back to a deterministic mock when Salesforce isn't configured.

DesignedDesigned

Production deployments handle PHI under BAA only; data minimization is the default and every grounding call is logged with patient + purpose attribution to the trace span.

Business Associate Agreement (BAA)

TodayFuture

No BAA in force. The company has zero health-system partners today; this is the pre-design-partner stage.

DesignedPlanned

BAA executed with every provider organization before any access to PHI. Standard HHS-aligned terms, breach-notification SLA, sub-processor disclosure.

HIPAA Security Rule controls

TodayDesigned

Administrative, physical, and technical safeguards designed against the Security Rule; not formally verified.

DesignedPlanned

Full Security Rule control implementation with documented evidence, mapped against HITRUST CSF. Implementation roadmap on /proposal/data.

SOC 2 Type II

TodayFuture

Audit not yet started. Type II requires 6-12 months of operating evidence which the company doesn't have yet.

DesignedPlanned

Year-2 milestone alongside first production pilots. Type I as an interim milestone after design-partner kickoff.

HITRUST CSF certification

TodayFuture

Not yet pursued.

DesignedPlanned

Health-system-aligned framework, planned after SOC 2 Type II to compress procurement reviews with IDN customers.

Encryption at rest / in transit

TodayWired in prototype

Inherits Vercel (TLS 1.3 in transit, AES-256 at rest on Vercel Edge / Postgres) and Salesforce platform defaults (TLS 1.2+, AES-256 KMS-managed). No custom crypto.

DesignedDesigned

Same defaults at the platform layer plus per-tenant KMS keys for any first-party PHI store, with documented key rotation and break-glass procedures.

Identity & access

TodayWired in prototype

Salesforce OAuth Client Credentials for the live grounding path; no end-user identity surface in the prototype itself (the embedded chat uses Salesforce-hosted auth).

DesignedDesigned

SAML / OIDC SSO with the customer's IdP, MFA enforced, RBAC mapped to clinical roles (clinician, MA, admin), full audit log to the trace store.

Logging, monitoring, & traceability

TodayWired in prototype

Every Care Router decision emits OpenTelemetry-style spans (intake -> identity -> grounding -> routing). Inspectable on /demo/agent-fabric.

DesignedDesigned

Same span model, exported to the customer's SIEM (Splunk / Datadog / etc.) with PHI redaction and 6-year retention to align with HIPAA records requirements.

Provider directory safety filter

TodayWired in prototype

Three state license-sanction overlays run at directory build time: CA Medi-Cal Suspended & Ineligible (NPI-keyed), NY Professional Medical Conduct Board Actions (license-keyed cross-walk via NPPES), Texas Medical Board All-Licenses (license-keyed, active-disposition allowlist). The June 2026 build dropped 1,720 sanctioned candidates pre-rank — they cannot surface in any /api/mulesoft/providers response, the /provider UI, the agent's MCP tool, or the Care Router's recommendations. Survivors carry licenseStatus: "active" (verifiable per response under provenance.dataset.sanctionedFilteredBySource).

DesignedDesigned

National coverage via a paid multi-state license-status feed (Verisys, ProviderTrust) replaces the per-state CSV cross-walk; existing CA/NY/TX overlays remain as redundant build-time sanity checks. Provider opt-out mechanism honored at the same build-time filter point. Sanctioned-provider drop counts continue to surface in the API response so the filter is verifiable by any consumer.

Vulnerability disclosure

TodayWired in prototype

Reports accepted at security@pause-health.ai. The /.well-known/security.txt advertises the inbox per RFC 9116. The codebase is open at github.com/hucmaggie/pause-health.ai. GitHub Private Vulnerability Reporting is planned in the Now horizon of /roadmap (one-click toggle in repo Settings → Security; required for the 'Report a vulnerability' button to appear on the Security tab).

DesignedPlanned

Public bug-bounty program post-GA, including a safe-harbor clause for good-faith research. GitHub Private Vulnerability Reporting acts as the in-tree intake until the bug-bounty program is funded.

Reporting a vulnerability

Found something? Email security@pause-health.ai.

We accept good-faith vulnerability reports at security@pause-health.ai. The /.well-known/security.txt file advertises the inbox per RFC 9116. The codebase is public at github.com/hucmaggie/pause-health.ai if you want to file the issue there instead. We aim to acknowledge reports within 2 business days. A formal bug-bounty program with a safe-harbor clause is planned for post-GA.

Back to HomeHIPAA noticePrivacy