スキル一覧に戻る
do-ops885

privacy-encryption

by do-ops885

Dermatology GOAP Orchestrator

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

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 implementation
  • types.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

スコア

総合スコア

50/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
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です