🌲 Crypto Audits is a mapping for sharing data around audit reports and bug bounties for crypto protocols and tying them to protocol websites. All of the protocols are specified in TOML configuration files.
This repository is not complete, and hopefully it never is as there are new audit reports and bug bounties being published every day. We are looking for help from the community to help us grow this initiative.
There's a couple of ways you can help grow this initiative.
You can make any .toml file for a protocol under the /data/protocols
directory or edit an existing one to help improve data around a protocol.
You can fork this repository and open a PR from the forked repo to this repo.
An example configuration file for the Lido protocol looks like this:
# Protocol Level Information
title = "lido"
website = "https://lido.fi/"
# Audits
# This is a list of links to associated audit reports and bug bounties.
# These URLs do not necessarily have to be on GitHub, we use Way Back Machine and other archival tools to ensure that the links are always available.
[[audit]]
url = "https://github.com/lidofinance/audits/blob/main/Certora%20Lido%20V2%20Audit%20Report%2004-23.pdf"
[[audit]]
url = "https://github.com/lidofinance/audits/blob/main/ChainSecurity%20Code%20Assessment%20of%20the%20Lido%20Smart%20Contracts%20Report%2008-22.pdf"
[[audit]]
url = "https://github.com/lidofinance/audits/blob/main/ChainSecurity%20Lido%20Staking%20Router%20audit%20report%2002-23.pdf"
By specifying the data as evolving config files in git, we benefit from a long term, auditable database that is both human and machine readable.
To use the Electric Capital Crypto Audits Map, you will need an attribution.
Attribution needs to have 3 components:
- Source: “Electric Capital Crypto Audits Mapping”
- Link: https://github.com/electric-capital/crypto-audits
- Logo: Link to logo
Optional: Everyone in the crypto ecosystem benefits from additions to this repository. It is a help to everyone to include an ask to contribute next to your attribution.
Sample request language: "If you’re working in crypto security, submit your reports here to be counted."
Sample attribution
Data Source: Electric Capital Crypto Audits Mapping
If you’re working in crypto security, submit your work here to be counted and help make it easier for everyone to find your work.