Risk Levels

Zeno uses four severity levels: Critical, High, Medium, and Low. Risk is always consequence-based — what happens if a bad change reaches production.

Critical

A bad change can cause:

Critical is rare. Zeno reserves it for paths where the blast radius is severe and often irreversible.

High

A bad change can cause:

High issues are usually reversible, but they affect users or external systems directly.

Medium

A bad change can cause:

Medium signals flag technical debt and complexity, not immediate production risk.

Low

A bad change affects:

Low-risk files are generally safe to clean up with confidence.


What does NOT make something Critical

Zeno will not mark a file Critical solely because:

These are maintainability signals, not severity signals. A messy file is at most Medium until its specific behavior carries severe production consequence.