nx_ivvguard_gate.nx
buildroot/runtime/nx_ivvguard_gate.nx
about
nx_ivvguard_gate.nx -- proves the IV+V beat safety predicates BEFORE any forking or deleting code is
written (2026-08-07). Every case is a fabricated string; the gate has NO side effects at all.
The NEGATIVE cases are the point: each one is a specific way a plausible-looking implementation would
have been unsafe, so a passing run is evidence about the failure modes, not just the happy path.
expect_exit: 0 license_tier: ORIGINAL No hw writes (Rule 26).
dependencies 3 imports · 0 importers
imports: nx_ivvguard.nxnx_gate_verdict.nxnx_syscalls.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
| 10 | func gw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 11 | func row(name: *u8, ok: i64, ctr: *i64) -> i64 |
| 17 | func main() -> i64 |