DELXCOMMERCE Live contract

Web and API intelligence · utility

Delx Security Txt Inspect

Find security.txt contacts, disclosure policy, and trust links for a domain (x402)

x402utilitysecurity.txtsecuritytrust

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/security-txt-inspect -m POST -H 'x-delx-source: product-page' --max-amount 0.01 -b '{"url":"https://example.com"}'
InputPOST /api/v1/x402/security-txt-inspect
{
  "url": "https://example.com"
}
Delivered resultapplication/json
{
  "tool_name": "util_security_txt_inspect",
  "result": {
    "security_txt_url": "https://example.com/.well-known/security.txt",
    "found": true,
    "contacts": [
      "mailto:security@example.com"
    ],
    "policies": [
      "https://example.com/security-policy"
    ],
    "expires": "2030-01-01T00:00:00Z"
  }
}

Machine-readable evidence

Inspect before paying.