DEV Community

Ghana Cyber
Ghana Cyber

Posted on

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

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

Here is what it does:

  1. Paste any website URL and get a security score from 0 to 100
  2. It checks real HTTP headers — CSP, X-Frame-Options, HTTPS redirects and more
  3. It tells you exactly what is missing and how to fix it
  4. It detects the tech stack of any website without touching their code
  5. It has a full domain intelligence module — WHOIS, DNS, SSL certificate check
  6. The AI assistant (powered by Groq Llama 3.3) answers security questions and analyzes code

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

Modules available right now:

  1. Security Scanner
  2. Technology Intelligence
  3. Domain Intelligence
  4. API Intelligence
  5. Payment Lab
  6. AI Security Assistant
  7. Community Hub

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

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

Top comments (0)