TrustAgent
GET trust-agent.io/v1/verify/deep
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Should you approve this contract? Everything in quick, plus static analysis of the bytecode: privileged functions (mint, pause, blacklist, arbitrary withdrawal), proxy and upgradeability detection, dangerous opcodes, DeFi protocol classification and source-verification status. Free alternative: GET /v1/verify. Trial: 3 free calls/wallet/24h — https://trust-agent.io/v1/trial.
Resource: trust-agent.io/v1/verify/deep
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x6121654D3Fd4C8B42a90d30472E4D40927C3e6BB
Payment methods: — · Last validation: 2026-09-14 07:37:32.773+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"address"
],
"properties": {
"type": {
"type": "string",
"description": "OPTIONAL. contract | defi_protocol."
},
"chain": {
"type": "string",
"description": "OPTIONAL. Only \"base\" is served; any other value is refused rather than answered from the wrong chain. Defaults to base."
},
"address": {
"type": "string",
"description": "REQUIRED. Contract address to analyse."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"flags": {
"description": "includes contract-specific findings"
},
"contract": {
"description": "bytecode analysis: opcodes, proxy kind, privileged functions, interfaces, protocol class, safetyScore"
},
"riskBand": {
"description": "minimal | low | moderate | elevated | severe | unknown"
},
"overrides": {
"description": "hard caps applied after weighting, each with from/cap/reason"
},
"components": {
"description": "per-rule scoring breakdown; the score is reconstructable from these plus overrides"
},
"confidence": {
"description": "0-1, how much evidence backs the score"
},
"trustScore": {
"description": "0-100, higher is safer; null when no rule could be evaluated"
},
"recommendation": {
"description": "proceed | proceed_with_caution | hold | block | insufficient_data. insufficient_data means no judgment was possible — treat it as unknown, not as risky."
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x6121654D3Fd4C8B42a90d30472E4D40927C3e6BB",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x6121654D3Fd4C8B42a90d30472E4D40927C3e6BB",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "10000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.