
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
@utsam/agentbridge
Advanced tools
ElizaOS plugin for ICP blockchain integration via AgentBridge.
npm install @agentbridge/eliza-plugin
import { AgentBridgePlugin } from "@agentbridge/eliza-plugin";
const plugin = new AgentBridgePlugin({
canisterId: "your-canister-id",
host: "http://127.0.0.1:4943", // for local dev
});
await plugin.init();
// Get random number
const randomNum = await plugin.getRandomNumber(100);
// Sign Ethereum message
const signature = await plugin.signEthereumMessage(
new TextEncoder().encode("Hello")
);
// Fetch external URL
const data = await plugin.fetchUrl("https://api.example.com/data");
| Action | Description |
|---|---|
SIGN_ETHEREUM | Sign message with ECDSA |
SIGN_BITCOIN | Sign message with Schnorr |
GET_RANDOM | Get provably fair random number |
FETCH_URL | Fetch external data via HTTPS outcalls |
SEND_CHAT | Send message to OpenChat |
MIT
FAQs
AgentBridge plugin for ElizaOS - ICP blockchain integration
The npm package @utsam/agentbridge receives a total of 4 weekly downloads. As such, @utsam/agentbridge popularity was classified as not popular.
We found that @utsam/agentbridge 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
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.