close

DEV Community

Dhanik Keraliya
Dhanik Keraliya

Posted on

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

Top comments (0)