scf_create_risk
Create a new risk assessment in the risk register, using likelihood and impact scores to populate the 5×5 risk matrix.
Instructions
Create a new risk assessment in the risk register (write — editor+ role). Likelihood and impact scores populate the 5×5 risk matrix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | No | Name or identifier of the risk owner | |
| title | Yes | Risk title (required, max ~100 chars) | |
| impact | Yes | Inherent impact on a 1–5 scale | |
| org_id | Yes | Organization UUID — obtain from scf_list_organizations | |
| control_id | No | SCF control ID to link (e.g., 'AST-01') — obtain from scf_list_controls | |
| likelihood | Yes | Inherent likelihood on a 1–5 scale | |
| description | Yes | Risk description (required) | |
| treatment_status | No | Treatment status: 'mitigate', 'accept', 'transfer', or 'avoid' |