Skip to main content
Coming soon. This endpoint is under development. Request early access →
The Smart Contract Risk endpoint will provide security vulnerability assessment for Solana smart contracts, including analysis of upgrade authority, verified source code, and known vulnerability patterns.

Expected Endpoint

GET /risk/contract/{contractAddress}

Expected Parameters

ParameterTypeRequiredDescription
contractAddressstringYesSolana smart contract address to assess

Expected Response

{
  "contractAddress": "...",
  "riskScore": 85,
  "riskLevel": "High",
  "vulnerabilities": ["Upgradeable contract", "No verified source code"],
  "metadata": {
    "name": "ExampleContract"
  }
}

In the Meantime

Use the Address Risk Score endpoint to check if a contract address is connected to known malicious actors, and the Transaction Simulator to analyze contract interactions before executing them. Contact us for early access or updates on availability.
Last modified on March 2, 2026