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

# Security Audits

MOSS wallets are smart-contract accounts on MegaETH. The on-chain account contract — **Normal Account** (`megaeth-labs/normal-account`) — has been independently reviewed. Each engagement below lists the fixed-version commit it covers and a link to the final report.

| Auditor      | Type                  | Fixed version                              | Report                                                                                                                             |
| ------------ | --------------------- | ------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------- |
| **SlowMist** | Manual security audit | `81478ee528782676424a7653d5a45ac8a0cc1165` | [Normal Account Audit Report (PDF)](https://github.com/megaeth-labs/moss-docs/blob/main/partner/normal-account-slowmist-audit.pdf) |
| **BlockSec** | Manual security audit | `50d9bbf56229c9e007c5104b4863e3bae646b395` | [Final Report (PDF)](https://github.com/megaeth-labs/moss-docs/blob/main/partner/normal-account-blocksec-audit.pdf)                |
| **Codex**    | Automated audit tool  | `092b67d5f0d53e541891454b327bc04599ad3293` | No formal report                                                                                                                   |

{% hint style="info" %}
**Fixed version** is the reviewed/remediated commit for each engagement. Codex is an automated analysis tool and did not produce a formal written report.
{% endhint %}


---

# 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.megaeth.com/moss-docs/wallet/audits.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.
