assess_model
Assess threat model control implementation status. Get deterministic summary and progressive metrics to identify risks and track compliance progress.
Instructions
Run assurance assessment on a threat model.
Evaluates each control objective based on control implementation status. Returns summary (mitigated/at_risk/unassessed) and progressive metrics (defined/implemented/verified). No LLM calls — deterministic.
Use summary_only=True to get just the counts without per-CO assessments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max to return (0=all). | |
| offset | No | Skip first N. | |
| status | No | Filter: "mitigated", "at_risk", "unassessed". | |
| model_id | Yes | ID of the threat model to assess. | |
| summary_only | No | If True, returns only summary counts (no per-CO details). | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||