JS-101: HEAP/HASH/sort leaves read args[] past argc — OOB read from plain JS

Proposed by the 2026-07-07 jab multi-agent review; confirmed by both skeptic verifiers. The container leaves are the only bindings in the tree that skip the argc guard, so a short-armed call reads past the JSC argument array — undefined behavior reachable from any script.

Input

Context

Goals

Constraints

WIP

TODOs