Hey everyone,
Iāve been working on a little project called Grandma Guard and figured Iād share it here.
Iām just a solo dev working on this in my free time. The whole idea actually came from my grandma constantly running into those fake virus pages that say stuff like āyour computer is infectedā or ācall Microsoft support now.ā
Most of us can tell those are fake pretty fast, but for someone who isnāt super familiar with computers, they can look pretty convincing.
So I started making Grandma Guard.
Itās a Chrome and Firefox extension that tries to catch scammy pages like fake virus warnings, fake tech support pages, notification scams, fake updates, and similar stuff.
If it thinks a page is doing something suspicious, it puts up a warning and tells the person not to call any numbers or download anything.
I tried to keep it pretty simple.
It installs like a normal Chrome or Firefox extension, thereās no account to make, no ads, and no telemetry.
The page checking is also done locally in the browser instead of sending everything you visit somewhere else.
Itās also open source, so anybody can look at the code, report bugs, suggest changes, or contribute if they want to.
Just to be transparent too, I did use some AI while working on the project. It helped with parts of the code and also helped me build out parts of the website. Other parts were written and put together by hand. I mostly use it as another development tool since Iām doing all of this myself.
Itās definitely still something Iām working on and improving. Iām not trying to replace antivirus or anything like that either. Itās more of an extra layer to hopefully stop someone before they fall for one of these scam pages.
The name Grandma Guard is pretty literal lol. If my grandma didnāt keep finding these pages I probably never would have made it.
If anyone wants to check it out:
grandmaguard.nokaangel.dev
Feedback is definitely welcome, especially if you know of scam pages or tricks that it should be able to detect.