nx_adversarial_census.nx
buildroot/runtime/nx_adversarial_census.nx
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
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
structs
| none |
consts
| none |
functions
| 9 | func 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 |
| 10 | func ax(label: *u8, path: *u8, note: *u8, have: *i64, tot: *i64) -> i64 |
| 18 | func main() -> i64 |