Summary
Create a document (e.g., HOST_FUNCTIONS.md) that enumerates every host function exposed via the __dispatch JSON-RPC bridge, describing:
- Function name and parameters
- What it does on the host side
- Which CLI flag gates it (
--enable-tools, --mount, --net, --port, etc.)
- Attack surface / trust boundary considerations
This gives users and auditors a single place to understand the guest→host channel without reading the Rust source.
Summary
Create a document (e.g.,
HOST_FUNCTIONS.md) that enumerates every host function exposed via the__dispatchJSON-RPC bridge, describing:--enable-tools,--mount,--net,--port, etc.)This gives users and auditors a single place to understand the guest→host channel without reading the Rust source.