Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 53 additions & 9 deletions skills/compliance/nist-csf-assessment/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,19 +332,55 @@ Assess:

---

### Step 4: Maturity Scoring
### Step 4: Subcategory Maturity Scoring

Score each subcategory on a 0-4 scale aligned with CSF Tiers:
Score each subcategory on a 0-4 maturity scale. These scores are assessment aids for current and target profiles; they are not CSF Tiers and must not be averaged mechanically into an organizational Tier.

| Score | Tier Alignment | Description |
| Score | Maturity Level | Description |
|-------|---------------|-------------|
| 0 | Below Tier 1 | Not implemented; no awareness or capability |
| 1 | Tier 1 — Partial | Ad-hoc; some awareness; inconsistent or reactive practices |
| 2 | Tier 2 — Risk Informed | Documented and approved by management; not fully consistent organization-wide |
| 3 | Tier 3 — Repeatable | Formally established, regularly updated, consistently applied, policy-driven |
| 4 | Tier 4 — Adaptive | Continuous improvement based on lessons learned and predictive indicators; real-time adjustments |
| 0 | Not implemented | No awareness or capability |
| 1 | Initial | Ad-hoc; some awareness; inconsistent or reactive practices |
| 2 | Managed locally | Documented and approved by management; not fully consistent organization-wide |
| 3 | Repeatable | Formally established, regularly updated, consistently applied, policy-driven |
| 4 | Adaptive practice | Continuous improvement based on lessons learned and predictive indicators; real-time adjustments |

### Step 4.1: Organizational Tier Evidence Assessment

Determine the organizational Tier separately from subcategory scores. Use evidence across the three NIST tier dimensions: risk management process, integrated risk management program, and external participation. Technical maturity can inform the Tier, but weak governance evidence caps the organizational Tier.

| Tier | Required Organizational Evidence | Common Cap |
|---|---|---|
| Tier 1 -- Partial | Risk practices are ad hoc or undocumented; limited organizational awareness | Use when evidence is mostly informal even if some technical controls are strong |
| Tier 2 -- Risk Informed | Management-approved risk practices exist but are not organization-wide or consistently integrated | Cap here if ERM integration, oversight cadence, or cross-business implementation is partial |
| Tier 3 -- Repeatable | Organization-wide risk management is formally established, policy-driven, regularly updated, and consistently implemented | Cap below Tier 3 if risk appetite, ownership, or board/executive oversight evidence is missing |
| Tier 4 -- Adaptive | Practices adapt based on lessons learned, predictive indicators, external intelligence, and real-time risk management | Cap below Tier 4 without evidence of adaptive feedback loops and continuous improvement |

**Tier evidence gates:**
- Risk appetite and tolerance are approved, communicated, and used in prioritization decisions.
- Cybersecurity risk is integrated into enterprise risk management, budget planning, and executive oversight.
- Roles, responsibilities, and authorities are documented, understood, funded, and enforced.
- Cybersecurity performance metrics are reviewed on a defined cadence and used to adjust strategy.
- Supplier and third-party cybersecurity risks are prioritized, monitored, and included in incident and recovery planning.
- Lessons learned, threat intelligence, incidents, tests, and predictive indicators drive documented program changes.

**Tier cap rules:**
- Cap at Tier 1 if risk practices are primarily ad hoc, undocumented, or dependent on individual responders.
- Cap at Tier 2 if risk management is approved by management but not consistently implemented organization-wide.
- Cap at Tier 2 if GOVERN evidence for risk appetite, oversight, roles, or supply chain risk management is missing or materially incomplete.
- Cap at Tier 3 if adaptive claims lack evidence of feedback loops, external participation, predictive indicators, or real-time risk adjustment.
- Do not assign Tier 3 or Tier 4 solely from average subcategory scores.

