security-review

Detect SQL injection, XSS, CSRF, and secret exposure in Next.js 16 App Router applications.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/sobhanashine/nazarato --skill security-review-sobhanashine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/sobhanashine/nazarato/tree/main/.agents/skills/security-review
Command: npx skills add https://github.com/sobhanashine/nazarato --skill security-review-sobhanashine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill unit addresses security vulnerabilities in your app's codebase by providing focused security checks on user input, authentication, sessions, cookies, and other critical areas.

Core Features & Use Cases

  • Security Auditing: Checks for common security issues like SQL injection, XSS, CSRF, and secret exposure.
  • Tailored to Next.js: Designed for Next.js 16 App Router + React 19 stack with emphasis on input validation and access control.
  • Use Case: Use this Skill before deploying new features or changes to ensure that your codebase is secure from potential vulnerabilities.

Quick Start

Run the security-review skill on the latest code changes with security-review --code-path ..

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I run a security audit on my Next.js App Router codebase?

Run a security audit on your Next.js App Router codebase by executing `security-review --code-path .` to scan for vulnerabilities like SQL injection, XSS, and CSRF. This performs focused checks on user input, authentication, and sessions.

Does this security review tool support the Next.js 16 and React 19 stack?

Yes, this security review tool is specifically designed for the Next.js 16 App Router and React 19 stack. It focuses on input validation and access control mechanisms native to that environment to detect potential code vulnerabilities.

What types of vulnerabilities can a Next.js code audit detect?

A Next.js code audit can detect common vulnerabilities including SQL injection, XSS, CSRF, and secret exposure. It analyzes user input, authentication flows, sessions, and cookies to secure critical code paths.

When should I perform a security check on my Next.js application?

Perform a security check on your Next.js application before deploying new features or changes. This ensures your codebase remains secure from potential vulnerabilities like secret exposure and input validation issues.

How does input validation prevent security issues in Next.js?

Input validation prevents security issues in Next.js by checking user-provided data against strict rules before processing. This security review process blocks malicious payloads from causing SQL injection, XSS, and unauthorized access control breaches.