# I built a free cybersecurity scanner that gives any website a security score — here's how

> Source: <https://dev.to/ghana_cyber_31c4e6b67e573/i-built-a-free-cybersecurity-scanner-that-gives-any-website-a-security-score-heres-how-1p2b>
> Published: 2026-06-14 23:25:29+00:00

I spent the last few weeks building SecureCheck AI — a free web-based cybersecurity intelligence platform for developers.

Here is what it does:

*How I know it works*

I ran it on my own site and got 75/100. The report said I was missing a Content-Security-Policy header. I added 10 lines to my vercel.json. Ran it again — 100/100. That is exactly what this tool is built for.

*What makes it different*

Most security scanners are paid, complicated, or built for enterprise teams. This one is free, runs in the browser, and gives developers plain English explanations with exact fix recommendations.

*Try it here:*

[https://securecheck-ui.vercel.app](https://securecheck-ui.vercel.app)

*Modules available right now:*

Built with React, Tailwind, Node.js on Render, and Groq AI.

Would love feedback from the security community — what other checks should I add?
