← スキル一覧に戻る

security-audit
by do-ops885
Dermatology GOAP Orchestrator
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: security-audit description: Enforces CSP, input sanitization, encryption standards, and GDPR compliance for clinical data license: MIT compatibility: opencode metadata: audience: developers workflow: development
What I do
I enforce security standards across the application. I validate Content Security Policy (CSP), input sanitization, encryption implementations, and GDPR compliance for handling patient health information.
When to use me
Use this when:
- Adding new dependencies or changing architecture
- You need to validate security compliance
- You're implementing new data handling features
Key Concepts
- CSP: Content Security Policy for XSS prevention
- Input Sanitization: Clean all user inputs
- Encryption: AES-256-GCM for data at rest
- GDPR: Data privacy compliance for EU users
- HIPAA: Health data protection (US)
Source Files
services/crypto.ts: Encryption implementationplans/04_security_audit.md: Security audit planindex.html: CSP configuration
Code Patterns
- Validate CSP headers in index.html
- Check all crypto operations use approved algorithms
- Ensure no sensitive data in logs or errors
Operational Constraints
- All patient data must be encrypted (AES-256-GCM)
- No sensitive data in logs or console output
- GDPR consent for data processing
- Audit all data access and modifications
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です