소개
The Security Review skill provides a disciplined methodology for evaluating the security implications of code modifications before they are committed. Instead of performing exhaustive codebase audits, it focuses specifically on the 'delta'—the changes introduced during a specific implementation session—to catch high-risk patterns such as injection vulnerabilities, broken access control, and insecure configurations. By leveraging a comprehensive checklist aligned with the OWASP Top 10 and offering language-specific guidance for JavaScript, Python, Ruby, and Go, this skill helps developers maintain a high security bar throughout the development lifecycle, providing actionable findings and clear PASS/FAIL verdicts.