security-hipaa

Community

HIPAA-aligned security and privacy controls on-device.

AuthorJustinChaney2023
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Implement HIPAA-aligned security, privacy, and compliance controls for a local-first transcription/OCR + form-filling app. Use when designing threat model, data handling, encryption, audit logging, access control, retention, and safe model execution.

Core Features & Use Cases

  • Threat modeling and data classification: Classify all inputs/outputs as PHI by default and identify attack surfaces.
  • Local-first guarantees: Ensure on-device processing for OCR, transcription, and LLM extraction with explicit user opt-in before network egress.
  • Encryption and secrets: Encrypt at rest for local DB, attachments, and derived text; use OS keystore keys when available.
  • Access control: Implement role-based access with automatic lock on idle and protected exports.
  • Audit logging: Log who processed what, when, and export events; avoid logging raw PHI in plaintext.
  • Retention and deletion: Provide configurable retention windows and secure deletion for attachments.
  • Model safety: Pin model hashes, verify downloads, and sandbox inference when possible.

Quick Start

Configure HIPAA-compliant security for a local-first transcription app to ensure on-device processing, encrypted storage, and auditable access.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: security-hipaa
Download link: https://github.com/JustinChaney2023/orate/archive/main.zip#security-hipaa

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.