# Code Audit

Our client-side implementation is open-source and available to anyone at [GitHub](https://github.com/EllipticPIR). You can check the code reliability by yourself. It is licensed under the MIT License, you can integrate our client library without any permission.

The server-side implementation is closed-source currently thus our server may misbehave. However this does not lead any potential security defect because the query is encrypted by a client-side private key. Anything we can do on our server is to create a wrong reply. We cannot know anything from the query if the server-side implementation is malicious. This can be proven mathematically.


---

# 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.ellipticpir.com/technology/code-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.
