Unnamed service
GET supplier-risk-api-production.up.railway.app/supplier-risk
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Supplier and vendor risk score for any company domain. Returns a 0-100 stability score, risk tier, and named risk flags, with subsignals: domain age/expiry (WHOIS), TLS certificate status, DNS health (A/MX/SPF/DMARC), and 30-day news sentiment. Use for supplier due diligence and third-party domain screening before purchasing from, integrating with, or paying an unfamiliar vendor or counterparty. Call GET /supplier-risk?domain=acme.com. JSON response, no API key, $0.15 USDC per request via x402.
Resource: supplier-risk-api-production.up.railway.app/supplier-risk
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x32fb20b949bf1606f01d344601571b5c56d07ed0
Payment methods: — · Last validation: 2026-09-14 16:10:04.042+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"description": "Company domain to assess (e.g. acme.com)"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"flags": {
"type": "array",
"items": {
"type": "string"
}
},
"domain": {
"type": "string"
},
"signals": {
"type": "object",
"description": "Per-signal detail: whois, ssl, dns, news"
},
"riskTier": {
"enum": [
"low",
"medium",
"high",
"critical"
],
"type": "string"
},
"riskScore": {
"type": "number",
"description": "0-100; higher = more stable"
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x32fb20b949bf1606f01d344601571b5c56d07ed0",
"amount": "150000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x32fb20b949bf1606f01d344601571b5c56d07ed0",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "150000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.