select_compliance_frameworks
Activate compliance frameworks for a threat model to automatically map controls, exclude non-applicable requirements, and remediate gaps, providing a compliance report.
Instructions
Select (activate) compliance frameworks on a threat model. Requires PRO tier. Mutating.
Activating a framework automatically kicks off auto-remediation in the background: it auto-maps existing controls to requirements, excludes non-applicable requirements by taxonomy, and suggests/applies new entities for the remaining gaps. The response includes auto_remediate_jobs, which run and complete on their own; re-trigger later with auto_remediate if the model changes.
Discover framework IDs with list_compliance_frameworks (or add a custom one via import_compliance_framework); view the resulting gap analysis with get_compliance_report. For the system-level equivalent, use select_system_compliance_frameworks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ID of the threat model. | |
| framework_ids | Yes | Comma-separated framework IDs (e.g. "asvs-4.0,nist-csf"). | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||