ClusterConcept
Type and Control-Flow Mismatch
cluster-8
Type checks and conditional logic silently fail because nullish, boolean, and type semantics are misapplied (e.g., undefined/null vs falsy, void vs string), letting impossible branches or wrong exception paths slip through and produce incorrect authentication/validation outcomes.