Documentation Index
Fetch the complete documentation index at: https://docs.range.org/llms.txt
Use this file to discover all available pages before exploring further.
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
| Parameter | Type | Required | Description |
|---|
contractAddress | string | Yes | Solana 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.