Explicit PHI rules
Define the concrete tables and columns that must return a masked representation.
Configure the PostgreSQL columns that contain protected health information, route selected reads through Safe Boundary, and mask those values before they reach the caller.
Why this exists
Healthcare data often sits in columns such as notes, member_id, phone, or address. Safe Boundary applies operator-defined schema and column rules; it does not inspect arbitrary values and autonomously discover PHI.
Read-only enforcement, dangerous-function denial, response masking, and local-first audit can support a broader HIPAA security program. Risk analysis, retention, access review, and contractual obligations remain organizational responsibilities.
What it does
Define the concrete tables and columns that must return a masked representation.
Use MCP read-only controls and result limits for AI workflows.
Retain allow, block, and mask outcomes in local formats for your evidence pipeline.
Control versus program
| Decision | Safe Boundary can provide | Your healthcare program still needs |
|---|---|---|
| Data path | Configured masks, read-only enforcement, routed audit | Inventory, access review, retention, incident response |
| PHI scope | Explicit operator-defined columns | Organizational classification and clinical-text handling |
| Assurance | Evidence for decisions made at the boundary | Risk analysis, contracts, legal commitments, and independent assessment |
How it works
Use your data inventory to identify protected tables and columns.
Translate that inventory into explicit masking rules.
Protect the approved application, REST, or MCP path.
Test masks, logging, retention, and bypass controls together.
Protected when
Important boundaries
Continue the story
Configure which columns are protected and preserve compatible response types.
Give AI tools a bounded PostgreSQL query surface with local audit.
Understand trust boundaries, credentials, identity, and bypass conditions.
Start in observe mode and validate the policy against representative traffic before you enforce it. That gives the team evidence for each decision, along with explicit bypass controls for the cases that need a deliberate exception.