Machine-consumable web3 integration-risk decision for buyer agents ($0.10)
Machine-consumable web3 integration-risk decision for buyer agents ($0.10).
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.1listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://x402-integration-risk.vercel.app/v1/decide/integration-risk
| Category | Everything else |
|---|---|
| Provider host | x402-integration-risk.vercel.app |
| Networks | eip155:84532 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 6 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"body": {
"intended_integration": "bridge USDC into our agent wallet",
"repository": "https://github.com/org/repo"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"intended_integration": {
"description": "What the buyer agent plans to integrate",
"type": "string"
},
"repository": {
"description": "GitHub repo URL or owner/name",
"type": "string"
}
},
"required": [
"repository",
"intended_integration"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}