scam_check
Score transaction sign requests for risky patterns before signing. Returns a danger score (0-100), safety tier, and detailed findings on potential risks like SetHook, account deletion, and replay risks.
Instructions
Score a sign request (txjson or raw tx_blob hex) for risky patterns BEFORE signing: returns dangerScore 0-100, a SAFE/CAUTION/DANGER tier, a plain-English verdict, and per-rule findings (SetHook, AccountDelete-to-other, regular-key/signer-list changes, very large native payment, no-expiry replay risk, pre-signed blob). Offline + read-only. HONESTY: every finding is a POTENTIAL risk, NOT a confirmed scam — this tool does NOT consult any block list and NEVER verifies on-chain whether an address is malicious; it reads the transaction shape only. DANGER is reserved for near-universally-malicious/irreversible patterns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txjson | No | ||
| txBlobHex | No |