laravel-security-audit

Analyze Laravel application code for OWASP security vulnerabilities and misconfigurations.

Updated May 11, 2026
One-click install
npx skills add https://github.com/irizqi/agent-skills --skill laravel-security-audit-irizqi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-security-audit
Source: https://github.com/irizqi/agent-skills/tree/main/skills/laravel-security-audit
Command: npx skills add https://github.com/irizqi/agent-skills --skill laravel-security-audit-irizqi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill identifies security vulnerabilities, misconfigurations, and insecure coding patterns in Laravel applications to prevent potential exploits and data breaches.

Core Features & Use Cases

  • Vulnerability Detection: Scans for common issues like mass assignment, IDOR, and insecure authentication.
  • Best Practice Enforcement: Validates the use of Laravel-native security features like FormRequests, Policies, and proper middleware.
  • Use Case: Use this skill when performing a pre-deployment security review of a new feature or auditing an existing codebase for OWASP compliance.

Quick Start

Use the laravel-security-audit skill to analyze the provided controller code for potential authorization and input validation vulnerabilities.

Frequently Asked Questions about laravel-security-audit

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

FAQPage Schema
How do I audit my Laravel application for OWASP security vulnerabilities?

To audit a Laravel application for OWASP security vulnerabilities, you analyze your codebase to detect insecure coding practices, misconfigurations, and exploit vectors across authentication, authorization, database, and API layers.

What is the best way to detect mass assignment and IDOR issues in Laravel controllers?

Detecting mass assignment and IDOR issues in Laravel involves analyzing controller code to validate the proper implementation of Laravel-native security features like FormRequests, Policies, and middleware to prevent unauthorized data access.

Does this security audit check for insecure authentication and API misconfigurations?

Yes, this security audit checks for insecure authentication and API misconfigurations by operating across authentication, authorization, database, and API layers to identify potential exploit vectors based on OWASP standards.

How do I enforce Laravel-native security patterns like FormRequests and Policies?

To enforce Laravel-native security patterns like FormRequests and Policies, you review your application code against secure configuration guidelines to ensure proper authorization and input validation practices are implemented.

Can I use this for a pre-deployment security review of new Laravel features?

Yes, you can use this for a pre-deployment security review of new Laravel features to identify vulnerabilities, enforce best practices, and ensure your codebase adheres to OWASP compliance before release.

Why does my Laravel code review need to focus on secure configuration guidelines?

A Laravel code review needs to focus on secure configuration guidelines to effectively identify misconfigurations and insecure coding patterns that could lead to potential exploits and data breaches.