All skills
Skillintermediate
fix vulnerability
Fix a specific security vulnerability with proper remediation and verification.
Claude Code Knowledge Pack7/10/2026
Overview
Fix a specific security vulnerability with proper remediation and verification.
Steps
- Understand the vulnerability:
- Locate all instances of the vulnerability:
- Implement the fix:
- Verify the fix:
- Check for similar vulnerabilities:
- Document the vulnerability and fix:
Format
Vulnerability:
Severity: <critical|high|medium|low>
Type: <injection|XSS|auth|etc>
Fix Applied: <description of change>
Rules
- Fix the root cause, not just the specific instance.
- Use proven security libraries instead of custom implementations.
- Add automated tests that check for the vulnerability.