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

# Audit

Turbine backend and frontend (including SDK) have been audited by [Trail of Bits](https://www.trailofbits.com/).

### Backend audit

Trail of Bits audited the backend at commit [9644d88d5aee50a4f93feaeb646123b74730b015](https://github.com/propeller-heads/turbine/tree/9644d88d5aee50a4f93feaeb646123b74730b015) (2025-11-17).

Audit report: [Propeller Heads Turbine Security Review](https://github.com/trailofbits/publications/blob/master/reviews/2026-03-propellerheads-turbine-securityreview.pdf)

### Frontend and SDK audit

Trail of Bits audited the frontend at commit [fba934df4eca0c11f4b84cfaa1860e4142e3a680](https://github.com/propeller-heads/propellerswap-frontend/tree/fba934df4eca0c11f4b84cfaa1860e4142e3a680) (2026-01-05), and SDK at commit [d5ed0b7615afdf2dcac3faae2eacd02342878960](https://github.com/propeller-heads/turbine-sdk/tree/d5ed0b7615afdf2dcac3faae2eacd02342878960) (2026-01-05; equivalent to version [0.13.2](https://github.com/propeller-heads/turbine-sdk/tree/0.13.2) with some documentation commits cherry-picked on top).

Audit report: [Propeller Heads Turbine Frontend & SDK Security Review](https://github.com/trailofbits/publications/blob/master/reviews/2026-03-propellerheads-turbinefrontendsdk-securityreview.pdf)

### Changes after audit

PropellerHeads applied fixes after receiving the audit report. Trail of Bits then audited the fixes; the findings are in the reports linked above.

PropellerHeads kept developing Turbine while Trail of Bits reviewed the code. Trail of Bits has not audited some newer parts. PropellerHeads consults an internal security consultant on all significant changes. A formal audit of post-review changes will follow.


---

# 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:

```
GET https://docs.turbine.exchange/resources/security/readme.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.
