checkMaliciousWebsite
Detect if a website is linked to crypto scams or malicious activities by analyzing its associations. Use this tool to enhance security and avoid fraudulent crypto platforms.
Instructions
Check if a website has been associated with crypto scams or malicious activity
Input Schema
Name | Required | Description | Default |
---|---|---|---|
website | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"website": {
"type": "string"
}
},
"required": [
"website"
],
"type": "object"
}