AntiPattern

Silent Mismatch From Defaults

silent-mismatch-from-defaults

Schema defaults, truncation, and conditional gates silently reshape inputs before downstream checks (guards, traversals, edge endpoint matching), so the model evaluates a “cleaned” or incomplete view and the intended constraint or test coverage never actually applies.