omnia_checkDappSecurity
Returns security details of the web Dapp at the given url.
Note: This is a chain-agnostic method.
Parameters
STRING
- url. The url of the website that is checked. REQUIRED
Returns
Object with following details:
Parameter | Description | Notice |
---|---|---|
| It describes the dApp project name. | |
| It describes the dApp's website link. | |
| It describes the security information for this dApp's contracts. The info includes:
(1) |
|
| It describes whether the dApp was audited by a reputable audit firm. "1" means true; "0" means that we have not found audit information for this dApp. | Return "0" does not mean the dApp was not audited. Maybe we just haven't found audit information for this dApp yet. |
| It describes the audit information of the dApp. The info includes:
(1) | When the dApp was not audited, ( |
| It describes whether the dApp is a famous and trustworthy one. "1" means true; "0" means that this dApp is not yet on our trusted list. | (1) Only "trust_list": "1" means it is a famous and trustworthy dApp. (2) "0" return doesn't mean it is risky. |
Example
Request
Response
Last updated