
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@agentradar/eliza-plugin
Advanced tools
ElizaOS plugin for AgentRadar — a VERIFY_AGENT action so Eliza agents can check a wallet/agent's on-chain trust score before interacting or paying.
An ElizaOS plugin that gives your agent on-chain trust awareness via AgentRadar.
VERIFY_AGENT action — when a message contains an EVM address and asks about safety/trust, Eliza replies with the AgentRadar score, verdict, and risk flags.AGENTRADAR_TRUST provider — silently injects trust context for any address mentioned, so the agent reasons with it.npm install @agentradar/eliza-plugin
# or, once published to the registry: elizaos plugins add @agentradar/eliza-plugin
Add the plugin to your character and set the API URL (defaults to https://api.vvpro.ai):
import { agentRadarPlugin } from "@agentradar/eliza-plugin";
export const character = {
name: "MyAgent",
plugins: [agentRadarPlugin],
settings: {
AGENTRADAR_API_URL: "https://api.vvpro.ai",
// AGENTRADAR_API_KEY: "optional",
},
};
User: "Should I trust 0x2222…2222 before sending payment?" Agent: "AgentRadar trust for 0x2222…2222: 12/100 (BLOCKED). Risk flags: [high] known scam wallet. Report: https://api.vvpro.ai/verify?target=0x2222…"
Built against the current @elizaos/core Plugin/Action API. Before elizaos publish, pin @elizaos/core and run npm run typecheck. Registry is mid-migration — track elizaOS/eliza#8173.
MIT © AgentRadar
FAQs
ElizaOS plugin for AgentRadar — a VERIFY_AGENT action so Eliza agents can check a wallet/agent's on-chain trust score before interacting or paying.
The npm package @agentradar/eliza-plugin receives a total of 7 weekly downloads. As such, @agentradar/eliza-plugin popularity was classified as not popular.
We found that @agentradar/eliza-plugin 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.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.