security-review

Automate security reviews of code changes for authentication, token handling, input validation, and API security.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/nutrisari-jeruk/react-vite-template --skill security-review-nutrisari-jeruk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/nutrisari-jeruk/react-vite-template/tree/main/.claude/skills/security-review
Command: npx skills add https://github.com/nutrisari-jeruk/react-vite-template --skill security-review-nutrisari-jeruk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the security review process for auth flows, token handling, input validation, and API client changes in your codebase, helping to prevent security vulnerabilities.

Core Features & Use Cases

  • Security Review Automation: Automatically checks for common security issues in your code, such as token storage, input validation, and API client configuration.
  • Customizable Review Criteria: Configure the Skill to focus on specific areas of security concern, such as authentication, token rotation, and API handling.
  • Use Case: Before deploying a new feature or making changes to existing code, use the security-review skill to scan for potential vulnerabilities and ensure compliance with security best practices.

Quick Start

Run the security-review skill on your codebase to perform a comprehensive security check.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I automate a security review for authentication and token handling in my codebase?

You can automate a security review for authentication by running a scan that checks code changes for common vulnerabilities in token storage, input validation, and API client configuration. This ensures security best practices are followed before deployment.

What does an automated vulnerability assessment check for in API security?

An automated vulnerability assessment for API security checks code changes for common issues in token handling, input validation, and API client configuration. It targets areas handling sensitive data or external API calls to prevent vulnerabilities.

Can I customize code security review criteria to focus on specific areas like token rotation?

Yes, you can customize code security review criteria to focus on specific areas of concern like authentication, token rotation, and API handling. This enables targeted vulnerability checks based on your codebase's sensitive data modifications.

When do I need to run a code security check for input validation and API client changes?

You should run a code security check for input validation and API client changes before deploying a new feature or modifying existing code. This catches potential vulnerabilities when handling sensitive data or external API calls.

Does automated security review work without external dependencies?

Automated security review operates without external dependencies, running directly on your codebase scripts. It performs comprehensive security checks for authentication flows and token handling without requiring additional setup.