
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
squad-station-2
Advanced tools
Message routing and orchestration for AI agent squads — stateless CLI, no daemon.
Squad Station routes messages between an AI orchestrator and N agents running in tmux sessions. Provider-agnostic: works with Claude Code, Gemini CLI, or any AI tool.
npx squad-station-2@latest install --tui
The interactive TUI guides you through setup — press y to launch the init wizard, which generates squad.yml and starts your squad automatically.
Step 1 — Install and follow the TUI wizard (see above)
Step 2 — Open the monitor:
squad-station open
Step 3 — Send a task:
squad-station send my-app-claude-code-backend --body "Implement the /api/health endpoint"
Step 4 — Monitor your fleet:
squad-station monitor # Interactive TUI — live agent pane viewer (recommended)
squad-station fleet # Fleet overview — tasks, busy duration, alignment per agent
squad-station browser # Browser dashboard — React Flow graph visualization
squad-station open # Attach to tmux tiled view of all agent panes
squad-station ui # TUI dashboard
squad-station status # Text overview
squad-station list # Message queue
| Command | Description |
|---|---|
squad-station init | Launch squad from squad.yml — creates DB, tmux sessions, hooks |
squad-station init --tui | Interactive TUI wizard — generate squad.yml, then launch |
squad-station send <agent> --body "<task>" | Send a task to an agent |
squad-station signal $TMUX_PANE | Signal agent completed its task |
squad-station monitor | Interactive TUI — live agent pane viewer |
squad-station fleet | Fleet status overview — tasks, busy duration, alignment |
squad-station browser | Browser dashboard — React Flow graph with live WebSocket updates |
squad-station clone <agent> | Clone an agent with auto-incremented naming |
squad-station open | Attach to tmux monitor session |
squad-station list | List messages |
squad-station agents | List agents with live status |
squad-station status | Project and agent summary |
squad-station view | Open tmux tiled view of all agents |
squad-station ui | Interactive TUI dashboard |
squad-station close | Kill all squad tmux sessions |
squad-station reset | Kill sessions, delete DB, relaunch |
MIT
FAQs
Message routing and orchestration for AI agent squads
The npm package squad-station-2 receives a total of 333 weekly downloads. As such, squad-station-2 popularity was classified as not popular.
We found that squad-station-2 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.