Spearbit is a decentralized network of expert Web3 security engineers. Together, we help secure the Web3 ecosystem. We offer security reviews and related services to Web3 projects. Our network has experience at every part of the stack, including protocol design, smart contracts, and the Solidity compiler itself. Spearbit brings in untapped security talent: expert freelance auditors who want flexibility to work on interesting projects together. Learn more about us at https://spearbit.com.
Some introduction on the protocol
The focus of the security review was on the following:
- Specific security concern 1.
- Specific security concern 2.
- Specific security concern 3.
Disclaimer: This security review does not guarantee against a hack. It is a snapshot in time of brink according to the specific commit by a three person team. Any modifications to the code will require a new security review.
Severity: High
Context: Contract.sol#L160-L165
Description:
contract Test {
...
// Code blocks must be indented with 4 spaces.
}
Recommendation:
+ use diff syntax to describe what should be changed
- ...
Project: Fixed in PR #1.
Spearbit: Resolved.
\clearpage