# DYOE Trust Check — Website & Business Verification

> DYOE Trust Check — Website & Business Verification is a paid API for AI agents from dyoe-audit-verify.netlify.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Verifies the trustworthiness of a website, business, or endpoint and returns a verdict (safe/caution/avoid), a trust score, and identified red flags.

## Facts

- Endpoint: POST https://dyoe-audit-verify.netlify.app/verify
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dyoe-trust-check-website-business-verification-260561f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VhBOnM68ZVsbZUTiAtElT

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability dyoe-trust-check-website-business-verification-260561f3 -d '<json body>'
```

Example prompt: Before I pay this vendor, can you run a trust check on 'quickpay-invoices.com' and tell me if it's safe, flagged as caution, or something I should avoid — and list any red flags?

## When to prefer this

Use this endpoint when an agent or user needs a quick pre-transaction trust verdict on an unfamiliar website, vendor, or API endpoint before committing funds or sharing sensitive data. Particularly suited for x402 payment-gated workflows where automated due diligence is needed at low cost per call.

## Known failure modes

- Target domain not provided or malformed — returns error requiring valid ?target= parameter
- Unknown or unresolvable domain — may return low trust score with insufficient data warning
- Rate limiting or payment failure — returns 402 if USDC payment not processed
- Target is an IP address or non-standard URL that cannot be resolved to a business identity

## How this service works

DYOE Trust Check — is this counterparty safe? Scam, fraud, phishing & rug-risk check before an agent trusts or pays any website, business, wallet, or endpoint. Returns verdict (safe/caution/avoid) + trust_score + domain age + red_flags. The trust tollbooth of the agent economy. Input: ?target=domain

## Output

Returns a verdict of 'safe', 'caution', or 'avoid'; a numeric trust_score indicating overall trustworthiness; and a list of red_flags detailing specific concerns or suspicious signals found for the queried domain or business.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "body": {
     "type": "object",
     "additionalProperties": true
    },
    "queryParams": {
     "type": "object",
     "additionalProperties": true
    }
   }
  },
  "output": {
   "properties": {
    "body": {
     "type": "object",
     "additionalProperties": true
    },
    "example": {
     "type": "object",
     "additionalProperties": true
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dyoe-trust-check-website-business-verification-260561f3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from dyoe-audit-verify.netlify.app](https://www.zero.xyz/host/dyoe-audit-verify.netlify.app/llms.txt)
