I built 'QuickAudit', a browser extension that runs ten OWASP-style security checks on whatever web page you're currently viewing (headers, cookie flags, mixed content, vulnerable JS libraries via OSV.dev, exposed files).
Before publishing, I pointed it at a corpus of 20 real-world websites- ten major security vendor sites and ten older enterprise properties - expecting a quick validation exercise to confirm everything worked.
Instead, it turned into a bug hunt. And the bugs were all mine.
Here are the three biggest false-positive traps I uncovered in my own code, and how testing against a live corpus changed the architecture.
Bug 1: I was auditing Cloudflare's challenge page and calling it your website







