<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Dhanik Keraliya</title>
    <description>The latest articles on DEV Community by Dhanik Keraliya (@dhanik_keraliya_203d17c68).</description>
    <link>https://dev.to/dhanik_keraliya_203d17c68</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3887013%2Ff3389280-1d22-48ca-a7b1-56adf7c920ff.jpg</url>
      <title>DEV Community: Dhanik Keraliya</title>
      <link>https://dev.to/dhanik_keraliya_203d17c68</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dhanik_keraliya_203d17c68"/>
    <language>en</language>
    <item>
      <title>🚀 I built a real-time security scanner for Laravel</title>
      <dc:creator>Dhanik Keraliya</dc:creator>
      <pubDate>Sun, 19 Apr 2026 07:08:38 +0000</pubDate>
      <link>https://dev.to/dhanik_keraliya_203d17c68/i-built-a-real-time-security-scanner-for-laravel-inp</link>
      <guid>https://dev.to/dhanik_keraliya_203d17c68/i-built-a-real-time-security-scanner-for-laravel-inp</guid>
      <description>&lt;p&gt;🚀 I built a real-time security scanner for Laravel (and here’s why)&lt;/p&gt;

&lt;p&gt;Most Laravel developers use tools like PHPStan for code quality.&lt;/p&gt;

&lt;p&gt;But when it comes to &lt;strong&gt;security scanning&lt;/strong&gt;, the options are either:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Too complex&lt;/li&gt;
&lt;li&gt;Too limited&lt;/li&gt;
&lt;li&gt;Or just dependency-based&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I built &lt;strong&gt;Laravel SecureScan&lt;/strong&gt;.&lt;/p&gt;




&lt;p&gt;🔐 It scans your codebase for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;SQL Injection&lt;/li&gt;
&lt;li&gt;XSS vulnerabilities&lt;/li&gt;
&lt;li&gt;Hardcoded secrets&lt;/li&gt;
&lt;li&gt;Misconfigurations&lt;/li&gt;
&lt;li&gt;And more...&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;💡 What makes it different?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;CLI-based scanning&lt;/li&gt;
&lt;li&gt;Live dashboard (real-time updates)&lt;/li&gt;
&lt;li&gt;Severity charts&lt;/li&gt;
&lt;li&gt;Ignore rules support&lt;/li&gt;
&lt;li&gt;No queue required&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Web View&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9uobyuvpdewcz7h68izh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9uobyuvpdewcz7h68izh.png" alt=" " width="800" height="397"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;CLI View&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd27qzfjd5lliyn7x0i7z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd27qzfjd5lliyn7x0i7z.png" alt=" " width="800" height="618"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;📦 Try it:&lt;/p&gt;

&lt;p&gt;composer require dhanikkeraliya/laravel-securescan&lt;/p&gt;




&lt;p&gt;I’m actively improving it and would love feedback from the community 🙌&lt;/p&gt;

&lt;p&gt;If you find it useful, give it a ⭐&lt;/p&gt;

&lt;h1&gt;
  
  
  Laravel #PHP #Security #OpenSource
&lt;/h1&gt;

</description>
      <category>laravel</category>
      <category>php</category>
      <category>opensource</category>
      <category>security</category>
    </item>
  </channel>
</rss>
