{
  "x402Version": 2,
  "id": 5180,
  "slug": "5180",
  "resource": "https://trust-agent.io/v1/verify/deep",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x6121654D3Fd4C8B42a90d30472E4D40927C3e6BB",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
            "chain": "base",
            "type": "contract"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "components": "per-rule scoring breakdown; the score is reconstructable from these plus overrides",
            "confidence": "0-1, how much evidence backs the score",
            "contract": "bytecode analysis: opcodes, proxy kind, privileged functions, interfaces, protocol class, safetyScore",
            "flags": "includes contract-specific findings",
            "overrides": "hard caps applied after weighting, each with from/cap/reason",
            "recommendation": "proceed | proceed_with_caution | hold | block | insufficient_data. insufficient_data means no judgment was possible — treat it as unknown, not as risky.",
            "riskBand": "minimal | low | moderate | elevated | severe | unknown",
            "trustScore": "0-100, higher is safer; null when no rule could be evaluated"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "address": {
                    "description": "REQUIRED. Contract address to analyse.",
                    "type": "string"
                  },
                  "chain": {
                    "description": "OPTIONAL. Only \"base\" is served; any other value is refused rather than answered from the wrong chain. Defaults to base.",
                    "type": "string"
                  },
                  "type": {
                    "description": "OPTIONAL. contract | defi_protocol.",
                    "type": "string"
                  }
                },
                "required": [
                  "address"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "components": {
                    "description": "per-rule scoring breakdown; the score is reconstructable from these plus overrides"
                  },
                  "confidence": {
                    "description": "0-1, how much evidence backs the score"
                  },
                  "contract": {
                    "description": "bytecode analysis: opcodes, proxy kind, privileged functions, interfaces, protocol class, safetyScore"
                  },
                  "flags": {
                    "description": "includes contract-specific findings"
                  },
                  "overrides": {
                    "description": "hard caps applied after weighting, each with from/cap/reason"
                  },
                  "recommendation": {
                    "description": "proceed | proceed_with_caution | hold | block | insufficient_data. insufficient_data means no judgment was possible — treat it as unknown, not as risky."
                  },
                  "riskBand": {
                    "description": "minimal | low | moderate | elevated | severe | unknown"
                  },
                  "trustScore": {
                    "description": "0-100, higher is safer; null when no rule could be evaluated"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "trust-agent.io",
  "lastUpdated": "2026-09-03T21:34:43.499Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-03T21:34:43.224Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "trust-agent.io",
    "manifest_name": "trust-agent.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}