Skip to main content

Module review

Module review 

Source
Expand description

The Code Review Engine.

killer review looks at what a change added (via git diff) and reviews only those lines. It combines two sources of findings:

  1. the existing Phase 1 rules (secrets, dangerous commands, …), restricted to added lines, and
  2. review-specific heuristics — currently concurrency/transaction safety, e.g. an unguarded balance -= amount that can race.

Functions§

review
Review the added lines of changed files under root.