These last months I have created many projects and with the help of Claude produced code sometimes faster than I could review it. That is why I created vultest, my goal is to have a solution that will evaluate my code base (and later, each PR’s) to check if I have introduced vulnerabilities, bugs or even regressions. This is the first version, I am hoping to collect feedback from the community. Scanning your codebase and seeing the vulnerabilities it contains is free and it even opens PRs automatically with the fix.
Any feedback is welcome :)