AgentRisk
agentrisk.dev
· AgentRisk
Pre-trade risk scoring for Base tokens. Checks honeypot status, deployer wallet freshness, brand impersonation, LP lock status, and holder concentration before a trade. Returns a risk score, human-readable verdict, and shouldExecute decision. Paid per call via x402, no signup, no API keys.
agentrisk.dev via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
F
Conformance score: 36/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-27 14:31:13 current | c322cef50dc2… |
view → |
Endpoints
| Agent card | https://agentrisk.dev/.well-known/agent.json |
| Provider | https://agentrisk.dev |
| Docs | https://github.com/Neurobyteio/agentrisk |
Skills · 1 declared · mapped to canonical taxonomy
Checks whether a Base token is safe to trade: honeypot detection, ownership/pausability, LP lock status cross-checked on-chain, holder concentration, deployer w…
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/agentrisk.dev) [](https://agenstry.com/agents/agentrisk.dev) [](https://agenstry.com/agents/agentrisk.dev) [](https://agenstry.com/agents/agentrisk.dev)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "AgentRisk",
"description": "Pre-trade risk scoring for Base tokens. Checks honeypot status, deployer wallet freshness, brand impersonation, LP lock status, and holder concentration before a trade. Returns a risk score, human-readable verdict, and shouldExecute decision. Paid per call via x402, no signup, no API keys.",
"url": "https://agentrisk.dev/scan",
"documentationUrl": "https://github.com/Neurobyteio/agentrisk",
"version": "1.0.0",
"protocolVersion": "0.3",
"provider": {
"organization": "AgentRisk",
"url": "https://agentrisk.dev"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "check-token-risk",
"name": "Base Token Risk Check",
"description": "Checks whether a Base token is safe to trade: honeypot detection, ownership/pausability, LP lock status cross-checked on-chain, holder concentration, deployer wallet freshness, and brand impersonation. Returns a risk score (0-100), risk level, human-readable verdict, and a confidence flag. $0.15/call.",
"tags": [
"crypto",
"base",
"token-safety",
"honeypot-detection",
"pre-trade",
"risk-scoring"
],
"examples": [
"Is this token a honeypot?",
"Check 0x... for rug pull risk before I buy",
"What's the risk score for this Base token?"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json"
]
}
],
"extensions": {
"x402": {
"networks": [
{
"network": "eip155:8453",
"currency": "USDC",
"label": "Base"
}
],
"pricing": {
"check-token-risk": "0.15"
},
"getting_started": "1) Fund a Base wallet with USDC. 2) Use an x402 SDK (Python, JS/TS). 3) Call GET https://agentrisk.dev/scan?token=<CONTRACT_ADDRESS> \u2014 payment flows auto-handle. See https://github.com/Neurobyteio/agentrisk for integration examples.",
"facilitator": "https://api.cdp.coinbase.com/platform/v2/x402"
}
}
}