Skip to content

Latest commit

 

History

History
71 lines (41 loc) · 2.54 KB

File metadata and controls

71 lines (41 loc) · 2.54 KB

Introduction

A time-boxed security review of the protocol name protocol was done by pashov, with a focus on the security aspects of the application's smart contracts implementation.

Disclaimer

A smart contract security review can never verify the complete absence of vulnerabilities. This is a time, resource and expertise bound effort where I try to find as many vulnerabilities as possible. I can not guarantee 100% security after the review or even if the review will find any problems with your smart contracts. Subsequent security reviews, bug bounty programs and on-chain monitoring are strongly recommended.

About pashov

Krum Pashov, or pashov, is an independent smart contract security researcher. Having found numerous security vulnerabilities in various protocols, he does his best to contribute to the blockchain ecosystem and its protocols by putting time and effort into security research & reviews. Check his previous work here or reach out on Twitter @pashovkrum

About ProtocolName

explanation what the protocol does, some architectural comments, technical documentation

Observations

Privileged Roles & Actors

Severity classification

Severity Impact: High Impact: Medium Impact: Low
Likelihood: High Critical High Medium
Likelihood: Medium High Medium Low
Likelihood: Low Medium Low Low

Impact - the technical, economic and reputation damage of a successful attack

Likelihood - the chance that a particular vulnerability gets discovered and exploited

Severity - the overall criticality of the risk

Security Assessment Summary

review commit hash - fffffffff

fixes review commit hash - fffffffff

Scope

The following smart contracts were in scope of the audit:

  • SmartContractName
  • SmartContractName

Findings Summary

ID Title Severity Status
[C-01] Any Critical Title Here Critical TBD
[H-01] Any High Title Here High TBD
[M-01] Any Medium Title Here Medium TBD
[L-01] Any Low Title Here Low TBD

Detailed Findings

[S-01] VulnerabilityHeadline

Severity

Impact:

Likelihood:

Description

Recommendations