← スキル一覧に戻る

phi-checker
by micklynch
useful claude skills
⭐ 1🍴 0📅 2026年1月11日
SKILL.md
name: phi-checker description: Scans code and data for Protected Health Information (PHI) to ensure HIPAA compliance. Use when reviewing code that handles patient data, healthcare records, or medical information.
PHI Compliance Checker
Instructions
When checking for PHI, scan for these 18 HIPAA identifiers:
- Names
- Geographic data (addresses, zip codes)
- Dates (birth, admission, discharge, death)
- Phone numbers
- Fax numbers
- Email addresses
- Social Security numbers
- Medical record numbers
- Health plan beneficiary numbers
- Account numbers
- Certificate/license numbers
- Vehicle identifiers and serial numbers
- Device identifiers and serial numbers
- Web URLs
- IP addresses
- Biometric identifiers
- Full-face photographs
- Any other unique identifying number or code
Review Process
- Scan all files for hardcoded PHI
- Check logs for potential PHI exposure
- Verify PHI is encrypted at rest and in transit
- Ensure proper access controls exist
- Flag any PHI in comments, test data, or configuration files
Report Format
List each finding with file location, PHI type, and remediation recommendation.
スコア
総合スコア
45/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です