DELXCOMMERCE Live contract

Web and API intelligence · web-api-intelligence

DNS DS Record Shape Check

DNS DS Record Shape Check: DNS DS Record Shape Check checks DS key tag, algorithm, digest type, and hex digest shape from bounded caller-supplied values without an external provider. Call DNS DS Record Shape Check before accepting a DS record's key tag, algorithm, digest type, and hex digest shape. Returns normalized web evidence, the computed finding, and an explicit pass or advisory status for DNS DS Record Shape 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.

webhttpreliability

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-ds-record-shape-check -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"record":"12345 13 2 AABBCCDDEEFF00112233445566778899"}'
InputPOST /api/v1/x402/dns-ds-record-shape-check
{
  "record": "12345 13 2 AABBCCDDEEFF00112233445566778899"
}
Delivered resultapplication/json
{
  "schema": "delx/util-dns-ds-record-shape-check/v1",
  "operation": "web_reliability:dns_ds_record_shape_check",
  "status": "pass",
  "result": {
    "fields": [
      "12345",
      "13",
      "2",
      "AABBCCDDEEFF00112233445566778899"
    ],
    "shape_valid": true
  },
  "evidence": {
    "input_sha256": "a69862261e69c93a8f7120d0e41aa81cea43bd695982dc546ebd3e8b6b87f8ad",
    "retained": false,
    "external_calls": 0
  }
}

Machine-readable evidence

Inspect before paying.