All connectors
Agent frameworks

ElizaOS

Seatbelt for web3 agents.

Inspects every ElizaOS step: composeState providers, tool-call args (including web3 signing), and memory writes. Built around the wallet-drain attack documented in the demo page.

Install

pnpm add @blackunicorn/bonklm-elizaos

Minimal example

import { AgentRuntime } from '@elizaos/core'
import { bonklmEliza } from '@blackunicorn/bonklm-elizaos'

const runtime = new AgentRuntime({ plugins: [bonklmEliza()] })
Related connectors