Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luloxi/security-reviews

Security reports of Solidity projects that went to audit
https://github.com/luloxi/security-reviews

audit security-audit solidity solidity-contracts solidity-dapps solidity-language

Last synced: about 2 months ago
JSON representation

Security reports of Solidity projects that went to audit

Awesome Lists containing this project

README

        

# Lulox's Security Reviews

Here you will find the security reports I've written. They are mostly focused on code security, but they can also cover other specific aspects of a project.

## Security Reviews

| Project Name | PDF Link | Project/Contest Link |
| ----------------- | ------------------------------------------- | ------------------------------------------------------------------------- |
| PasswordStore | [Audit PDF](2024-04-23-PasswordStore.pdf) | [PasswordStore](https://codehawks.cyfrin.io/c/2023-10-PasswordStore) |
| PuppyRaffle | [Audit PDF](2024-04-26-PuppyRaffle.pdf) | [PuppyRaffle](https://codehawks.cyfrin.io/c/2023-10-Puppy-Raffle) |
| Dussehra | [Audit PDF](2024-06-16-Dussehra.pdf) | [Dussehra](https://codehawks.cyfrin.io/c/2024-06-Dussehra) |
| ThunderLoan | [Audit PDF](2024-06-16-ThunderLoan.pdf) | [ThunderLoan](https://codehawks.cyfrin.io/c/2023-11-Thunder-Loan) |
| TSwap | [Audit PDF](2024-07-02-TSwap.pdf) | [TSwap](https://codehawks.cyfrin.io/c/2024-06-t-swap) |
| Mondrian Wallet 2 | [Audit PDF](2024-07-16-MondrianWallet2.pdf) | [Mondrian Wallet 2](https://github.com/Cyfrin/2024-07-Mondrian-Wallet_v2) |
| The Predicter | [Audit PDF](2024-07-28-ThePredicter.pdf) | [The Predicter](https://github.com/Cyfrin/2024-07-the-predicter) |

## About this repo

In the [audit-template](./audit-template/) folder you can find the files I use as a template for reports, converting markdown to PDF using [pandoc](https://pandoc.org/) and [LaTeX](https://www.overleaf.com/learn/latex/Learn_LaTeX_in_30_minutes). Feel free to reuse them as you see fit.

Some reports have been made following [Cyfrin's security and auditing course](https://www.youtube.com/watch?v=pUWmJ86X_do). It's a great course for learning about security, auditing and report making. And it's free!