node9 with Pi

Control modelextensionSees every tool callyesPrompt scanningyes

node9 sees every tool call Pi makes, through a node9 extension that runs inside the agent, including the ! shell side channel.

Pi is protected by a node9 extension rather than hooks or MCP.

SurfaceHow node9 is wiredWhat it does
Every tool calltool_call in ~/.pi/agent/extensions/node9.jsallow / review / block before the tool runs
Promptsinputprompt secret scan
The ! / !! shell side channeluser_bashgated like any other command
Every tool resulttool_resultaudit record, and output redaction in place

Set it up

node9 agents add pi

node9 init does this for every agent it detects on the machine. Either command is safe to re-run; it repairs a hook that an agent update removed and leaves everything else alone.

What is not covered

  • MCP servers are not wrapped for Pi.
  • Cost is not tracked for Pi.

Verify it on this machine

node9 doctor                                   # is the hook (or MCP wrap) actually in place?
node9 explain Bash 'cat ~/.ssh/id_rsa'         # shows the verdict the live hook enforces: BLOCK

node9 explain prints the exact rule that fires and where the decision came from. If doctor says the agent is not wired, the guard is not running, whatever the config looks like.

Every agent, side by side

node9 wires into twelve agents and the depth differs. The coverage matrix shows all of them in one table, including which ones node9 cannot see the shell of.