nx_login_census.nx
buildroot/runtime/nx_login_census.nx
about
nx_login_census.nx -- the MEASURED scoreboard for the LOGIN/IDENTITY system (operator 2026-06-22: "the whole
login management system needs to be s class exceed via hr ... s class cyber security but NOT s class snooping").
Grades the LIVE login substrate on two orthogonal axis-sets, NEVER self-scored: each cell is PROVEN by reading
the REAL organ source/gate on disk (PRESENT/EXCEEDS require the implementing symbol to EXIST; ABSENT requires it
to NOT exist = honest gap). Liar-kill BOTH directions. Anchored to the sovereign-fetched corpus
knowledge/fetched/idam_*.raw. Self-contained (only nx_syscalls).
SECURITY axes (s-class cyber) ......... SEC1..SEC7
NO-SNOOPING axes (privacy / not snooping) PRIV1..PRIV5
The incumbents (Okta/Auth0/Entra/Google) are S-class SECURITY *and* S-class SNOOPING; our exceed = match on
security, WIN on no-snooping. expect_exit: 0 license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_itoa_lib.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
| 13 | const K_MAGIC_262144: i64 = 262144 |
functions
| 15 | func lc_w(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 20 | func lc_n(v: i64) -> i64 { nxi_out(v); return 0 } |
| 21 | func lc_read(path: *u8, buf: *u8, cap: i64) -> i64 |
| 27 | func lc_exists(path: *u8) -> i64 { let fd: i64 = sys_openat_rd(path); if fd < 0 { return 0 } sys_close(fd); return 1 } |
| 28 | func lc_has(buf: *u8, n: i64, needle: *u8) -> i64 called by 1: lc_file_has |
| 36 | func lc_file_has(path: *u8, needle: *u8, buf: *u8, cap: i64) -> i64 |
| 40 | func lc_cell(cls: *u8, id: *u8, txt: *u8) -> i64 { lc_w(" ["); lc_w(cls); lc_w("] "); lc_w(id); lc_w(" "); lc_w(txt); lc_w("\n"); return 0 } |
| 42 | func main() -> i64 |