security-review

Audit Laravel and React code for OWASP Top 10 vulnerabilities.

1|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/mgkyawzayya/claude-code-usage-flow --skill security-review-mgkyawzayya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/mgkyawzayya/claude-code-usage-flow/tree/main/.claude/skills/security-review
Command: npx skills add https://github.com/mgkyawzayya/claude-code-usage-flow --skill security-review-mgkyawzayya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and mitigate security risks across Laravel + React code.

Core Features & Use Cases

  • OWASP checklist: Coverage of common vulnerabilities.
  • Laravel & React: Cross-stack security practices.
  • Audit Commands: Tooling and checks.

Quick Start

Run a security review on the latest changes and report vulnerabilities with severity.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I audit Laravel and React code for OWASP security vulnerabilities?

Run a security audit across your Laravel and React stack using OWASP Top 10 guidelines. The Skill executes dependency checks (composer audit, npm audit), validates routes and middleware, and produces vulnerability reports with severity levels, affected components, and remediation steps for risks like XSS, SQL injection, CSRF, and authorization flaws.

What does OWASP Top 10 coverage mean for my code review?

OWASP Top 10 is a prioritized list of the most critical web application security risks. This audit checks your code against those standards to identify common vulnerabilities such as broken authentication, sensitive data exposure, injection attacks, and insecure deserialization in your Laravel backend and React frontend.

Can I run security checks on both Laravel and React in one review?

Yes. The audit handles cross-stack security practices for both Laravel and React applications, running dependency checks and middleware validation across your PHP and JavaScript code to identify vulnerabilities specific to each framework and shared attack vectors.

What output does a security audit produce?

The audit generates a vulnerability report listing identified issues with severity levels, the components affected, and specific remediation recommendations. This supports both pre-deployment checks and ongoing authorization and authentication reviews.

Do I need specific tools installed to run a security review?

Yes. The audit requires composer (for PHP dependency checks) and npm (for JavaScript dependencies), plus access to Laravel's artisan CLI for route and middleware inspection. These must be configured in your project environment before running the review.