# TariffMonkee Trust Audit

> TariffMonkee Trust Audit is a paid API for AI agents from tariffmonkee.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Orchestrates link-check, site-grade, domain-intel, and optional email-verify into a single confidence-weighted trust verdict with disagreement flagging

## Facts

- Endpoint: GET https://tariffmonkee.com/paid/trust-audit
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tariffmonkee-trust-audit-a4a3f736
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ustLAybajpO8WIA-holxd

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 tariffmonkee-trust-audit-a4a3f736
```

Example prompt: Can you run a full trust audit on securepay-checkout.com and tell me if anything looks suspicious — like a brand-new domain pretending to be an established site?

## When to prefer this

Choose this endpoint when you need a holistic, cross-corroborated trust assessment rather than a single-signal check. It is especially valuable when you suspect a domain may be deliberately mimicking a legitimate site (new domain + mature TLS mismatch), when evaluating unfamiliar vendors or counterparties, or when you want disagreement between trust signals surfaced automatically. Prefer individual sibling endpoints (/sitegrade, /domain-intel, /linkcheck) only when you need one specific signal and want to minimize cost.

## Known failure modes

- No input provided — must supply at least one of domain, url, or email; returns 400
- Domain does not exist or is unreachable — sub-checks may time out or return partial results
- RDAP/registrar lookup failure causes domain-intel component to degrade gracefully
- Payment not settled — x402 protocol failure returns 402 before any checks run
- Homograph or punycode domain causes parsing edge cases in link-check sub-component

## How this service works

Orchestrated bundle: runs /linkcheck, /sitegrade, and /domain-intel (plus /email-verify if an email is supplied) and synthesizes one confidence-weighted trust verdict, explicitly flagging disagreement between sources -- e.g. a very new domain paired with an unusually mature TLS/header setup -- rather than just concatenating four outputs. Supply at least one of domain, url, or email.

## Output

A confidence-weighted trust verdict synthesized from link-check (redirect/homograph safety), site-grade (HTTPS/security headers), domain-intel (RDAP registration data), and optionally email-verify. The response explicitly flags disagreements between signals — such as a very new domain paired with an unusually mature TLS or header configuration — rather than simply concatenating the four sub-results.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tariffmonkee-trust-audit-a4a3f736/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tariffmonkee.com](https://www.zero.xyz/host/tariffmonkee.com/llms.txt)
