VerityLayer check · trust

Source trust scoring

Score the reputation and reliability of a source before your agent trusts it.

What it does

Hand it a source (a domain, publisher, or author) and get a trust rating, a 0–1 score, and the reasons — so your agent knows whether to rely on it.

trustscorereasonsred_flagssources
TierPrice (USDC/Base)Depth
quick$0.02fast
standard$0.25web-grounded
pro$0.35web-grounded
curl -X POST https://suite.veritylayer.dev/source/quick \
  -H "content-type: application/json" \
  -d '{"source": "…", "purpose": "…"}'
# unpaid → HTTP 402 (x402 challenge); pay $0.02 USDC on Base and retry
Every verdict is signed. This check returns an Ed25519-signed receipt — portable proof of exactly what VerityLayer said. See it, and break one yourself →
← all VerityLayer checks