security-review

Automate security review of code commits for common vulnerabilities.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/xtrrrxx-create/site --skill security-review-xtrrrxx-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/xtrrrxx-create/site/tree/main/.crush/skills/security-review
Command: npx skills add https://github.com/xtrrrxx-create/site --skill security-review-xtrrrxx-create

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive security checklist and coding patterns to help developers identify and mitigate common security vulnerabilities in their code.

Core Features & Use Cases

  • Security Best Practices: Offers guidance on secure coding practices to prevent common security issues.
  • Checklist & Patterns: Includes a detailed checklist and coding patterns for authentication, input validation, SQL injection prevention, XSS protection, CSRF protection, rate limiting, and more.
  • Use Case: Before deploying a new feature or API, use this Skill to review the code and ensure it adheres to best security practices.

Quick Start

Run the security-review skill on your latest code commit to ensure compliance with security guidelines.

Frequently Asked Questions about security-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my code for SQL injection, XSS, and CSRF vulnerabilities?

To check code for vulnerabilities like SQL injection, XSS, and CSRF, you can automate a security review of your code commits. This process checks your codebase against a checklist of security best practices and coding patterns to identify and mitigate common issues before deployment.

What are the best practices for secure authentication and input validation?

Best practices for secure authentication and input validation involve following a detailed security checklist and specific coding patterns. These guidelines help developers ensure proper data sanitization and access control when implementing new features or APIs.

Do I need a specific version control system to automate security reviews?

Yes, automating security reviews requires access to your codebase and a supported version control system. This integration allows the review process to automatically analyze your latest code commits for compliance with security guidelines.

When should I run a security review on my codebase?

You should run a security review on your codebase before deploying a new feature or API. Reviewing your latest code commits at this stage ensures the new code adheres to established security best practices and mitigates potential vulnerabilities early.