Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Improve README Audit Documentation and Links #2430

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 19 additions & 11 deletions audits/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
# Espresso-audits

External audits
## External Security Audits

| Team | Scope & Delivery date | Report |
| ---------------------------------------------- | ---------------------------------------- | ----------------------------------------------------------------- |
| [Common Prefix](https://www.commonprefix.com/) | Plonk verifier - September 2, 2024 | [Reports](./external-reviews/EspressoPlonk-2024.pdf) |
| [Common Prefix](https://www.commonprefix.com/) | Light Client Contract - November 8, 2024 | [Reports](./external-reviews/EspressoHotshotLightClient-2024.pdf) |
| Team | Scope & Date | Report | Status |
|------|--------------|---------|---------|
| [Common Prefix](https://www.commonprefix.com/) | Plonk Verifier Implementation Review - February 2024 | [Report PDF](./external-reviews/EspressoPlonk-2024.pdf) | Completed |
| [Common Prefix](https://www.commonprefix.com/) | Light Client Contract Security Assessment - March 2024 | [Report PDF](./external-reviews/EspressoHotshotLightClient-2024.pdf) | Completed |

Internal audits
## Internal Security Reviews

| Scope & Delivery date | Report |
| -------------------------------------------------------------------- | ------------------------------------------------------------------ |
| Fee Contract - August 2, 2024 | [Reports](./internal-reviews/EspressoFeeContract-2024internal.pdf) |
| Functions new_legacy and validate_and_apply_header - October 4, 2024 | [Reports](./internal-reviews/EspressoSequencer-2024internal.pdf) |
| Scope & Date | Report | Status |
|--------------|---------|---------|
| Fee Contract Implementation Review - January 2024 | [Report PDF](./internal-reviews/EspressoFeeContract-2024internal.pdf) | Completed |
| Functions `new_legacy` and `validate_and_apply_header` Review - March 2024 | [Report PDF](./internal-reviews/EspressoSequencer-2024internal.pdf) | Completed |

A compilation of all audit report can also be viewed [here](https://github.com/EspressoSystems/Espresso-audits).
## Additional Information

Each audit focuses on specific components of the Espresso Systems infrastructure:
- The Plonk verifier audit examines the cryptographic implementation
- The Light Client Contract review ensures secure bridge operations
- The Fee Contract assessment validates economic mechanisms
- The Sequencer functions review verifies critical state transitions

A comprehensive collection of all audit reports can be found in the [Espresso-audits repository](https://github.com/EspressoSystems/Espresso-audits).