validate_threat_remediation
Check if specific threats are remediated in your codebase and update the threat model accordingly.
Instructions
Check if specific threats are remediated in code and update threat model.
Given specific threat IDs, analyze the codebase to determine if these threats are mitigated by existing code and update the threat model accordingly.
Args: ctx: MCP context for logging and error handling code_directory: Directory containing code to analyze threat_ids: List of threat IDs to validate
Returns: Simple instruction for autonomous threat-specific analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threat_ids | Yes | ||
| code_directory | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |