security-review

Review code for security vulnerabilities across multiple domains.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Fabio29T/Everything-Claude --skill security-review-fabio29t
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/Fabio29T/Everything-Claude/tree/main/.agents/skills/security-review
Command: npx skills add https://github.com/Fabio29T/Everything-Claude --skill security-review-fabio29t

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill proactively identifies and mitigates security vulnerabilities in your code, ensuring robust protection against common threats and data breaches.

Core Features & Use Cases

  • Comprehensive Security Audits: Provides detailed checklists for secrets management, input validation, SQL injection prevention, XSS, CSRF, and more.
  • Best Practice Enforcement: Offers code examples and verification steps for secure coding patterns.
  • Use Case: Before deploying a new API endpoint that handles user data, activate this skill to ensure all security best practices are followed, preventing potential vulnerabilities.

Quick Start

Run a security review on the current codebase, focusing on authentication and input validation.

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

To check code for vulnerabilities before deployment, conduct a security review focusing on secrets management, input validation, SQL injection, XSS, and CSRF using provided checklists and code examples.

What is included in a comprehensive code security audit?

A comprehensive code security audit includes detailed checklists and verification steps for authentication, authorization, rate limiting, sensitive data exposure, blockchain security, and dependency management.

How do I prevent SQL injection and XSS in my API endpoints?

To prevent SQL injection and XSS in API endpoints, apply secure coding patterns and input validation techniques provided by security review checklists to ensure robust data protection.

Can I use this security review for blockchain and smart contract code?

Yes, you can use this security review for blockchain code, as it specifically includes vulnerability identification and rectification for blockchain security alongside traditional web vulnerabilities.

What's the best way to secure user authentication and authorization mechanisms?

The best way to secure user authentication and authorization mechanisms is to enforce best practices through pre-deployment verification steps and detailed code examples focusing on these specific domains.

Why do I need to review dependency management for secure coding?

You need to review dependency management for secure coding because outdated or vulnerable dependencies can expose your application to data breaches and compromise sensitive data protection.