From hipaalint-ai
Generate a HIPAA compliance audit report for a project. Produces JSON, SARIF, or PDF reports with executive summary, scored findings, domain breakdown, and prioritized remediation recommendations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hipaalint-ai:reportThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a compliance audit report for the current project.
Generate a compliance audit report for the current project.
/hipaalint-ai:report [path] [--format json] [--output ./report]
path — Directory to report on (default: current project root)--format — Output format: json (default), pdf, or sarif--output — Output file path (default: ./hipaalint-report)| Format | Use Case |
|---|---|
json | Machine-readable, CI/CD integration |
sarif | GitHub Code Scanning upload |
pdf | Auditor-ready 5-page report |
This skill invokes the compliance_report MCP tool.
npx claudepluginhub shivyadavus/hipaalint --plugin hipaalint-aiGenerates compliance reports for PCI DSS, HIPAA, SOC 2, GDPR, ISO 27001 by scanning codebases and configs for security controls, assessing gaps, and producing audit-ready Markdown.
Audits codebases, configurations, and docs for HIPAA compliance in healthcare apps, checking PHI protection, access controls, encryption, logging, and BAA adherence.
Conducts HIPAA compliance assessments for healthcare systems handling PHI, evaluating safeguards, PHI flows, risks, entity classification, and generating remediation reports.