get_scan_prompt
Obtain scan prompts to identify missing security controls in a codebase, targeting only not-implemented controls for gap discovery.
Instructions
Get guidance prompts for scanning a codebase to discover control gaps. Read-only.
Returns prompts telling the agent what evidence to look for per control; only NOT_IMPLEMENTED controls are included (implemented ones need no scan). Use this to drive a gap-discovery pass, then record what is missing with submit_findings and what is present with submit_assertions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ID of the threat model. | |
| control_id | No | Optional single control to scope the prompt to. Empty (default) returns prompts for all not-yet-implemented controls. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||