> For the complete documentation index, see [llms.txt](https://docs.snowbridge.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snowbridge.network/security/audits.md).

# Audits

Snowbridge continually commissions incremental audits of the protocol implementation.

Our main auditor, [Oak Security](https://oaksecurity.io/), uses a [blinded](https://oaksecurity.io/security-audits) approach, which emphasises redundancy, wherein multiple auditors work independently and only reveal their findings in a final consensus meeting.

## CommonPrefix

#### 2023-11-17

Audit of BEEFY light client sampling protocol

{% file src="/files/8CqlVMGpFJiqjg2QRMbX" %}

## Oak Security

Auditor-hosted document archive: <https://github.com/oak-security/audit-reports/tree/main/Snowbridge>

#### 2025-05-29

Audit of new Snowbridge V2 functionality

{% file src="/files/wBznXfcaqaiTh6fDn6kC" %}

#### 2025-01-07

Incremental audit

{% file src="/files/sOl4epNso8ag7BiMHJGm" %}

#### 2024-08-16

Incremental audit

{% file src="/files/y3I4LgimbSOOVrQsrCSs" %}

#### 2024-08-10

Incremental audit

{% file src="/files/1oD3TI57QMcJ7Etfn4oT" %}

#### 2024-05-06

Incremental audit

{% file src="/files/3OJL1zqlicc4EKtQTsAY" %}

#### 2024-05-24

Finalized audit for the initial v1.1 codebase

{% file src="/files/CUR90J7AK9KjEWbSMhkK" %}

#### 2024-02-12

Auditing Team: [Oak Security](https://oaksecurity.io/)

{% file src="/files/VnhWks9GZexQVCjMxGAW" %}


---

# 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.snowbridge.network/security/audits.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.
