π I built a real-time security scanner for Laravel (and hereβs why)
Most Laravel developers use tools like PHPStan for code quality.
But when it comes to security scanning, the options are either:
- Too complex
- Too limited
- Or just dependency-based
So I built Laravel SecureScan.
π It scans your codebase for:
- SQL Injection
- XSS vulnerabilities
- Hardcoded secrets
- Misconfigurations
- And more...
π‘ What makes it different?
- CLI-based scanning
- Live dashboard (real-time updates)
- Severity charts
- Ignore rules support
- No queue required
Web View
CLI View
π¦ Try it:
composer require dhanikkeraliya/laravel-securescan
Iβm actively improving it and would love feedback from the community π
If you find it useful, give it a β