Skip to content

Repository files navigation

Smart Contract Audit Collection

A curated collection of smart contract security audits from various sources including CodeHawks contests, public audits, and private audits.

Overview

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.

Repository Structure

.
├── README.md
└── <project-name>/
    ├── README.md          # Project details and protocol description
    └── audit/
        └── report.pdf      # Full audit report (PDF)

Audited Projects

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

Audit Standards

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

Sources

Audits are collected from:

  • CodeHawks - Competitive audit contests
  • Public Audits - Publicly disclosed security reviews
  • Private Audits - Confidential engagement audits (with permission)

Disclaimer

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors