ToolAssay

Contract-level risk scan for any EVM token

Contract-level risk scan for any EVM token: is the source verified, is it an upgradeable proxy and who is its admin, who owns it and has ownership been renounced, and which dangerous powers the bytecode exposes (mint, pause, blacklist, fee-setting). Returns the raw on-chain evidence, not just a score, so an agent can justify the decision it makes.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.02listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://oracle.cyberwarex.com/contract

CategoryMarket data
Provider hostoracle.cyberwarex.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days31 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "chain": "base"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "additionalProperties": false,
          "properties": {
            "address": {
              "description": "Contract address to analyse.",
              "pattern": "^0x[a-fA-F0-9]{40}$",
              "type": "string"
            },
            "chain": {
              "default": "base",
              "description": "EVM chain to assess the token on.",
              "enum": [
                "base",
                "bsc",
                "ethereum",
                "polygon",
                "arbitrum",
                "robinhood"
              ],
              "type": "string"
            }
          },
          "required": [
            "address"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "address": {
              "type": "string"
            },
            "as_of_block": {
              "type": "integer"
            },
            "chain": {
              "type": "string"
            },
            "is_contract": {
              "type": "boolean"
            },
            "ownership": {
              "type": "object"
            },
            "powers": {
              "description": "can_mint, can_pause, can_blacklist, can_set_fees.",
              "type": "object"
            },
            "powers_caveat": {
              "type": "string"
            },
            "proxy": {
              "description": "Upgradeable-proxy detection: standard, implementation, admin.",
              "type": "object"
            },
            "token": {
              "type": "object"
            },
            "verified": {
              "type": "boolean"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON