> For the complete documentation index, see [llms.txt](https://veloshield.gitbook.io/veloshield/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://veloshield.gitbook.io/veloshield/core-concepts/the-security-score-dashboard.md).

# The Security Score Dashboard

The core interface of VeloShield is a central calculated gauge monitoring matrix ranging from 0 to 100. This score determines your absolute defensive status based on active configurations across four core security components:

* Content Protection Status: Tracks whether client side manipulation locks are running.
* Geo-Blocking Integration: Status of global localized territorial filtering and automated routing rules.
* IP Blocklist Metrics: Real-time visibility on manually excluded addresses, networks, and bad actor scrapers.
* Spy Extension Shield Readiness: Tracks whether structural defenses against background extensions are successfully operational.

<figure><img src="/files/6msobPAUEm1RW68SBapG" alt=""><figcaption></figcaption></figure>

<div><figure><img src="/files/BemfLVdbI2dhBnsq7Kyb" alt=""><figcaption></figcaption></figure> <figure><img src="/files/bMeDdWwuqMf11CukSBPf" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ye2c1Uia4HTEzcB25mim" alt=""><figcaption></figcaption></figure> <figure><img src="/files/E4gie1wWegGtQDxUa73c" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://veloshield.gitbook.io/veloshield/core-concepts/the-security-score-dashboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
