# Slot 6: Auditing Techniques & Tools 101

#### Blog

[**Article on "Audit Techniques & Tools 101**](https://secureum.substack.com/p/audit-techniques-and-tools-101)

#### Youtube Videos

1. [Block 1](https://youtu.be/M0C7z3TE5Go)
2. [Block 2](https://youtu.be/QstpNY1IuqM)
3. [Block 3](https://youtu.be/QmD2bJUe140)
4. [Block 4](https://youtu.be/jZ81ebDJVe0)
5. [Block 5](https://youtu.be/dgITqd3mkDk)

#### Participant Created Content

* [Audit Techniques & Tools 101 - D-Squared](https://youtu.be/8IbkWnTLueU)

#### Assignment

* [x] Read the following:
  1. How to Prepare for a Smart Contract Audit: <https://consensys.net/diligence/blog/2019/09/how-to-prepare-for-a-smart-contract-audit/>
  2. What is a Security Audit, When You Should Get One, and How to Prepare (by @petty) : <https://our.status.im/what-is-a-security-audit-when-you-should-get-one-and-how-to-prepare/>
  3. 246 Findings From our Smart Contract Audits: An Executive Summary: <https://blog.trailofbits.com/2019/08/08/246-findings-from-our-smart-contract-audits-an-executive-summary/>
* [x] Run MythX on Fei Protocol contracts and analyze the reported findings: <https://github.com/fei-protocol/fei-protocol-core/tree/master/contracts>
* [x] Run Slither on Uniswap V3 contracts and analyze the reported findings: <https://github.com/Uniswap/uniswap-v3-core/tree/main/contracts>
* [x] Watch “The Evolution of Smart Contract Security” by Dan Guido, Trail of Bits: <https://www.youtube.com/watch?v=fOkQuNzVn_Q>
* [x] Attempt Paradigm CTF: <https://github.com/paradigm-operations/paradigm-ctf-2021>

#### Quiz

* [Slot 6 quiz](https://github.com/x676f64/secureum-mind_map/blob/master/quizzes/6.%20Audit%20Techniques%20and%20Tools%20101.md)

#### Quiz Writeups

* <https://ventral.digital/posts/2021/11/21/secureum-bootcamp-audit-techniques-tools-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-6-auditing-techniques-and-tools-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.
