security-review

Review web application code for common security vulnerabilities and best practices.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/dbrijesh/raep --skill security-review-dbrijesh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/dbrijesh/raep/tree/main/templates/skills/security-review
Command: npx skills add https://github.com/dbrijesh/raep --skill security-review-dbrijesh

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Ensures code follows security best practices and identifies potential vulnerabilities, providing a checklist and patterns for secure coding.

Core Features & Use Cases

  • Security Checklist: Includes sections for secrets management, input validation, SQL injection prevention, authentication & authorization, XSS prevention, CSRF protection, rate limiting, sensitive data exposure, blockchain security (Solana), and dependency security.
  • Best Practices: Provides examples of how to avoid common security issues and follow best practices.
  • Use Case: Before deploying a new feature or application, use this Skill to review the code and ensure it meets security standards.

Quick Start

Activate the security-review skill to perform a comprehensive security review on your codebase.

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 security vulnerabilities before deployment?

To check code for security vulnerabilities, apply a comprehensive security checklist covering secrets management, input validation, SQL injection prevention, and XSS protection. This review process ensures your web application meets secure coding standards before deployment.

What security best practices should I follow for web application authentication?

Security best practices for web application authentication require checking user input handling, authorization logic, and sensitive data exposure. Apply established security patterns to validate credentials and prevent unauthorized access during your code review process.

Does this security review checklist support Solana blockchain code?

Yes, the security review checklist includes a dedicated section for blockchain security specifically targeting Solana. It applies secure coding practices to identify potential vulnerabilities in Solana-related code alongside standard web application security checks.

What is the best way to prevent SQL injection and XSS in my codebase?

The best way to prevent SQL injection and XSS is to apply specific security patterns and input validation checks during code review. Identifying common security issues in user input handling ensures your codebase follows established prevention best practices.

Can I use this security review for dependency and secrets management checks?

Yes, you can use this security review for dependency security and secrets management checks. It identifies potential vulnerabilities by scanning for common security issues related to exposed secrets and insecure dependencies within your codebase.

When should I perform a vulnerability assessment on my code?

You should perform a vulnerability assessment before deploying a new feature or application. Running a comprehensive security review ensures the code meets security standards and identifies potential vulnerabilities early in the development lifecycle.