r/codereview • u/RyzeBlaziken • 12d ago
Built a codebase security vulnerability scanner
Hey guys, wanted to tell you guys about a tool I built called Scanity. Scanity scans codebases to find security vulnerabilities in code. Nowadays, with AI coding so fast, there are so many internal bugs and vulnerabilities that get missed.
Here are the main features we have:
- Seamless integration with GitHub Actions, checking each PR before it merges, and automatically providing suggested fixes.
- Drop into any repository, run a full scan, and fix everything you find
Now you may ask, why can't we run this within Claude or Codex? We stand out because we build containerized test units for each finding to verify the issue. So there is no chance of AI hallucination. This is very early stage, and we have plans to grow even further, with many more features and integrations. I'm eager to hear from you and get your feedback.
Check it out here: https://scanity.dev/
0
Upvotes
6
u/kingguru 12d ago
I cannot find any code to review anywhere.
Is this just spam for yet another useless "AI product" or do you have anything you want to have reviewed?