-
Couldn't load subscription status.
- Fork 8
Dev Merge - Audit Report & Content Fixes #62
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
Changes from all commits
b3eacc4
8167a81
beb42f9
c0965ac
4fb7b3b
2fbcfc6
d86ca50
7ca04c3
c7d1496
a0dcd8f
ca76373
de9353a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -3,34 +3,90 @@ sidebar_class_name: audit_reports_sidebar | |||||
| sidebar_position: 1 | ||||||
| --- | ||||||
|
|
||||||
| import BrowserOnly from '@docusaurus/BrowserOnly'; | ||||||
|
|
||||||
|
|
||||||
| # Audit Reports | ||||||
|
|
||||||
| Babylon protocol is secure and audited by industry leading web3 security firms. | ||||||
| Babylon protocol is secure and audited by industry leading web3 security firms. | ||||||
| Since the launch of the protocol is phased, specific audit reports are conducted. | ||||||
|
|
||||||
| ### Phase 1 Audits | ||||||
|
|
||||||
| Audits for the Phase 1 of the Babylon Bitcoin Staking Protocol are conducted by three different firms. | ||||||
|
|
||||||
| <CardSection id="Babylon Security Audit Reports"> | ||||||
| <BrowserOnly> | ||||||
| {() => ( | ||||||
| <Card | ||||||
| title="Coinspect Audit Report" | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| to={new URL('/assets/files/coinspect-phase1-audit.pdf', window.location.origin).href} | ||||||
| description="Source Code Audit - Phase 1 (June 2024)" | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| target="_blank" | ||||||
| rel="noopener noreferrer" | ||||||
| /> | ||||||
| )} | ||||||
| </BrowserOnly> | ||||||
| <BrowserOnly> | ||||||
| {() => ( | ||||||
| <Card | ||||||
| title="Coinspect Audit Report Incremental " | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| to={new URL('/assets/files/coinspect-phase1-audit-incremental.pdf', window.location.origin).href} | ||||||
| description="Source Code Audit - Phase 1 Cap3 (October 2024)" | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| target="_blank" | ||||||
| rel="noopener noreferrer" | ||||||
| /> | ||||||
| )} | ||||||
| </BrowserOnly> | ||||||
| <BrowserOnly> | ||||||
| {() => ( | ||||||
| <Card | ||||||
| title="Zellic" | ||||||
| to={new URL('/assets/files/zellic-phase1-audit.pdf', window.location.origin).href} | ||||||
| description="Blockchain Security Assessment (June 2024)" | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| target="_blank" | ||||||
| rel="noopener noreferrer" | ||||||
| /> | ||||||
| )} | ||||||
| </BrowserOnly> | ||||||
| <BrowserOnly> | ||||||
| {() => ( | ||||||
| <Card | ||||||
| title="Cantina" | ||||||
| to={new URL('/assets/files/cantina-phase1-competition.pdf', window.location.origin).href} | ||||||
| description="Bitcoin Staking Scripts Competition (January 2024)" | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| target="_blank" | ||||||
| rel="noopener noreferrer" | ||||||
| /> | ||||||
| )} | ||||||
| </BrowserOnly> | ||||||
| </CardSection> | ||||||
|
|
||||||
| ### Phase 2 Audits | ||||||
|
|
||||||
| Audits for the Babylon Genesis Chain are conducted by [Coinspect](https://www.coinspect.io/) and [Zellic](https://zellic.io/). | ||||||
|
|
||||||
| <CardSection id="Babylon Security Audit Reports"> | ||||||
| <Card | ||||||
| title="Coinspect Audit Report" | ||||||
| to="https://docs.babylonlabs.io/assets/files/coinspect-phase1-audit.pdf" | ||||||
| description="Source Code Audit - Phase 1" | ||||||
| /> | ||||||
| <Card | ||||||
| title="Coinspect Audit Report Incremental " | ||||||
| to="https://docs.babylonlabs.io/assets/files/coinspect-phase1-audit-incremental.pdf" | ||||||
| description="Source Code Audit - Phase 1 Cap3" | ||||||
| /> | ||||||
| <Card | ||||||
| title="Zellic" | ||||||
| to="https://docs.babylonlabs.io/assets/files/zellic-phase1-audit.pdf" | ||||||
| description="Blockchain Security Assessment" | ||||||
| /> | ||||||
| <Card | ||||||
| title="Cantina" | ||||||
| to="https://docs.babylonlabs.io/assets/files/cantina-phase1-competition.pdf" | ||||||
| description="Bitcoin Staking Scripts Competition" | ||||||
| /> | ||||||
| <Card | ||||||
| title="Coinspect Phase 2 Audit Report" | ||||||
| to="https://docs.babylonlabs.io/assets/files/coinspect_source_code_audit_babylon_phase_2_v250324.pdf" | ||||||
| description="Source Code Audit - Phase 2" | ||||||
| /> | ||||||
| <BrowserOnly> | ||||||
| {() => ( | ||||||
| <Card | ||||||
| title="Coinspect Phase 2 Audit Report" | ||||||
| to={new URL('/assets/files/coinspect_babylon_phase_2_audit_2025_03.pdf', window.location.origin).href} | ||||||
| description="Babylon Genesis Chain Audit (March 2025)" | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| target="_blank" | ||||||
| rel="noopener noreferrer" | ||||||
| /> | ||||||
| )} | ||||||
| </BrowserOnly> | ||||||
| <BrowserOnly> | ||||||
| {() => ( | ||||||
| <Card | ||||||
| title="Zellic Babylon Genesis Audit Report" | ||||||
| to={new URL('/assets/files/zellic_babylon_genesis_chain_audit_2025_03.pdf', window.location.origin).href} | ||||||
| description="Babylon Genesis Chain Audit (March 2025)" | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| target="_blank" | ||||||
| rel="noopener noreferrer" | ||||||
| /> | ||||||
| )} | ||||||
| </BrowserOnly> | ||||||
| </CardSection> | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.