Determine the overall organizational Tier based on aggregated assessment across all functions.
```
Organizational Tier Evidence:
- Current Tier: [Tier 1 | Tier 2 | Tier 3 | Tier 4]
- Target Tier: [Tier 1 | Tier 2 | Tier 3 | Tier 4]
- Risk Management Process Evidence: [Policies, risk methodology, risk register, update cadence]
- Integrated Program Evidence: [ERM linkage, budget linkage, ownership, oversight reporting]
- External Participation Evidence: [Supplier monitoring, ISAC/community sharing, third-party coordination]
- GOVERN Blockers: [Missing GV evidence that caps Tier]
- Subcategory Score Context: [How scores support but do not determine Tier]
- Executive Approval: [Approver/date or missing]
```

---

Expand Down Expand Up @@ -439,6 +475,14 @@ Use the NIST CSF 2.0 Reference Tool for comprehensive mappings.
- **Target Tier**: [Tier N — Name]
- Justification: [business/risk rationale]

### Organizational Tier Evidence
| Dimension | Evidence | Gaps or Blockers | Tier Impact |
|---|---|---|---|
| Risk Management Process | [Risk methodology, register, appetite, update cadence] | [Gaps] | [Supports/caps Tier] |
| Integrated Risk Program | [ERM, budget, roles, oversight, policy enforcement] | [Gaps] | [Supports/caps Tier] |
| External Participation | [Supplier monitoring, third-party coordination, information sharing] | [Gaps] | [Supports/caps Tier] |
| Adaptive Feedback | [Lessons learned, predictive indicators, strategy updates] | [Gaps] | [Supports/caps Tier] |

## Function Summary

| Function | Categories | Avg Current Score | Avg Target Score | Gap | Status |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
# Organizational Tier Evidence Edge Cases

Use these cases to validate that `nist-csf-assessment` does not convert average subcategory scores directly into an organizational CSF Tier.

## Case 1: High technical average with weak GOVERN evidence

**Input**

```yaml
subcategory_scores:
average: 3.2
protect_average: 3.8
detect_average: 3.4
govern_evidence:
risk_appetite: missing
board_oversight: ad_hoc
erm_integration: missing
roles_and_authorities: partial
supply_chain_risk_management: partial
reported_tier: Tier 3
```

**Expected result**

Do not accept Tier 3. The organization should be capped at Tier 2 or lower until risk appetite, ERM integration, oversight cadence, roles, and supply chain risk management evidence support repeatable organization-wide risk management.

## Case 2: Claimed Tier 4 without adaptive feedback loops

**Input**

```yaml
current_tier_claim: Tier 4
technical_controls:
vulnerability_management: mature
siem_monitoring: mature
adaptive_evidence:
predictive_indicators: missing
lessons_learned_to_strategy_updates: missing
external_intelligence_to_control_changes: missing
real_time_risk_adjustment: missing
```

**Expected result**

Cap below Tier 4. Strong controls do not prove Adaptive Tier unless there is evidence that lessons learned, predictive indicators, external intelligence, and real-time risk data drive program changes.

## Case 3: Management-approved but inconsistent implementation

**Input**

```yaml
risk_management:
methodology: approved
risk_register: maintained
business_units_covered: 3 of 9
board_reporting: quarterly
policy_enforcement: inconsistent
supplier_monitoring: critical suppliers only
subcategory_scores:
average: 2.7
```

**Expected result**

Tier 2 is appropriate. Risk practices are approved and partially implemented but not yet organization-wide or consistently enforced.

## Case 4: Complete Tier 3 evidence

**Input**

```yaml
risk_management_process:
risk_appetite: board_approved
methodology: standardized
risk_register: maintained_quarterly
risk_response_options: documented
integrated_program:
erm_linkage: established
budget_linkage: risk_based
roles_authorities: documented_and_enforced
oversight_reporting: monthly_to_executives_quarterly_to_board
external_participation:
supplier_tiering: complete
supplier_monitoring: active
incident_coordination: tested_with_critical_suppliers
adaptive_feedback:
lessons_learned: used_for_policy_updates
predictive_indicators: limited
```

**Expected result**

Tier 3 is supportable if subcategory evidence is consistent. The organization has repeatable, policy-driven, organization-wide risk management, but limited predictive indicators may prevent Tier 4.