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.
jheap_<lane>_push reads args1 and (via RDV) args2/args3 with no argc check (jab heap.hpp:56-68); same in jheap_*_pop (heap.hpp:70-82), every jhash_*_put/get/del (hash.hpp:76-111), and jsort_<lane> (hit.hpp:92-103).abc object, so jab --eval "abc._heap_u64_push(new BigUint64Array(4))" (argc=1) feeds a garbage JSValueRef to JSValueToNumber.if (argc < N) JABC_THROW(...) in the HEAP_DEF/HASH_DEF/SORT_LEAF prologues; suite stays green.