Overview
The codebase contains implementation stubs (TODO comments, placeholder returns, "not yet implemented" messages) across several modules. These stubs allowed the safety hardening spec (#4, #6) to be implemented with correct architecture and passing tests, but need to be replaced with real functionality before deployment.
422 tests pass with stubs in place — the stubs are structured to be safe-by-default (reject, deny, return error) rather than silently accepting.
Categories
CLI wiring (main.rs + cli/)
All 5 CLI command groups print "not yet implemented." The subcommand structs exist in src/cli/ but aren't wired into main.rs.
Sandbox VM lifecycle
VM drivers have real process management structure but actual hypervisor API calls are TODOs.
Attestation & crypto
Structural verification works but full certificate-chain validation is pending.
Identity & verification
BrightID integration is structured but needs HTTP client.
Infrastructure
Network
Overview
The codebase contains implementation stubs (TODO comments, placeholder returns, "not yet implemented" messages) across several modules. These stubs allowed the safety hardening spec (#4, #6) to be implemented with correct architecture and passing tests, but need to be replaced with real functionality before deployment.
422 tests pass with stubs in place — the stubs are structured to be safe-by-default (reject, deny, return error) rather than silently accepting.
Categories
CLI wiring (main.rs + cli/)
All 5 CLI command groups print "not yet implemented." The subcommand structs exist in
src/cli/but aren't wired intomain.rs.Sandbox VM lifecycle
VM drivers have real process management structure but actual hypervisor API calls are TODOs.
Attestation & crypto
Structural verification works but full certificate-chain validation is pending.
Identity & verification
BrightID integration is structured but needs HTTP client.
Infrastructure
Network