Technology Apr 19, 2026 · 1 min read

πŸš€ I built a real-time security scanner for Laravel

πŸš€ 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...

DE
DEV Community
by Dhanik Keraliya
πŸš€ I built a real-time security scanner for Laravel

πŸš€ 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 ⭐

Laravel #PHP #Security #OpenSource

DE
Source

This article was originally published by DEV Community and written by Dhanik Keraliya.

Read original article on DEV Community
Back to Discover

Reading List