Sui Security Indicators

Detailed breakdown of every security indicator returned for Sui tokens.

When scanning a Sui token, the results.advanced object contains a fixed set of security flags. Full on-chain contract analysis is not available for Sui — the indicators below reflect what is structurally true of all Sui Move packages rather than being derived from a runtime simulation or contract inspection.

Advanced Indicators

FieldTypeValueDescription
metadata_modifiablebooleanfalseSui Move package metadata cannot be altered after publication without re-deploying a new package.
mintablebooleanfalseToken supply cannot be inflated via an on-chain mint authority in the same way as EVM or Solana tokens.
blacklistbooleanfalseNo blacklist mechanism is available in the standard Sui Coin framework.
contract_upgradablebooleanfalseSui packages can only be upgraded if an UpgradeCap was retained at publish time; the standard token template does not retain one.
honeypotobject{score: 0, message: "OK"}No honeypot detected. See below.

honeypot Object

FieldTypeDescription
scoreintegerHoneypot risk from 0 (safe) to 100 (confirmed). Always 0 for Sui tokens.
messagestringAlways "OK" for Sui tokens.