
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.
genbox-agent
Advanced tools
Unified agent for monitoring and controlling AI CLI sessions (Claude Code, Gemini CLI, OpenAI Codex) in genbox VMs
Unified daemon for monitoring and controlling AI CLI sessions (Claude Code, Gemini CLI, OpenAI Codex) locally or in remote VMs.
You typically don't need to install this manually. Both the Genbox CLI and Genbox Desktop app will automatically install and manage the daemon for you.
If you want to install it globally (optional):
npm install -g genbox-agent
The daemon is typically started automatically by:
npx genbox-agent on demandTo start manually:
genbox-agent --native --server
# Show version
genbox-agent --version
# Show help
genbox-agent --help
# Start daemon with HTTP/WebSocket server (for desktop app)
genbox-agent --native --server
# Start daemon without server
genbox-agent --native
# Custom port
genbox-agent --native --server --port 8080
When running with --server, the daemon exposes:
| Endpoint | Method | Description |
|---|---|---|
/health | GET | Health check and version info |
/api/sessions | GET | List all sessions |
/api/sessions/:id | GET | Get session details |
/api/sessions/:id/messages | GET | Get session messages |
/api/sessions/:id/prompt | POST | Send prompt to session |
| Variable | Description |
|---|---|
GENBOX_ID | Instance ID (for cloud mode) |
GENBOX_TOKEN | Auth token (for cloud mode) |
| Option | Description |
|---|---|
--native | Run in local mode (no cloud connection) |
--server | Enable HTTP/WebSocket server |
--port <port> | Server port (default: 47191) |
--control-token | Authentication token for API |
--no-sync | Disable background sync |
~/.claude/projects/~/.genbox/data/agent.db~/.genbox/daemon.log~/.genbox/locks/MIT
FAQs
Unified agent for monitoring and controlling AI CLI sessions (Claude Code, Gemini CLI, OpenAI Codex) in genbox VMs
We found that genbox-agent 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.