Skip to content

Add comprehensive security skills library with 15 specialized domains - #23

Merged
adityak74 merged 1 commit into
mainfrom
claude/add-security-compliance-skills-tT9Pb
Feb 23, 2026
Merged

Add comprehensive security skills library with 15 specialized domains#23
adityak74 merged 1 commit into
mainfrom
claude/add-security-compliance-skills-tT9Pb

Conversation

@arjunjaggi34

Copy link
Copy Markdown
Contributor

Summary

This PR introduces a complete security skills library comprising 15 specialized security domains, each with detailed implementation guidance, control frameworks, and operational procedures. The library establishes a structured approach to enterprise security across strategy, operations, compliance, infrastructure, applications, and emerging AI security concerns.

Key Changes

Core Security Skills Added:

  • CISO — Enterprise security strategy, risk governance, and multi-domain orchestration
  • Security Operations — SOC management, threat detection, incident response coordination
  • Threat Hunter — Proactive threat hunting, MITRE ATT&CK-based hypothesis generation, SIEM query development
  • Incident Responder — Breach containment, forensic investigation, regulatory notification, post-incident improvement
  • Compliance & Governance — Regulatory compliance strategy, framework harmonization, audit lifecycle
  • Compliance Auditor — Control testing, evidence collection, SOC 2/ISO 27001/NIST/HIPAA/SOX audit execution
  • Industry Compliance — Sector-specific standards (Banking/FFIEC, Healthcare/HITRUST, Hi-Tech/ITAR, Retail/PCI-DSS)
  • Infrastructure Security — Cloud/on-premises architecture, Zero Trust principles, IAM strategy
  • IAM Specialist — Identity architecture, RBAC/ABAC design, PAM, MFA strategy, lifecycle management
  • Network & Data Security — Network architecture, firewall policy, DLP, encryption, database security
  • Application Security — Secure SDLC, SAST/DAST/SCA toolchain, OWASP Top 10, vulnerability management
  • Penetration Tester — Authorized security assessments, ethical hacking, red team operations
  • AI Ethics & Security — AI system governance, agentic AI security, hallucination mitigation, responsible AI
  • AI Security Analyst — AI threat modeling, prompt injection detection, LLM hardening, adversarial testing
  • Security Trainer — Awareness programs, phishing simulations, role-based curricula, CISO reporting

Reference Materials Added:

  • Secure code review checklist (195 lines) — OWASP-aligned code review standards
  • Encryption standards reference (186 lines) — Approved algorithms, key lengths, compliance mappings
  • AI security controls library (346 lines) — Prompt security, output filtering, model monitoring controls
  • Compliance calendar template (176 lines) — Annual compliance activity planning
  • Risk register template (144 lines) — Risk scoring methodology and thresholds
  • Security frameworks cross-reference map (96 lines) — Control harmonization across SOC 2, ISO 27001, NIST, HIPAA, GDPR, PCI-DSS

Implementation Details

Skill Architecture:

  • Each skill includes role definition, multi-phase implementation guidance, and operational procedures
  • Skills are interconnected via sub-skill references (e.g., CISO orchestrates all domains; Infrastructure Security delegates to IAM Specialist and Network & Data Security)
  • Consistent metadata structure with tags, version, and author attribution

Coverage Areas:

  • Detection & Response: SOC, threat hunting, incident response with defined SLAs and escalation procedures
  • Compliance: Multi-framework support (SOC 2, ISO 27001, NIST CSF, HIPAA, SOX, GDPR, CCPA, EU AI Act, PCI-DSS, DORA)
  • Infrastructure: Zero Trust architecture, cloud security (AWS/Azure/GCP), IAM, encryption, network segmentation
  • Application Security: Secure SDLC gates, threat modeling (STRIDE), vulnerability management, pen testing coordination
  • AI Security: Prompt injection detection, hallucination mitigation, agentic AI security, regulatory compliance (EU AI Act, NIST AI RMF)
  • Training & Culture: Security awareness, phishing simulations, role-based curricula, tabletop exercises

Operational Standards:

  • Defined SLOs/SLAs for critical functions (e.g., P1 incident containment within 4 hours)
  • Evidence requirements and control testing frequencies
  • Risk scoring methodologies and remediation prioritization
  • Audit readiness checklists

https://claude.ai/code/session_01DCyDb6K6GYb45Z61GmQ6dN

…5 reference files)

Full enterprise security skills organized into 3-tier leadership hierarchy:

STRATEGIC LEVEL (1 skill):
- ciso: CISO orchestrator — risk posture, program design, board reporting, CISO dashboard

VP LEVEL (5 skills):
- security-operations: SOC, SIEM, threat detection, IR orchestration, SRE fusion
- compliance-governance: SOC 2, NIST CSF, ISO 27001, GDPR, HIPAA, SOX, CCPA, EU AI Act
- infrastructure-security: ZTA, cloud security (AWS/Azure/GCP), on-prem, IAM, encryption, DB
- application-security: Secure SDLC, SAST/DAST/SCA, OWASP, API security, vuln management
- ai-ethics-security: AI agentic framework, hallucination controls, responsible AI, PII in AI

TASK LEVEL (10 skills):
- threat-hunter: MITRE ATT&CK hunts, IOC sweeps, KQL/SPL queries, adversary emulation
- incident-responder: IR playbooks (ransomware, BEC, insider), forensics, breach notification, ITIL change/problem mgmt
- sre-operations: SRE+security SLOs, ITIL 4, Six Sigma DMAIC, Global Delivery Framework
- compliance-auditor: SOC 2 testing, NIST CSF assessment, ISO 27001, HIPAA, SOX ITGC, GRC
- industry-compliance: Banking (FFIEC/FINRA/DORA/PSD2), Healthcare (HITRUST/FDA 21 CFR/GxP), Hi-Tech (CMMC/ITAR)
- iam-specialist: RBAC, ABAC (Cedar policies), RBA risk scoring, PAM, JIT, lifecycle automation
- network-data-security: Firewall policy, IDS/IPS, DNS security, email (DMARC/DKIM/SPF), SSL/TLS lifecycle, DLP, data classification
- penetration-tester: Full OWASP methodology, social engineering, cloud pen test, phishing sim, reporting standards
- ai-security-analyst: Prompt injection taxonomy, hallucination assessment, agentic security testing, model supply chain
- security-trainer: Role-based curriculum (5 tiers), phishing simulations, tabletop exercises, CISO dashboard design

REFERENCE FILES (5 documents):
- ciso/references/security-frameworks-map.md: Cross-framework control harmonization + penalty reference
- ciso/references/risk-register-template.md: Risk scoring model + sample entries
- compliance-governance/references/compliance-calendar-template.md: Full 12-month compliance calendar
- infrastructure-security/references/encryption-standards.md: Approved algorithms, TLS config, key management
- application-security/references/secure-code-review-checklist.md: 10-section code review checklist

Coverage: SOC 2, NIST CSF 2.0, ISO 27001:2022, ISO 42001, HIPAA, SOX, GDPR, CCPA, EU AI Act,
PCI-DSS v4, DORA, FFIEC, FINRA, HITRUST, FDA 21 CFR Part 11, CMMC 2.0, ITAR/EAR, NERC CIP,
NIST AI RMF, Six Sigma, ITIL 4, Global Delivery Framework, ZTA, MITRE ATT&CK

https://claude.ai/code/session_01DCyDb6K6GYb45Z61GmQ6dN
@adityak74
adityak74 merged commit e6db0a2 into main Feb 23, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants