
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
@strideos/agent-bridge
Advanced tools
Connect your local machine to Stride's AI agent workforce dashboard. Runs Claude Code, Codex, or other CLI agents locally using your subscription.
Connect your local machine to the Stride AI agent workforce dashboard. Run Claude Code, Codex, or other CLI agents locally using your own subscription while managing them from the Stride web dashboard.
npx @stride/agent-bridge connect --token YOUR_TOKEN
https://app.strideagents.com# Using npx (no install needed)
npx @stride/agent-bridge connect --token YOUR_TOKEN
# Or install globally
npm install -g @stride/agent-bridge
stride-bridge connect --token YOUR_TOKEN
Now when the agent receives tasks from the dashboard, they'll execute on your machine using your local Claude Code CLI.
stride-bridge connect [options]
Options:
-t, --token <token> Bridge connection token (required)
-s, --server <url> Stride server URL (default: https://app.strideagents.com)
-c, --command <cmd> Agent CLI to use (default: claude)
-p, --poll-interval <ms> Poll interval in ms (default: 5000)
Stride Dashboard (web)
│
│ "Run this prompt"
▼
Your Machine (this bridge)
│
│ spawns: claude -p "prompt" --output-format json
▼
Claude Code CLI (your subscription)
│
│ result + cost
▼
Stride Dashboard (displays result)
# Use Codex instead of Claude
stride-bridge connect --token YOUR_TOKEN --command codex
# Use a custom agent CLI
stride-bridge connect --token YOUR_TOKEN --command "my-agent"
import { AgentBridge } from "@stride/agent-bridge"
const bridge = new AgentBridge({
token: "your-token",
serverUrl: "https://app.strideagents.com",
agentCommand: "claude",
})
const connection = await bridge.connect()
console.log("Connected:", connection.name)
// Bridge runs until disconnected
process.on("SIGINT", () => bridge.disconnect())
FAQs
Connect your local machine to Stride's AI agent workforce dashboard. Runs Claude Code, Codex, or other CLI agents locally using your subscription.
The npm package @strideos/agent-bridge receives a total of 11 weekly downloads. As such, @strideos/agent-bridge popularity was classified as not popular.
We found that @strideos/agent-bridge 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.

Research
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.