get_remediation_guide
Get step-by-step remediation for any CWE or vulnerability, including code examples, testing procedures, and prevention strategies. Works offline with a built-in local guide library.
Instructions
Get detailed remediation guidance for a specific vulnerability or CWE.
Returns:
Explanation of the vulnerability
Step-by-step fix instructions
Code examples (before/after)
Testing procedures
Prevention strategies
Uses a built-in local guide library, so it still works even when no cloud guidance endpoint is available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwe_id | Yes | CWE ID (e.g., 'CWE-79', 'CWE-89') or vulnerability name | |
| context | No | Additional context about your stack (e.g., 'react', 'express', 'django', 'claw-skill') |