
Security News
Open VSX Unblocks Extension IDs Used in Malware Campaign
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.
@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 3 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.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.