security-review-owasp-laravel

Review Laravel security concerns against OWASP guidance with evidence-based findings.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/sjinks/ai-owasp-skillset --skill security-review-owasp-laravel
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: security-review-owasp-laravel
Source: https://github.com/sjinks/ai-owasp-skillset/tree/main/.github/skills/security-review-owasp-laravel
Command: npx skills add https://github.com/sjinks/ai-owasp-skillset --skill security-review-owasp-laravel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you review Laravel applications for security weaknesses that could expose data, expand attacker reach, or weaken deployment boundaries, using OWASP-aligned guidance.

Core Features & Use Cases

  • Targeted security review: Examine Laravel code, configuration, architecture, and operational controls for unsafe defaults, privilege sprawl, and exposed management paths.
  • Evidence-based findings: Separate confirmed issues from review gaps, then report severity, impact, and minimal remediation steps.
  • Practical use cases: Audit authentication flows, tenancy boundaries, dependency trust, runtime privileges, and CI or deployment hardening for a Laravel service.

Quick Start

Ask the Laravel security review skill to assess the specified flow, component, or files for OWASP-relevant weaknesses.

Frequently Asked Questions about security-review-owasp-laravel

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

FAQPage Schema
How do I review a Laravel application for OWASP security vulnerabilities?▼

To review a Laravel application for OWASP security vulnerabilities, you audit its code, configuration, architecture, and deployment controls for unsafe defaults and privilege sprawl. The review separates confirmed issues from gaps and outputs severity-ordered remediation steps.

What is a Laravel security audit and what does it cover?▼

A Laravel security audit is an OWASP-aligned assessment of trust boundaries, privileges, tenancy, dependencies, and exposed management surfaces. It evaluates operational assumptions and runtime control scenarios to identify risks that could expose data or expand attacker reach.

Can I use this to check Laravel tenancy boundaries and deployment hardening?▼

Yes, you can check Laravel tenancy boundaries and deployment hardening by examining runtime privileges, CI configurations, and trust boundaries. The review validates these operational controls against OWASP guidance to ensure data isolation and secure deployment perimeters.

What's the best way to audit Laravel authentication flows for security risks?▼

The best way to audit Laravel authentication flows is to assess them against OWASP guidance, focusing on trust boundaries and privilege escalation. You must gather evidence-based findings, identify review gaps, and generate concrete remediation aligned to the security review output contract.

How does the Laravel security review handle confirmed issues versus review gaps?▼

The Laravel security review handles confirmed issues by severity ordering them with their impact and minimal remediation steps. Review gaps are reported separately to indicate areas lacking sufficient evidence, ensuring a clear distinction between proven weaknesses and unverified assumptions.