Improve HIPAA deidentification scope evidence#1367
Open
wowsofine wants to merge 1 commit into
Open
Conversation
4 tasks
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Skill Improvement ($50-150 Bounty)
Skill Modified
Skill name:
hipaa-reviewSkill path:
skills/compliance/hipaa-review/What Was Wrong
Issue #1326 identifies a scoping false positive: analytics, AI, warehouse, feature-store, dashboard, and logging systems can be excluded from ePHI scope too quickly when a dataset is merely labeled
deidentified.That label is not enough evidence. HHS guidance for HIPAA de-identification recognizes Expert Determination and Safe Harbor methods under 45 CFR 164.514, and downstream exports, derived identifiers, small cohorts, prompts, and logs can preserve or recreate linkable ePHI context.
What This PR Fixes
This PR adds de-identification scope evidence gates to
hipaa-review:HIPAA-DEID-01throughHIPAA-DEID-08not_evaluable_treat_as_ephifallback when evidence is incompleteEvidence
Before (scope can be over-excluded):
After (now requires method evidence and downstream risk review):
Test Cases Added/Updated
tests/vulnerable/)tests/benign/)Added fixtures:
skills/compliance/hipaa-review/tests/vulnerable/deidentified-analytics-linkage.mdskills/compliance/hipaa-review/tests/benign/expert-determined-low-risk-export.mdValidation
git diff --checkgit diff --cached --checkskills/**/SKILL.mdandroles/**/SKILL.mdskills/androles/HIPAA-DEID-*, de-identification scope output,not_evaluable_treat_as_ephi, official references, and fixturesBounty Tier
Bounty Info
Closes #1326.