The Security Review skill acts as a proactive security architect within Claude Code, ensuring that every code change adheres to modern safety standards. It provides automated checklists and implementation patterns for critical areas including authentication, secrets management, input validation, and SQL injection prevention. Whether you are building a Next.js application, integrating with Supabase, or developing Solana blockchain logic, this skill helps identify potential risks before deployment and enforces best practices for data protection, rate limiting, and cross-site scripting (XSS) prevention.
주요 기능
010 GitHub stars
02Parameterized query enforcement to prevent SQL injection vulnerabilities
03Specialized blockchain security for Solana wallet and transaction verification
04Input validation and HTML sanitization using Zod and DOMPurify patterns
05Automated security checklists for authentication and authorization workflows
06Implementation patterns for secure secrets management and environment variables
사용 사례
01Validating file upload systems to restrict size, type, and extension vulnerabilities
02Securing sensitive token storage by migrating from localStorage to httpOnly cookies
03Auditing new API endpoints for proper rate limiting and authorization checks