DEV Community

Har Har
Har Har

Posted on

I built a self-hosted Security Audit & System Health toolkit for Filament PHP v3

Hey everyone,

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.

So, I spent the last few days building LaraGuard. It integrates natively with Filament and handles:

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

It's fully self-hosted, lightweight, and takes less than 2 minutes to drop into any existing Filament project.

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!

🔗 Check it out here: https://hharvest.gumroad.com/l/qvvae

Thanks!

Top comments (0)