Risk Score

The Glider Risk Score helps quantify the overall risk 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

Every contract starts with a base score of 100.

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