laramint/laravel-security-scanner
phpunit, phpstan).php-security-scanner) rather than building custom solutions.dd() leaks, mass assignment).Adopt if:
DB::raw, Artisan::call risks).php-security-scanner or you’re open to integrating it.Look elsewhere if:
*"This package automates 90% of Laravel-specific security checks—like SQL injection, debug leaks, and CSRF bypasses—that would otherwise require manual code reviews or costly penetration tests. By integrating it into our CI pipeline, we can:
*"This extends php-security-scanner with Laravel-aware rules to catch:
DB::raw), Auth bypass (Auth::loginUsingId($tainted)), RCE (Artisan::call($tainted)).php-security-scanner. Let’s pilot it on [High-Risk Module] to validate ROI before rolling out."*"This fills a gap in our static analysis toolchain by:
Storage::path() traversal, Mail::to($tainted) header injection).request()->input() is marked as ‘tainted’ by default).Auth::loginUsingId).
Proposal: Add it to our pre-merge scan suite alongside psalm/phpstan—it’s MIT-licensed and actively maintained."How can I help you explore Laravel packages today?