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

# Security Audits

Brava smart contracts undergo comprehensive security audits by leading blockchain security firms. All audit reports are publicly available.

#### Completed Audits

<table><thead><tr><th width="161">Auditor</th><th width="151">Date</th><th>Scope</th><th data-type="content-ref">Report</th></tr></thead><tbody><tr><td>SigmaPrime</td><td>January 2025</td><td>Core contracts, actions, and governance</td><td><a href="https://github.com/sigp/public-audits/blob/master/reports/brava/report.pdf">https://github.com/sigp/public-audits/blob/master/reports/brava/report.pdf</a></td></tr><tr><td>SigmaPrime</td><td>November 2025</td><td>Module Integrations: CCTP, ZeroEx, EIP712 Typed Data Safe Module</td><td><a href="https://github.com/sigp/public-audits/blob/master/reports/brava/module-integrations/report.pdf">https://github.com/sigp/public-audits/blob/master/reports/brava/module-integrations/report.pdf</a></td></tr></tbody></table>

#### Audit Scope

Audits cover:

* **Core Contracts:** SequenceExecutor, AdminVault, Logger, SafeDeployment
* **Action Contracts:** Protocol adapters and utility actions
* **Governance:** Role-based access control and time-delayed proposals
* **Cross-Chain:** EIP712 module and CCTP integration
* **Security:** BravaGuard, fee system, and authentication

#### Bug Bounty

For security researchers, we maintain a responsible disclosure program. If you discover a vulnerability:

* **Email**: <security@brava.finance>
* **Scope**: All smart contracts and critical infrastructure
* **Rewards**: Commensurate with severity and impact

We appreciate ethical hackers who help keep Brava secure.


---

# 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.brava.finance/technical/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.
