psalm/plugin-laravel
Psalm plugin for Laravel that adds deep framework-aware static analysis plus taint-based security scanning. Detects SQL injection, XSS, SSRF, shell injection, file traversal, and open redirects by tracking user input flows across functions and services.
The plugin helps Psalm to understand Laravel's code (which uses a lot of magic) better. There are 2 main ways how it does it:
/stubs dir)/src/Handlers dir)The plugin emits custom issues that Psalm does not have built-in. Each one links to detailed documentation with examples and fix guidance.
How can I help you explore Laravel packages today?