code wiki / _hdl_build / nx_cred_admin.nx

nx_cred_admin.nx

buildroot/runtime/_hdl_build/nx_cred_admin.nx

3852 B69 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

about

nx_cred_admin.nx -- CREDENTIAL-REQUEST ADMIN VIEW (operator 2026-06-13: flag API-key needs as a process + an admin UI to provide them). Sovereign: reads knowledge/registry/cred_requests.tsv (the flag list) and renders knowledge/cred_admin.html (the admin UI the operator opens). The operator provides the key to the sovereign vault (nx_password_vault, never git) -> status PROVIDED -> the API lane reads it. DATA -> HTML view, no 3rd-party. Re-run via renameat (no-trunc landmine).

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_cred_admin.nx

imports: nx_syscalls.nx

imported by: nobody (leaf or entry point)

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

main sys_mmap sys_openat_rd sys_read sys_close sys_openat_wr ca_w sys_write sys_write ↻ sys_renameat

structs

none

consts

7const K_MAGIC_65536: i64 = 65536
8const K_MAGIC_65535: i64 = 65535

functions

10func ca_w(fd: i64, s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(fd, s, n); return 0 }
called by 1: main calls 1: sys_write
12func main() -> i64