About
This skill provides a comprehensive framework for securing codebases against common threats such as SQL injection, XSS, and path traversal. It guides users through an efficient four-phase process—Initial Reconnaissance, Code Analysis, Implementation, and Verification—ensuring that vulnerabilities are not just patched superficially but fixed at their root through centralized helpers and robust defensive measures. By prioritizing test-driven remediation and systematic data flow analysis, it helps developers implement secure coding practices while avoiding common pitfalls like incomplete character coverage or regression errors.