laravel-security-audit

Audit Laravel 10/11+ applications for security vulnerabilities and remediation guidance.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mkopcic/md-solutions.hr-racuni-app --skill laravel-security-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-security-audit
Source: https://github.com/mkopcic/md-solutions.hr-racuni-app/tree/main/.github/skills/laravel-security-audit
Command: npx skills add https://github.com/mkopcic/md-solutions.hr-racuni-app --skill laravel-security-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Laravel applications often suffer from security misconfigurations, outdated dependencies, and insecure coding practices that expose sensitive data and risk breaches. This Skill provides a structured approach to identify, assess, and mitigate common Laravel security weaknesses using OWASP guidelines and Laravel-specific best practices.

Core Features & Use Cases

  • Assess authentication and authorization flows to prevent privilege escalation and insecure direct object references.
  • Review request handling, input validation, and configuration to minimize data exposure and misconfigurations.
  • Produce actionable remediation guidance and risk classifications for deployment and code fixes.

Quick Start

Initiate a focused security audit of your Laravel project to uncover vulnerabilities and misconfigurations.

Frequently Asked Questions about laravel-security-audit

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

FAQPage Schema
How do I perform a security audit on a Laravel application to find vulnerabilities?

A Laravel security audit identifies and remediates vulnerabilities by assessing authentication, authorization, input handling, and configuration hardening using OWASP guidelines and Laravel best practices. It supports a structured workflow with threat modeling and risk classification.

What are common Laravel security misconfigurations that lead to data exposure?

Common Laravel security misconfigurations involve insecure authentication flows, improper input validation, and weak configuration hardening. These issues expose sensitive data and risk breaches, requiring a formal audit to assess and mitigate weaknesses.

How do I check my Laravel app for insecure direct object references?

You check for insecure direct object references in Laravel by assessing authorization flows to prevent privilege escalation. A structured security audit reviews request handling and input validation to minimize data exposure.

Can I use this security audit workflow with Laravel 11 projects?

Yes, this security audit workflow explicitly supports Laravel 10 and 11+ projects. It assesses authorization flows, request handling, and configuration hardening to uncover vulnerabilities and misconfigurations.

What is the best way to classify risks found during a Laravel security review?

The best way to classify risks during a Laravel security review is using a structured audit workflow with threat modeling. This approach produces actionable remediation guidance and formal risk classifications for deployment and code fixes.

Does this Laravel audit provide remediation guidance for discovered vulnerabilities?

Yes, the Laravel security audit produces actionable remediation guidance and risk classifications for code fixes and deployment. It assesses authentication, authorization, and configuration to minimize data exposure.