
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.
@sleekwp/agent
Advanced tools
Local agent server that connects SleekWP plugins to Claude Code CLI via WebSocket
Local agent server that connects SleekWP plugins to Claude Code CLI via WebSocket.
Runs a WebSocket server on your machine that:
The SleekWP plugin frontend connects via ws://localhost:5733 and renders an interactive terminal using xterm.js.
npx @sleekwp/agent
Requires Claude Code to be installed and authenticated.
Browser (SleekWP plugin) @sleekwp/agent (your machine)
xterm.js terminal ◄──────────► WebSocket server (:5733)
Canvas file editor ◄──────────► │
├── node-pty (spawns claude CLI)
├── chokidar (watches file changes)
└── temp dir with synced files
--permission-mode acceptEdits--continue| Message | Description |
|---|---|
session:start | Start a new session with files, dimensions, theme, and optional CLAUDE.md |
session:stop | Stop and destroy a session |
terminal:input | Send terminal input (keystrokes) |
terminal:resize | Resize the terminal |
| Message | Description |
|---|---|
session:ready | Session started, terminal is live |
session:ended | Session was stopped or Claude Code exited |
terminal:output | Terminal output data |
files:changed | Files modified by Claude Code |
files:deleted | Files deleted by Claude Code |
error | Error message |
The agent is zero-config. It uses port 5733 and auto-detects the Claude Code binary.
Theme is synced by temporarily setting ~/.claude.json before spawning, then restoring to the OS default after 3 seconds.
npm run dev # Start with tsx watch
npm run build # Build with tsup
npm run test # Run test suite
MIT
FAQs
Local agent server that connects SleekWP plugins to Claude Code CLI via WebSocket
We found that @sleekwp/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.