code wiki / (root) / nx_adversarial_census.nx

nx_adversarial_census.nx

buildroot/runtime/nx_adversarial_census.nx

7887 B64 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic adversarial
docsdependenciesstructsconstsfunctions

about

nx_adversarial_census.nx -- HONEST measure of the ecosystem's ADVERSARIAL-VERIFICATION coverage vs the 2026 SOTA bar (grounded by nx_adversarial_research -> knowledge/library/adv_*). Operator 2026-07-02: "we need the nishi teams adversarial work to get to s-class exceed ... researcher + census hammer down what we need." For each adversarial capability: HAVE iff a real sovereign organ opens on disk (no-false-green, auditor discipline -- existence != full correctness, that is the per-organ ratchet); GAP = the TEAM must build it = the ROADMAP. permille = have*1000/total. Goal 1000 = every adversarial technique the SOTA embodies has a sovereign organ. license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_gate.nx nx_adversarial_census.nx

imports: nx_gate.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main gw sys_write ax ax_have gw ↻ gn sys_write ↻ sys_mmap

structs

none

consts

none

functions

9func ax_have(path: *u8) -> i64 { let fd: i64 = sys_openat_rd(path); if fd < 0 { return 0 } sys_close(fd); return 1 }
called by 1: ax
10func ax(label: *u8, path: *u8, note: *u8, have: *i64, tot: *i64) -> i64
called by 1: main calls 2: ax_havegw
18func main() -> i64
calls 3: gwaxgn