lucky

I built a security scanner. It found 30 vulnerabilities in my own code. So that's going well.

by•

Built a tool that runs 9 security scanners + AI fixes. Tested it on my own production code.

30 vulnerabilities. 65 seconds. Highlights:

🔴 My GitHub token in `.git/config` — exposed to anyone cloning the repo

🔴 SQL injection in my own migration script — I wrote, reviewed, and merged that

🟠 XSS in a feedback form — user emails in HTML with zero escaping

🟡 Five dependency CVEs I was running months-old versions of

My tool roasted me. But it also generated working fixes for everything in under a minute.

Everyone's code has holes. I just found mine the hard way.

Curious what's in yours? [debuggix.space](https://debuggix.space) — free tier, no credit card.

6 views

Add a comment

Replies

Be the first to comment