Skip to content

Code Security

Find it in the code, not just in production

Static analysis, dependency and secret scanning on the repositories you authorize — ranked by whether the code is actually reachable, and linked to what the web scanner sees from outside.

northfield/api · src/orders/query.ts
86const id = req.query.id;
87 
88db.query(`SELECT * FROM orders WHERE id=${id}`)
89 

Also confirmed at runtime

Web Security finding WS-2469 exploited this parameter on shop.mercerbrand.com, which raises this to Critical.

Reachability before noise

A vulnerable dependency you never call is not the same as one on a request path, and the severity says so.

Secrets stay redacted

Detected credentials are masked, revealing them is audit-logged, and Sightrove never tests them against a live service.

Patches you review

Nothing is committed or merged without an explicit action from you — a fix starts as a review, not a surprise.

Infrastructure as code

Terraform, Docker and Kubernetes are checked for permissive storage, open groups and missing encryption.

Web-to-code correlation

A runtime finding links back to the exact code that caused it, and can raise its severity when it does.

Nothing tested live

Static analysis stays static. Public secrets are reported, never exercised.