Safe by design
Security tooling can do harm if it’s pointed at the wrong place. CodeReviewer keeps the two modes apart. Passive checks (headers, transport, cookies, known-vulnerable libraries) send nothing an attacker would, so they’re safe anywhere. Active scanning does probe for vulnerabilities, so it stays locked until you prove you own the domain with a DNS record or a well-known file. We keep re-checking that ownership over time.
From report to pull request
A finding in a PDF rarely gets fixed. In CodeReviewer, each security finding becomes an issue. It’s traced to the place in your code where the fix belongs, and the fix can be written, checked and opened as a pull request. Security work goes through the same review flow as everything else.