{
"names": [
"www.example.com",
"edge.example.net",
"origin.example.net"
],
"max_hops": 8
}
Web and API intelligence · web-api-intelligence
DNS Cname Chain Check
DNS Cname Chain Check: DNS Cname Chain Check checks a caller-supplied CNAME chain for loops and hop budget from bounded caller-supplied values without an external provider. Call DNS Cname Chain Check before trusting a caller-supplied CNAME chain that may loop or exceed hop budget. Returns normalized web evidence, the computed finding, and an explicit pass or advisory status for DNS Cname Chain Check as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-party, stateless, memory-only execution with no paid upstream, live RPC, web search, credentials, custody, signing, media generator, or input retention. Honest limit: Evaluates only caller-supplied metadata; it performs no DNS lookup, HTTP request, web search, credential use, or persistent storage. Advisory output only; the buyer owns authorization, payment policy, and production decisions.
One-command purchase
Run it from an agent.
No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/dns-cname-chain-check -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"names":["www.example.com","edge.example.net","origin.example.net"],"max_hops":8}'
{
"schema": "delx/util-dns-cname-chain-check/v1",
"operation": "web_reliability:dns_cname_chain_check",
"status": "pass",
"result": {
"names": [
"www.example.com",
"edge.example.net",
"origin.example.net"
],
"hops": 2,
"loop": false,
"within_budget": true
},
"evidence": {
"input_sha256": "5413dc5bf3dab733024514776f9526adadb0c9c3253d4fd4df6f85ea895c49ef",
"retained": false,
"external_calls": 0
}
}
Machine-readable evidence