@ruizrica/agent-pi
Multi-agent orchestration suite for Pi — 6 modes, 43 extensions, 11 themes
Install
pi install npm:@ruizrica/agent-pi
Installs from npm into ~/.pi/agent/.
Add -l for project-local (.pi/). Manage with pi list / pi update / pi remove.
What this package can reach
Detected automatically from the source at
version 2.1.0.
This describes access, not safety — you decide whether it's appropriate for what
the package claims to do.
- Behavior — Changes how the agent thinks Modifies the system prompt, injects messages, or rewrites conversation context.
- Commands — Runs shell commands Spawns processes on your machine.
- Credentials — Handles your API keys Reads or passes provider credentials. Highest-trust capability there is.
- Files — Reads files outside your project Touches paths beyond the working directory, such as your home folder.
- Intercepts tools — Can block or rewrite tool calls Subscribes to tool_call/tool_result/input. Can change a command after you approved the one displayed.
- Keystrokes — Reads raw terminal input Hooks ui.onTerminalInput, so it sees what you type. Legitimate for shortcut handling; the same access a keylogger needs.
- Network — Talks to the internet Makes outbound network requests. Check the destinations are ones you expect.
- Subagents — Spawns agents or sessions Runs additional agents. Ask whether it caps iterations and spend.
- Tool control — Can switch pi's tools on and off Calls setActiveTools, so it can disable built-ins — including safety-relevant ones.
- New tools — Adds model-callable tools Gives the agent new abilities. Additive and visible, unlike an override.
- UI — Draws its own interface Renders widgets, footers, dialogs or full-screen views.
Network destinations found in the source (3)
raw.githubusercontent.com · soundcn.xyz · www.cve.org
Static analysis only — addresses built at runtime won't appear here.
What it actually did when run
observedLoaded in a sandbox with no network, a read-only filesystem and a recording stand-in for pi's API. This is what it called — not what the source suggests it might.
Tools registered run_chaindispatch_agentshow_boardshow_cleanupcommander_taskcommander_sessioncommander_workflowcommander_speccommander_jiracommander_mailboxcommander_orchestrationcommander_dependencycommander_agentmailshow_reportdebug_captureshow_fileclose_viewercycle_memoryset_modenetwork_inspectadvance_phasedispatch_agentspipeline_statusshow_planshow_reportsshow_researchsafe_port_scansecurity_newsshow_security_reportsend_emailshow_soundsshow_spectaskscall_tooltool_searchask_usershow_chatweb_remote
Events subscribed agent_endagent_startbefore_agent_startcontextinputmessage_endmessage_updatesession_before_compactsession_compactsession_forksession_shutdownsession_startsession_switchsession_treetool_calltool_execution_endtool_execution_startturn_endturn_start
APIs called compactgetActiveToolsregisterCommandregisterMessageRendererregisterShortcutregisterToolsessionManager.getBranchsessionManager.getSessionFilesetActiveToolsui.notifyui.setWidgetwaitForIdle
1 call the source scan did not predict
waitForIdle
Reached through a value the scan could not follow — passed as an argument, stored on another object, or returned by a helper.
Run against version 2.1.0 on 2026-08-02.
Registration-time behaviour under default settings; other configurations may differ.
Reviews
0 publishedSign in with GitHub to write a review, reply, or vote.
No reviews yet — be the first.
More in Orchestrators
- @kky42/pi-subagents — Claude Code-style subagents for pi.
- pi-agentteam — Multi-agent team orchestration for pi — leader-coordinator pattern with researcher, planne…
- @usirin/pi-loop — Claude Code-style /loop command for pi-coding-agent.
- pi-btw — A pi extension for parallel side conversations with /btw