# Health / Medical Data Exposure

> Detects health and medical information logged, transmitted without encryption, or insufficiently protected, violating HIPAA and similar regulations.

- Skill: `zakirkun/health-medical-data-exposure` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add zakirkun/health-medical-data-exposure`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zakirkun/health-medical-data-exposure/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: zakirkun (https://skillmd.com/u/zakirkun)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zakirkun/health-medical-data-exposure

---


# Health / Medical Data Exposure

## Overview
Protected Health Information (PHI) under HIPAA includes diagnoses, medications, treatment history, and health identifiers. Improper handling creates legal liability and severe breach consequences.

## Remediation
- Encrypt PHI at rest and in transit
- Implement audit logging for all PHI access
- Apply minimum necessary access principles
- Never log PHI without encryption and access controls

