healthflow-security

Community

Keep PHI, prompts, and tenants safe.

Authorsaikamara59
Version1.0.0
Installs0

System Documentation

What problem does it solve?

HealthFlow security guidance prevents accidental PHI leakage, bypassing redaction, broken tenant isolation, and unsafe logging when developers change authentication, LLM agents, database models, or configuration.

Core Features & Use Cases

  • PHI-safe agent prompting: Enforces building prompts only via the PromptInput dataclass boundary so redaction happens automatically before any LLM call.
  • Tenant isolation by infrastructure: Ensures PHI queries are always scoped by broker_id through SQLAlchemy listeners, and documents the correct patterns for cross-broker access with audit reasons.
  • Automatic PHI audit logging: Defines which tables are audited, enforces listener ordering, and instructs how to query audit logs safely.
  • Auth, secrets, and crypto guardrails: Specifies fail-loud environment variables, refresh-token rotation/replay handling, encryption-at-rest key versioning, and safe plaintext migration windows.
  • Operational rules for external services: Covers RxNav’s non-PHI posture while treating broker search behavior as sensitive and preventing query or identifier leakage.

Quick Start

Use the healthflow-security skill when reviewing a change that touches healthflow/auth, healthflow/agents (LLM calls), PHI fields in healthflow/database/models.py, env/config, the seed script, or anything that could log request bodies.

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: healthflow-security
Download link: https://github.com/saikamara59/health-insurance-agent/archive/main.zip#healthflow-security

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 471,000+ vetted skills library on demand.