> For the complete documentation index, see [llms.txt](https://zokyo-auditing-tutorials.gitbook.io/zokyo-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zokyo-auditing-tutorials.gitbook.io/zokyo-tutorials/tutorial-16-zero-knowledge-zk/bugs-in-the-wild.md).

# Bugs In The Wild

{% hint style="info" %}
[**Book an audit with Zokyo**](https://www.zokyo.io/)
{% endhint %}

{% hint style="info" %}
Having delved deep into the theoretical foundations and intricacies of zero-knowledge proofs, it's crucial to transition from abstract concepts to concrete instances. The real world, with its myriad complexities and nuances, often presents challenges that aren't immediately obvious in a theoretical setting. This next section serves as a bridge between what we've learned and the actual vulnerabilities encountered in real-world applications of ZK proofs.

These vulnerabilities underscore the importance of rigorous implementation and the potential consequences of overlooking even seemingly minute details. By analyzing these real-world cases, we not only bolster our understanding but also equip ourselves with the knowledge to prevent or rectify such issues in our own implementations.

Join us as we venture into an exploration of ZK vulnerabilities discovered in the wild, gleaning lessons from each instance and reinforcing the practical significance of our theoretical foundations.
{% endhint %}

Most of the finds can be found in thi github reprository that is continually updated: <https://github.com/0xPARC/zk-bug-tracker>. Thank you 0xPARC.


---

# 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://zokyo-auditing-tutorials.gitbook.io/zokyo-tutorials/tutorial-16-zero-knowledge-zk/bugs-in-the-wild.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.
