# Security Audit

\
[ChainSecurity](https://chainsecurity.com/) delivered their [final audit report ](https://www.chainsecurity.com/security-audit/zkbob-smart-contracts-security-audit)on January 5, 2023 covering the [zkBobPool](https://github.com/zkBob/zkbob-contracts/blob/master/src/zkbob/ZkBobPool.sol), [BOBToken](https://github.com/zkBob/zkbob-contracts/blob/master/src/BobToken.sol), and [BobVault](https://github.com/zkBob/zkbob-contracts/blob/master/src/BobVault.sol) contracts along with relevant dependencies. We worked closely with the Chain Security team to address potential issues and are happy to report we’ve corrected or accepted risks for all findings from the report.

### Issue Assessment

<table><thead><tr><th width="160">Issue Severity</th><th width="86">Found</th><th>Corrected / Updated Spec</th><th>Risk Accepted</th></tr></thead><tbody><tr><td><mark style="color:red;background-color:red;">Critical</mark></td><td>0</td><td><mark style="background-color:green;">N/A</mark></td><td><mark style="background-color:yellow;">N/A</mark></td></tr><tr><td><mark style="color:orange;background-color:orange;">High</mark></td><td>1</td><td><mark style="color:green;background-color:green;">1</mark></td><td><mark style="background-color:yellow;">0</mark></td></tr><tr><td><mark style="color:yellow;background-color:yellow;">Medium</mark></td><td>2</td><td><mark style="color:green;background-color:green;">1</mark></td><td><mark style="background-color:yellow;">1</mark></td></tr><tr><td><mark style="color:purple;background-color:purple;">Low</mark></td><td>8</td><td><mark style="color:green;background-color:green;">5</mark></td><td><mark style="background-color:yellow;">3</mark></td></tr></tbody></table>

### Report

The full pdf report is available on the [ChainSecurity](https://www.chainsecurity.com/security-audit/zkbob-smart-contracts-security-audit) site as well as the zkBob Github ⬇️

{% embed url="<https://github.com/zkBob/zkbob-contracts/blob/master/audit/chainsecurity/BOB_Protocol-contracts-1.0.0-rc2-security-audit-report.pdf>" %}

\\


---

# 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://docs.zkbob.com/resources/security-audit.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.
