map-frameworks
Map controls across multiple security frameworks (ISO 27001, SOC 2, NIST CSF, CIS).
What this skill does
# Security Framework Mapping Create a cross-framework control mapping for unified compliance. ## Workflow ### Step 1: Load Required Skills Load the skill: - `security-frameworks` - Framework requirements and mappings ### Step 2: Parse Frameworks Parse the requested frameworks from: $ARGUMENTS Supported frameworks: - ISO 27001:2022 - SOC 2 (Trust Services Criteria) - NIST CSF 2.0 - CIS Controls v8 - NIST 800-53 - COBIT ### Step 3: Spawn Security Auditor Agent Spawn the `security-auditor` agent with the following prompt: ```text Create a comprehensive control mapping across these frameworks: $ARGUMENTS For each control area, provide: 1. Control Mapping Matrix - Map equivalent controls across frameworks - Identify gaps where frameworks differ - Note framework-specific requirements 2. Unified Control Set - Create consolidated control list - One control satisfying multiple frameworks - Highlight additional requirements per framework 3. Evidence Mapping - Common evidence types - Framework-specific evidence needs - Evidence collection strategy 4. Implementation Guidance - Priority order for implementation - Effort estimation per control - Dependencies between controls 5. Gap Analysis - Controls in one framework but not others - Varying requirements across frameworks - Reconciliation approach Provide mappings for these control domains: - Access Control - Asset Management - Cryptography/Data Protection - Operations Security - Logging and Monitoring - Incident Response - Business Continuity - Vendor Management - Security Awareness - Change Management ``` ### Step 4: Generate Mapping Report Ensure the report includes: - Executive summary of framework coverage - Detailed control mapping matrix - Unified control set with evidence requirements - Implementation roadmap ## Example Usage ```bash # Map ISO 27001 to SOC 2 /compliance-planning:map-frameworks "ISO 27001, SOC 2" # Map multiple frameworks /compliance-planning:map-frameworks "ISO 27001, SOC 2, NIST CSF, CIS Controls" # Focus on specific area /compliance-planning:map-frameworks "ISO 27001, SOC 2" --scope "Access Control" ``` ## Output Format ```markdown # Security Framework Mapping ## Frameworks Included - [Framework 1] - [Framework 2] - [Framework 3] --- ## Executive Summary | Framework | Total Controls | Mapped | Unique | Coverage | |-----------|----------------|--------|--------|----------| | [Framework] | [N] | [N] | [N] | [%] | ### Key Insights - [Insight 1] - [Insight 2] --- ## Control Mapping Matrix ### Access Control | Control | ISO 27001 | SOC 2 | NIST CSF | CIS v8 | |---------|-----------|-------|----------|--------| | User Access Management | A.5.15 | CC6.1 | PR.AA-01 | 5.1 | | Privileged Access | A.8.2 | CC6.1 | PR.AA-05 | 5.4 | | Multi-Factor Auth | A.8.5 | CC6.1 | PR.AA-03 | 6.3 | ### Data Protection | Control | ISO 27001 | SOC 2 | NIST CSF | CIS v8 | |---------|-----------|-------|----------|--------| | Encryption at Rest | A.8.24 | CC6.1 | PR.DS-01 | 3.6 | | Encryption in Transit | A.8.24 | CC6.7 | PR.DS-02 | 3.10 | [Continue for all domains] --- ## Unified Control Set ### UC-001: User Access Management **Satisfies:** - ISO 27001: A.5.15, A.5.16 - SOC 2: CC6.1, CC6.2 - NIST CSF: PR.AA-01, PR.AA-02 - CIS v8: 5.1, 5.2 **Requirements:** | Framework | Specific Requirement | |-----------|---------------------| | ISO 27001 | [Requirement] | | SOC 2 | [Requirement] | | NIST CSF | [Requirement] | | CIS v8 | [Requirement] | **Evidence Required:** - Access management policy - Access request/approval records - Periodic access reviews - Termination procedures [Continue for all unified controls] --- ## Gap Analysis ### Framework-Specific Requirements | Control Area | Framework | Unique Requirement | |--------------|-----------|-------------------| | [Area] | [Framework] | [Requirement] | ### Reconciliation | Gap | Impact | Recommendation | |-----|--------|----------------| --- ## Implementation Roadmap ### Phase 1: Foundation (Common Controls) | Control | Frameworks Covered | Effort | Priority | |---------|-------------------|--------|----------| ### Phase 2: Framework-Specific | Control | Framework | Effort | Priority | |---------|-----------|--------|----------| --- ## Evidence Collection Strategy | Evidence Type | Controls Covered | Collection Method | Frequency | |---------------|------------------|-------------------|-----------| | Access logs | UC-001, UC-005 | SIEM export | Continuous | | Policy docs | UC-001, UC-010 | Document repository | Annual review | --- ## Audit Efficiency Gains ### Shared Evidence - [Evidence type] satisfies [N] frameworks - Estimated time savings: [X]% ### Consolidated Testing - [Testing approach] covers [frameworks] ```
Related in Security
mac-ops
IncludedComprehensive macOS workstation operations — diagnose kernel panics, identify failing drives, audit launchd startup items, decode wake reasons, triage TCC permission denials, manage APFS snapshots, recover from no-boot. Use for: Mac is slow, slow bootup, won't boot, kernel panic, kernel_task hot, mds_stores CPU, photoanalysisd, cloudd, login loop, gray screen, sleep wake failure, drive failing, IO errors, APFS snapshots eating space, Time Machine local snapshots, Spotlight indexing, launchd, LaunchAgent, LaunchDaemon, login items, TCC permissions, Full Disk Access, Screen Recording denied, Gatekeeper, quarantine, com.apple.quarantine, app is damaged, helper tool, /Library/PrivilegedHelperTools, pmset, wake reasons, dark wake, sysdiagnose, panic.ips, DiagnosticReports, configuration profile, MDM profile, remote diagnostics over SSH.
a11y-audit
IncludedRun accessibility audits on web projects combining automated scanning (axe-core, Lighthouse) with WCAG 2.1 AA compliance mapping, manual check guidance, and structured reporting. Output is configurable: markdown report only, markdown plus machine-readable JSON, or markdown plus issue tracker integration. Use this skill whenever the user mentions "accessibility audit", "a11y audit", "WCAG audit", "accessibility check", "compliance scan", or asks to check a web project for accessibility issues. Also trigger when the user wants to verify WCAG conformance or map findings to a specific standard (CAN-ASC-6.2, EN 301 549, ADA/AODA).
erpclaw
IncludedAI-native ERP system with self-extending OS. Full accounting, invoicing, inventory, purchasing, tax, billing, HR, payroll, advanced accounting (ASC 606/842, intercompany, consolidation), and financial reporting. 413 actions across 14 domains, 43 expansion modules. Constitutional guardrails, adversarial audit, schema migration. Double-entry GL, immutable audit trail, US GAAP.
assess
IncludedAssesses and rates quality 0-10 across multiple dimensions (correctness, maintainability, security, performance, testability, simplicity) with pros/cons analysis. Compares against project conventions and prior decisions from memory. Produces structured evaluation reports with actionable improvement suggestions. Use when evaluating code, designs, architectures, or comparing alternative approaches.
spring-boot-security-jwt
IncludedProvides JWT authentication and authorization patterns for Spring Boot 3.5.x covering token generation with JJWT, Bearer/cookie authentication, database/OAuth2 integration, and RBAC/permission-based access control using Spring Security 6.x. Use when implementing authentication or authorization in Spring Boot applications.
code-hardcode-audit
IncludedDetect hardcoded values, magic numbers, and leaked secrets. TRIGGERS - hardcode audit, magic numbers, PLR2004, secret scanning.