psalm/plugin-laravel
Laravel Psalm plugin for deep static analysis plus taint-based security scanning. Detects SQL injection, XSS, SSRF, shell injection, path traversal, and open redirects by tracking user input through Laravel code without running it.
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?