security-review

Review code for security vulnerabilities and best practices across multiple categories.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/filipas123/Claude-Code-PKC-v1 --skill security-review-filipas123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/filipas123/Claude-Code-PKC-v1/tree/main/skills/security-review
Command: npx skills add https://github.com/filipas123/Claude-Code-PKC-v1 --skill security-review-filipas123

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers identify and mitigate security vulnerabilities in their code, ensuring robust and safe application development.

Core Features & Use Cases

  • Comprehensive Checklist: Provides detailed checks for common security pitfalls like secrets management, input validation, SQL injection, XSS, CSRF, and more.
  • Best Practice Examples: Offers clear code examples demonstrating secure coding patterns.
  • Pre-Deployment Assurance: Includes a final checklist to ensure all critical security measures are in place before deployment.
  • Use Case: Before deploying a new feature that handles user authentication and payment processing, activate this Skill to systematically review the code against security best practices and prevent potential breaches.

Quick Start

Use the security-review skill to check the attached code file for common vulnerabilities.

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 before deployment, review your source against a comprehensive checklist covering secrets management, input validation, SQL injection, XSS, and CSRF to ensure robust application development.

What are the best practices for securing authentication and payment processing code?

Best practices for securing authentication and payment processing code involve systematically reviewing logic against predefined security checklists, validating inputs, enforcing rate limiting, and verifying sensitive data exposure protections to prevent potential breaches.

How do I prevent SQL injection and XSS vulnerabilities in web applications?

Prevent SQL injection and XSS vulnerabilities in web applications by applying secure coding patterns and input validation techniques provided by detailed security checklists and code examples designed for pre-deployment verification.

Does this security review cover blockchain security and dependency management?

Yes, this security review covers blockchain security and dependency management alongside multiple other categories, providing detailed checklists and code examples to verify adherence to secure development best practices.

Can I use this to verify secrets management and rate limiting in my codebase?

Yes, you can use this to verify secrets management and rate limiting in your codebase. It systematically reviews your code against security best practices to identify and mitigate common pitfalls across these critical categories.