
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@agentradar/agentkit
Advanced tools
Coinbase AgentKit action provider for AgentRadar — let any AgentKit agent verify a wallet/agent's trust score before interacting or paying.
A Coinbase AgentKit action provider that lets any AgentKit agent verify a wallet/agent's trust before interacting with or paying it.
"Verify before you transact" — the safety primitive for autonomous agents, as a one-line AgentKit action.
| Action | Description |
|---|---|
verify_agent | AgentRadar trust score (0-100), verdict, and risk flags for an EVM address. |
get_trust_badge | An embeddable AgentRadar badge image URL (SVG). |
npm install @agentradar/agentkit
import { AgentKit } from "@coinbase/agentkit";
import { agentRadarActionProvider } from "@agentradar/agentkit";
const agentkit = await AgentKit.from({
walletProvider,
actionProviders: [
agentRadarActionProvider(), // defaults to https://api.vvpro.ai
// ...your other providers
],
});
Now the LLM can call verify_agent before, say, sending funds or accepting a job:
"Before paying 0xABC… for this task, verify it with AgentRadar." →
verify_agent({ address: "0xABC…" })→"AgentRadar trust for 0xabc…: 12/100 (BLOCKED). Risk flags: [high] known scam wallet…"
agentRadarActionProvider({ baseUrl: "https://api.vvpro.ai", apiKey: process.env.AGENTRADAR_API_KEY });
Built with the current customActionProvider API (no decorators). Before publishing or opening a PR to coinbase/agentkit, pin the installed @coinbase/agentkit version and run npm run typecheck.
MIT © AgentRadar
FAQs
Coinbase AgentKit action provider for AgentRadar — let any AgentKit agent verify a wallet/agent's trust score before interacting or paying.
We found that @agentradar/agentkit 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
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

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.