<?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: Har Har</title>
    <description>The latest articles on DEV Community by Har Har (@har_har_87034da9a575fed90).</description>
    <link>https://dev.to/har_har_87034da9a575fed90</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3994566%2F9ba3bfec-3a6b-46f1-bec9-4353a44239c8.png</url>
      <title>DEV Community: Har Har</title>
      <link>https://dev.to/har_har_87034da9a575fed90</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/har_har_87034da9a575fed90"/>
    <language>en</language>
    <item>
      <title>I built a self-hosted Security Audit &amp; System Health toolkit for Filament PHP v3</title>
      <dc:creator>Har Har</dc:creator>
      <pubDate>Sat, 20 Jun 2026 19:27:24 +0000</pubDate>
      <link>https://dev.to/har_har_87034da9a575fed90/i-built-a-self-hosted-security-audit-system-health-toolkit-for-filament-php-v3-5887</link>
      <guid>https://dev.to/har_har_87034da9a575fed90/i-built-a-self-hosted-security-audit-system-health-toolkit-for-filament-php-v3-5887</guid>
      <description>&lt;p&gt;Hey everyone,&lt;/p&gt;

&lt;p&gt;While working on a few SaaS projects using Filament PHP v3, I realized I needed a quick, automated way to audit app security and monitor server health directly from the admin panel—without paying for heavy third-party monthly subscriptions.&lt;/p&gt;

&lt;p&gt;So, I spent the last few days building &lt;strong&gt;LaraGuard&lt;/strong&gt;. It integrates natively with Filament and handles:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Security Audit:&lt;/strong&gt; Real-time analysis of &lt;code&gt;.env&lt;/code&gt; configurations (Debug mode, APP_KEY, weak DB passwords, etc.).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Package Scanner:&lt;/strong&gt; Deep analysis of &lt;code&gt;composer.lock&lt;/code&gt; against official security advisory databases to detect vulnerable packages.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;System Health:&lt;/strong&gt; Server insights, disk space tracking, and an interactive interface to view/clear Laravel logs.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's fully self-hosted, lightweight, and takes less than 2 minutes to drop into any existing Filament project.&lt;/p&gt;

&lt;p&gt;I just published the first release on Gumroad for $15. I'd love to get your thoughts on the UI, what features you think are missing, or any feedback from fellow Laravel devs!&lt;/p&gt;

&lt;p&gt;🔗 Check it out here: &lt;a href="https://hharvest.gumroad.com/l/qvvae" rel="noopener noreferrer"&gt;https://hharvest.gumroad.com/l/qvvae&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks!&lt;br&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Frqcx7i63bpv4fi8tfmmh.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Frqcx7i63bpv4fi8tfmmh.png" alt=" " width="800" height="183"&gt;&lt;/a&gt;&lt;/p&gt;

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