A curated collection of smart contract security audits from various sources including CodeHawks contests, public audits, and private audits.
This repository contains security audit reports for various blockchain protocols. Each audit folder represents a separate project that has been reviewed for security vulnerabilities, gas optimization opportunities, and code quality improvements.
.
├── README.md
└── <project-name>/
├── README.md # Project details and protocol description
└── audit/
└── report.pdf # Full audit report (PDF)
| Project | Source | Date | Status |
|---|---|---|---|
| NFT Dealers | CodeHawks | March 2026 | Audited |
| FundMe v1.0 | Private | March 2026 | Audited |
| T Swap | Cyfrin | March 2026 | Audited |
| ThunderLoan | Cyfrin | April 2026 | Audited |
| SNARKeling | CodeHawks | April 2026 | Audited |
| Boss Bridge | CodeHawks | April 2026 | Audited |
| Beatland Festival | CodeHawks | July 2026 | Audited |
Each audit entry includes:
-
README.md - Project overview containing:
- External link to original contest/source
- Protocol description
- Actors and their roles
- Contract scope
- Setup instructions
- Known issues (if any)
-
audit/report.pdf - Formal PDF report
Audits are collected from:
- CodeHawks - Competitive audit contests
- Public Audits - Publicly disclosed security reviews
- Private Audits - Confidential engagement audits (with permission)
These audits are performed by various security researchers and may represent different timeframes, scopes, and methodologies. Findings should be reviewed in context of their respective audit dates and scope definitions.
The pdf is generated with pandoc
pandoc <file>.md -o report.pdf --from markdown --template=eisvogel --listings