{"endpoint":"/api/trust/scam-report","method":"POST","service_trust":"https://defi-shield-hazel.vercel.app/api/trust-signal","free_check":{"endpoint":"https://defi-shield-hazel.vercel.app/api/free/token-check","method":"POST","price":"FREE","note":"Try before you buy — free basic token safety check with risk math."},"also_available_on":{"virtuals_acp":{"agent":"Authensor","agent_id":18805,"offerings":["pre_trade_safety","token_deep_scan","wallet_report","batch_seal"],"marketplace":"https://app.virtuals.io/acp/scan/agents","note":"Same service, accessible to 18,000+ autonomous agents on Virtuals Protocol."},"mcp_server":{"package":"devsecure-mcp","install":"npx devsecure-mcp","tools":67,"note":"Install as MCP server in Claude, Cursor, or any MCP-compatible client for direct tool access."},"bazaar":"https://defi-shield-hazel.vercel.app/.well-known/x402","agent_card":"https://defi-shield-hazel.vercel.app/.well-known/agent-card.json"},"powered_by":"DeFi Shield by Authensor","price":"$0.25","description":"Submit a scam report for a suspicious Ethereum wallet address. The report is stored and the current trust data for the address is returned.","llm_usage_prompt":"Call this endpoint when you have identified a wallet address engaged in scam, phishing, rug-pull, or other malicious activity and want to report it. Provide the 0x address and a text reason describing the suspicious behavior. Returns a report ID, the address's current trust score and classification, an array of existing risk flags, and the total number of reports previously filed against this address. Use this to contribute to the community threat database after encountering fraud, or to check how many others have flagged the same address. Costs $0.25.","params":{"address":"string — A valid 0x Ethereum address (42 characters including 0x prefix)","reason":"string — A description of why this address is suspicious or a scam"},"exampleRequest":{"address":"0xdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef","reason":"This address drained funds from a phishing contract targeting DeFi users."},"exampleResponse":{"success":true,"reportId":1,"address":"0xdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef","reason":"This address drained funds from a phishing contract targeting DeFi users.","currentTrustData":{"score":12,"classification":"malicious","flags":["known-scam","fund-drainer"]},"totalReportsForAddress":1,"timestamp":"2026-03-05T12:00:00.000Z"}}