> For the complete documentation index, see [llms.txt](https://docs.zeal.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeal.app/security-and-safety/connection-safety-checks.md).

# Connection Safety Checks

When connecting to a website, Zeal performs a Safety Check to see if the website/application has been reported or accused of malicious activity and if the website has been registered with popular Web3 data aggregators, including [DeFillama](https://defillama.com/), [Coingecko](https://www.coingecko.com/) and a safety scan performed by [BlockAid](https://blockaid.io/).

<figure><img src="/files/fuByvL6b52koavY6uK8w" alt=""><figcaption></figcaption></figure>

If the website you are trying to connect to is found to have been reported in the past, or if it is not listed with one of the aforementioned data aggregators, there will be a pop-up notifying you of the potential risks of continuing to connect.

<figure><img src="/files/7X1k2BXgmNzt5495ksi5" alt=""><figcaption></figcaption></figure>

\
\&#xNAN;*If you end up connecting to a website and wish for your wallet to forget this connection, visit the* [*Security*](broken://pages/YXTViX4D6DehcXQNd8iy) *section of Zeal Wallet in the* [*Settings*](broken://pages/eHcbVO23qLrhSAmax6V5) *tab.*


---

# 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://docs.zeal.app/security-and-safety/connection-safety-checks.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.
