security-review

Identify and enforce security best practices across code, APIs, and deployments.

7|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Davie521/claude-skills --skill security-review-davie521
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/Davie521/claude-skills/tree/main/plugins/quality/skills/security-review
Command: npx skills add https://github.com/Davie521/claude-skills --skill security-review-davie521

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures all code follows security best practices and identifies potential vulnerabilities.

Core Features & Use Cases

  • Comprehensive security checklist covering secrets management, input validation, authentication/authorization, CSRF, rate limiting, logging, and deployment hardening.
  • Practical patterns, templates, and examples for secure coding, secure configuration, and secure CI/CD workflows.
  • Use Case: Integrate into pull requests to automatically enforce security controls and generate remediation guidance.

Quick Start

Run the security-review checks on a new feature branch and apply the recommended fixes to reduce risk.

Frequently Asked Questions about security-review

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

FAQPage Schema
What security best practices should I enforce during code review?

Security best practices for code review include checking input validation, authentication, authorization, secrets management, and rate limiting. This skill provides a comprehensive checklist, example patterns, and validation rules to systematically identify vulnerabilities and enforce safe defaults across code and APIs.

How do I integrate automated security checks into pull requests?

You can integrate automated security checks into pull requests by running this skill against new feature branches. It evaluates code changes against security checklists and generates actionable remediation guidance to help developers apply fixes and reduce risk before merging.

How do I prevent secrets from leaking in my deployment configuration?

To prevent secrets from leaking in deployment configurations, apply strict secrets management validation rules provided by this skill. It offers practical patterns and secure configuration templates to ensure sensitive data is handled safely across your cloud infrastructure and CI/CD workflows.

Does this security review cover API design and input validation?

Yes, this security review covers API design and input validation comprehensively. It guides developers through specific checks and safe defaults for input handling, ensuring that APIs enforce proper authorization, rate limiting, and data sanitization before processing requests.

What is the best way to harden code for cloud infrastructure and payments?

The best way to harden code for cloud infrastructure and payments is to apply comprehensive security checks targeting these specific domains. This skill enforces secure configuration patterns, validates authorization controls, and provides deployment hardening rules to protect sensitive payment flows.

When should I not rely solely on automated vulnerability scanning?

You should not rely solely on automated vulnerability scanning when you need contextual design-level security enforcement. While scanning finds known flaws, this skill provides deeper analysis by evaluating architectural patterns, API design choices, and safe defaults to guide comprehensive remediation.