Skip to content

Regulatory Compliance

Heard is designed from the ground up for companies in regulated industries — healthcare, financial services, legal, and insurance. This page maps Heard’s security features to specific regulatory requirements.


RequirementHow Heard Addresses It
PHI must not be exposed to unauthorized systemsPII scrubbing pipeline anonymizes patient names, MRNs, and clinical data before it reaches the AI brain. Configure via Settings → PII Settings → Healthcare (HIPAA) preset.
Minimum necessary accessLangGraph reasons on anonymized data only. Real values are re-associated in-memory during execution and never persisted.
Administrative safeguardsAdvisory-Only mode (Level 0) — AI recommends but never executes. All actions require explicit human sign-off.
Audit controlsEvery scrub operation logged with SHA-256 hashes. Every AI decision traced end-to-end via LangSmith.
Data residencyEdge PII execution keeps PHI within the customer’s container — data is anonymized before it reaches the cloud.

RequirementHow Heard Addresses It
Cardholder data must not be storedCredit card numbers, CVVs, and financial identifiers are scrubbed before reasoning. Configure via Financial (PCI-DSS) preset.
Secure credential handlingAPI keys and secrets are injected at runtime via OpenShell Providers — never written to the agent’s filesystem.
Access controlFour-role RBAC. MCP server access is team-scoped — only designated teams access financial tool integrations.
Audit trailComplete trace for every tool call, including MCP calls to payment systems.

CriteriaHow Heard Addresses It
SecurityOpenShell sandbox with kernel-level isolation. Network egress restricted to approved endpoints only.
AvailabilityAlways-on containers with health monitoring and automatic restart.
Processing IntegrityEvery AI decision is traceable. Workflows execute as deterministic, auditable pipelines.
ConfidentialityTeam-scoped data access. Playbook isolation prevents cross-team context leakage. PII scrubbed before reasoning.
PrivacyConfigurable PII sensitivity levels. The AI only processes anonymized representations.

RequirementHow Heard Addresses It
Data minimization (Art. 5)Configurable PII scrubbing — only necessary data reaches the AI.
Right to erasure (Art. 17)Customer records, dossiers, and transcripts can be purged via API. Deletion cascades through all downstream records.
Data residency (Art. 44+)OpenClaw containers can be deployed in specific cloud regions. Local data stays within jurisdictional boundaries.
Lawful processing (Art. 6)Full transparency into AI reasoning. Advisory-Only mode available for contexts where consent boundaries apply.

Heard FeatureHIPAAPCI-DSSSOC 2GDPR
PII scrubbing pipeline
Configurable sensitivity presets
Advisory-Only mode
LangSmith audit tracing
RBAC (4 roles, team-scoped)
OpenShell sandbox isolation
Edge PII execution
Data residency controls
Customer data deletion API