security-review

Audit backend and frontend code for security vulnerabilities and misconfigurations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security reviews help ensure code and architecture are free from common vulnerabilities, reducing risk before deployment.

Core Features & Use Cases

  • Security checklist enforcement for authentication, input handling, secrets, API endpoints, and payment features.
  • Secure coding guidance including validation, encryption, and access control patterns.
  • Use Case: When integrating a new login feature, request a security review to identify OWASP Top 10 risks and verify secret management.

Quick Start

Activate the skill on a repo or PR to generate a security checklist and recommended fixes for the current changes.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I perform a security review on my code before deployment?

A security review audits code for vulnerabilities and misconfigurations by validating authentication, input sanitization, parameterized SQL, and access controls to reduce deployment risk. It generates a security checklist with recommended fixes for current changes.

What does secure coding for API endpoints and authentication involve?

Secure coding for API endpoints and authentication involves enforcing checklists for access controls, validating user inputs, and ensuring secrets are environment-based. It verifies sensitive features across backend and frontend code to prevent common vulnerabilities.

How do I check if my code has common vulnerabilities like OWASP Top 10 risks?

To check for common vulnerabilities, audit code changes against a security checklist covering authentication, input handling, and API endpoints. This identifies OWASP Top 10 risks by verifying secrets management, SQL parameterization, and access controls.

Can I use a security checklist to audit secrets management and input validation?

Yes, you can use a security checklist to audit secrets management and input validation by verifying secrets are environment-based and user inputs are sanitized. It enforces encryption and access control patterns across backend and frontend code.

Does threat modeling help with enforcing secure coding practices in a pull request?

Threat modeling and secure coding practices help enforce security in a pull request by generating a security checklist for the changes. It validates sensitive features, API endpoints, and authentication to identify risks before deployment.