# Slot 7: Audit Findings 101

#### Blog

[**Article on "Audit Findings 101"**](https://secureum.substack.com/p/audit-findings-101)

#### Youtube Videos

1. [Block 1](https://youtu.be/SromSImIpHE)
2. [Block 2](https://youtu.be/KLBi3Uyg0dY)
3. [Block 3](https://youtu.be/RUyED_6mkqg)
4. [Block 4](https://youtu.be/D1Uz0NvrqeU)
5. [Block 5](https://youtu.be/GX8Z0kRRi_I)

#### Participant Created Content

* [Audit Findings 101 and 201 - D-Squared](https://youtu.be/b6zEWJwMcGc)

#### Assignment

* [ ] Read the audit report along with the smart contracts to understand all the reported findings for Fei Protocol: <https://consensys.net/diligence/audits/2021/01/fei-protocol>
* [ ] Read the audit report along with the smart contracts to understand all the reported findings for Uniswap V3: <https://github.com/Uniswap/uniswap-v3-core/blob/main/audits/tob/audit.pdf>
* [ ] Read the audit report along with the smart contracts to understand all the reported findings for Chainlink: <https://github.com/sigp/public-audits/blob/master/chainlink-1/review.pdf>
* [ ] Read the audit report along with the smart contracts to understand all the reported findings for Opyn Gamma protocol: <https://blog.openzeppelin.com/opyn-gamma-protocol-audit/>
* [ ] Watch: OpenZeppelin [@tinchoabbate's](https://twitter.com/tinchoabbate) "Secure Development Series": <https://www.youtube.com/playlist?list=PLdJRkA9gCKOONBSlcifqLig_ZTyG_YLqz>

#### Quiz

* [Slot 7 Quiz](https://github.com/x676f64/secureum-mind_map/blob/master/quizzes/7.%20Audit%20Fndings%20101.md)

#### Quiz Writeups

* <https://ventral.digital/posts/2021/11/28/secureum-bootcamp-audit-findings-101-quiz>


---

# 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://ret2basic.gitbook.io/ctfnote/web3-security-research/secureum/epoch-0/slot-7-audit-findings-101.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.
