DELXCOMMERCE Live contract

Agent reliability and security · agent-reliability-security

Delx Cache Policy Audit

Audit cache headers for missing policy and sensitive public-cache exposure. Use it before an autonomous workflow acts on untrusted input, changes an API, retries a request, or evaluates production reliability. Returns bounded machine-readable JSON for $0.002 USDC via x402 on Base. Execution is deterministic, first-party, local-only, stateless, and does not call an upstream provider; structured validation failures are not billed.

x402agentsreliabilitysecuritylocal-firstcache

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/cache-policy-audit -m POST -H 'x-delx-source: product-page' --max-amount 0.002 -b '{"headers":{"access-control-allow-origin":"*"}}'
InputPOST /api/v1/x402/cache-policy-audit
{
  "headers": {
    "access-control-allow-origin": "*"
  }
}
Delivered resultapplication/json
{
  "schema": "delx/cache-policy-audit/v1",
  "risk": "review",
  "findings": [
    "cache_control_missing"
  ],
  "cache_control": null,
  "etag_present": false,
  "vary_present": false
}

Machine-readable evidence

Inspect before paying.