Trust Score

The Glider Trust Score helps quantify the overall trust level of a smart contract by assigning a score from 0 to 100, where 100 means no known risks were detected, and a lower score indicates higher risk.


How It Works

Each contract that has passed the verification process starts with a base score 100. Any contract that hasn’t been verified has a 0 base score.

For each risk identified during analysis, it subtracts a fixed number of points based on the severity of the risk:

Severity Level
Point Deduction
Description

🔴 High

–50 points

Critical risks that allow full control, destruction, or abuse (e.g. centralized mint, selfdestruct)

🟠 Medium

–30 points

Moderate risks that affect usability or introduce behavioral constraints

🟢 Low

–10 points

Minor issues such as address-based privileges

🔵 Info

–5 points

Design traits or capabilities worth noting, but not inherently risky

Note that the score does not reflect financial value or project legitimacy; it is purely based on detected code-level traits.

Last updated