# 4.1 Structural Risk

#### “Is this asset fundamentally capable of becoming dangerous?”

Structural Risk evaluates the underlying security profile of a token or protocol.

### Components Evaluated

* Contract verification status
* Ownership privileges
* Critical functions:
* mint
* blacklist
* trading restriction
* setTax
* pause
* LP lock duration
* Liquidity ownership concentration
* Holder concentration
* Upgradeability permissions

### Structural Risk Levels

#### ✅ Safe (0–33)

No major structural danger signals detected.

#### ⚠️ Elevated (34–66)

Some vulnerabilities or centralization risks detected.

#### ❌ High Risk (67–100)

Structurally capable of severe user harm, manipulation, or rugpull behavior.<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rugtector.gitbook.io/rugtector/risk-evaluation-framework/4.1-structural-risk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
