What problem does it solve?
Healthcare applications that handle patient, clinician, or financial data face high risks of PHI/PII leaks that can lead to costly regulatory fines under HIPAA, DISHA, or GDPR, as well as loss of patient trust and data breaches.
Core Features & Use Cases
- Data Classification: Tag PHI/PII columns in database schemas to clearly identify sensitive data assets.
- Access Control: Implement Row-Level Security (RLS) policies to restrict data access to authorized staff at their assigned facilities only.
- Leak Prevention & Audit: Eliminate common data leak vectors (PHI in error messages, logs, URLs, browser storage) and set up tamper-proof audit trails for all PHI access and modifications.
- Use Case: When building a multi-facility patient record API, use this skill to ensure doctors can only access patients at their assigned facility, and no patient names appear in error responses or server logs.
Quick Start
Use the healthcare-phi-compliance skill to review your patient database schema and API endpoints for PHI/PII compliance gaps and generate a pre-deployment compliance checklist.