← Back to list

privacy-encryption
by do-ops885
Dermatology GOAP Orchestrator
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: privacy-encryption description: Encrypts patient payload using AES-256-GCM cryptographic algorithm for HIPAA compliance license: MIT compatibility: opencode metadata: audience: developers workflow: clinical-pipeline
What I do
I encrypt the patient payload using AES-256-GCM (Galois/Counter Mode) to protect sensitive health information. I generate a unique initialization vector (IV) and produce ciphertext for secure storage and transmission.
When to use me
Use this when:
- Learning update is complete and you need to encrypt patient data
- You're preparing data for secure storage or transmission
- You need AES-256 encryption for HIPAA compliance
Key Concepts
- AES-256-GCM: Authenticated encryption with 256-bit key
- Initialization Vector (IV): Unique random value for each encryption
- Ciphertext: Encrypted output (Base64 encoded)
- data_encrypted: State flag after encryption complete
Source Files
services/crypto.ts: Encryption implementationtypes.ts: AnalysisResult with securityContext
Code Patterns
- Use crypto.subtle for AES-256-GCM encryption
- Generate unique IV for each encryption operation
- Return ciphertext, IV, and algorithm metadata
Operational Constraints
- Must use AES-256-GCM for HIPAA compliance
- Unique IV required for each encryption
- Never log plaintext patient data
Score
Total Score
50/100
Based on repository quality metrics
✓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
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon