get_threat_modeling_plan
Generate a step-by-step threat modeling plan covering all phases, automatically validating against your code to uncover security vulnerabilities.
Instructions
Get a comprehensive threat modeling plan.
This tool returns a detailed threat modeling plan in markdown format, covering all phases of the threat modeling process. If code is detected in the specified directory, it will automatically run the threat model validation against the code.
Args: ctx: MCP context for logging and error handling directory: Directory to check for code files (default: current directory) auto_validate_code: Whether to automatically validate against code if detected (default: True)
Returns: A markdown-formatted threat modeling plan
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | . | |
| auto_validate_code | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |