security-review

Review software code against a security checklist covering common vulnerabilities.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/J511Y/share-paint --skill security-review-j511y
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/J511Y/share-paint/tree/main/.claude/skills/security-review
Command: npx skills add https://github.com/J511Y/share-paint --skill security-review-j511y

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures your code adheres to security best practices, proactively identifying and mitigating potential vulnerabilities before they can be exploited.

Core Features & Use Cases

  • Comprehensive Security Checklist: Provides detailed checks for common security pitfalls across various domains like secret management, input validation, SQL injection, XSS, CSRF, and more.
  • Best Practice Enforcement: Offers code examples and validation steps to guide developers in implementing secure coding patterns.
  • Use Case: Before deploying a new feature that handles user authentication and payment processing, run this Skill to get a thorough security review and a checklist of critical items to verify.

Quick Start

Use the security-review skill to perform a security audit on the provided code snippet.

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?

A security review checklist prevents vulnerabilities by enforcing best practices for secret management, input validation, and authentication. It proactively identifies and mitigates potential threats before deployment.

What's the best way to prevent SQL injection and XSS in web applications?

The best way to prevent SQL injection and XSS is by applying enforced coding patterns and validation steps. A security review provides detailed checks and code examples to mitigate these specific vulnerabilities.

How do I secure authentication and authorization in my API?

To secure authentication and authorization in your API, verify sensitive data exposure, rate limiting, and access controls. A security audit provides a checklist of critical items to verify for API endpoints.

Does this security review cover blockchain and dependency management?

Yes, this security review covers blockchain security and dependency management. It guides developers in identifying and mitigating vulnerabilities specifically across web applications, APIs, and blockchain integrations.

When do I need to run a sensitive data exposure and rate limiting check?

You need to run a sensitive data exposure and rate limiting check before deploying new features handling user authentication and payment processing. This ensures your code adheres to security best practices proactively.