This is a Harvest Finance Process Quality Audit completed on 21 January 2021. It was performed using the Process Review process (version 0.6.1) and is documented here. This is a revision of the version completed on 7 September 2020 that was performed using the Process Audit process (version 0.5) and is documented here. The audit was performed by ShinkaRex of Caliburn Consulting. Check out our Telegram.
The final score of the audit is 67%, a bare pass. The breakdown of the scoring is in Scoring Appendix.
Very simply, the audit looks for the following declarations from the developer's site. With these declarations, it is reasonable to trust the smart contracts.
Here is my smart contract on the blockchain
You can see it matches a software repository used to develop the code
Here is the documentation that explains what my smart contract does
Here are the tests I ran to verify my smart contract
Here are the audit(s) performed to review my code by third party experts
This report is for informational purposes only and does not constitute investment advice of any kind, nor does it constitute an offer to provide investment advisory or other services. Nothing in this report shall be considered a solicitation or offer to buy or sell any security, future, option or other financial instrument or to offer or provide any investment advice or service to any person in any jurisdiction. Nothing contained in this report constitutes investment advice or offers any opinion with respect to the suitability of any security, and the views expressed in this report should not be taken as advice to buy, sell or hold any security. The information in this report should not be relied upon for the purpose of investing. In preparing the information contained in this report, we have not taken into account the investment needs, objectives and financial circumstances of any particular investor. This information has no regard to the specific investment objectives, financial situation and particular needs of any specific recipient of this information and investments discussed may not be suitable for all investors.
Any views expressed in this report by us were prepared based upon the information available to us at the time such views were written. Changed or additional information could cause such views to change. All information is subject to possible correction. Information may quickly become unreliable for various reasons, including changes in market conditions or economic circumstances.
This completed report is copyright (c) DeFiSafety 2021. Permission is given to copy in whole, retaining this copyright label.
This section looks at the code deployed on the Mainnet that gets audited and its corresponding software repository. The document explaining these questions is here. This audit will answer the questions;
Is the executing code address(s) readily available? (Y/N)
Is the code actively being used? (%)
Are the Contract(s) Verified/Verifiable? (Y/N)
Does the code match a tagged version in the code hosting platform? (%)
Is the software repository healthy? (%)
Answer: Yes
The addresses are available at https://github.com/harvest-finance/harvest, in the readme.
Answer: 100%
Activity is over 100 transactions a day, as indicated in the Appendix.
100% More than 10 transactions a day 70% More than 10 transactions a week 40% More than 10 transactions a month 10% Less than 10 transactions a month 0% No activity
Answer: Yes
GitHub: https://github.com/harvest-finance/harvest​
Is there a public software repository with the code at a minimum, but normally test and scripts also (Y/N). Even if the repo was created just to hold the files and has just 1 transaction, it gets a Yes. For teams with private repos, this answer is No.
​
Answer: 30%
With 41 commits and 1 branch, this is still not very healthy.
This checks if the software repository demonstrates a strong steady history. This is normally demonstrated by commits, branches and releases in a software repository. A healthy history demonstrates a history of more than a month (at a minimum).
Guidance: 100% Any one of 100+ commits, 10+branches 70% Any one of 70+ commits, 7+branches 50% Any one of 50+ commits, 5+branches 30% Any one of 30+ commits, 3+branches 0% Less than 2 branches or less than 10 commits
Continue to test and perform other verification activities after deployment, including routine maintenance updating to new releases of testing and deployment tools. A public development history indicates clearly to the public the level of continued investment and activity by the developers on the application. This gives a level of security and faith in the application.
Answer: No
Harvest is run by an anonymous team.
For a yes in this question the real names of some team members must be public on the website or other documentation. If the team is anonymous and then this question is a No.
This section looks at the software documentation. The document explaining these questions is here.
Required questions are;
Is there a whitepaper? (Y/N)
Are the basic application requirements documented? (Y/N)
Do the requirements fully (100%) cover the deployed contracts? (%)
Are there sufficiently detailed comments for all functions within the deployed contract code (%)
Is it possible to trace software requirements to the implementation in code (%)
Answer: Yes
I will consider his opening medium post as the equivalent of a white paper. It does give the top-level information needed.
Location: https://medium.com/harvest-finance/the-harvest-finance-project-338c3e5806fc​
Answer: No
While there is discussion in the wiki on tokenomics, no contract description or documentation is evident except a list of contracts
Write the document based on the deployed code. For guidance, refer to the SecurEth System Description Document.
Answer: 0%
While some documentation with the flow diagram exists, it is far from documenting the code.
Guidance:
100% All contracts and functions documented 80% Only the major functions documented 79-1% Estimate of the level of software documentation 0% No software documentation
This score can improve by adding content to the requirements document such that it comprehensively covers the requirements. For guidance, refer to the SecurEth System Description Document . Using tools that aid traceability detection will help.
Answer: 60%
Code commenting is very good, with a 46% code to commenting and NatSpec. Much more commenting than normal.
Code examples are in the Appendix. As per the SLOC, there is 46% commenting to code.
Guidance: 100% CtC > 100 Useful comments consistently on all code 90-70% CtC > 70 Useful comment on most code 60-20% CtC > 20 Some useful commenting 0% CtC < 20 No useful commenting
This score can improve by adding comments to the deployed code such that it comprehensively covers the code. For guidance, refer to the SecurEth Software Requirements.
Answer: 0%
As there was only one flow diagram for requirements, tracing to code was not possible.
Guidance: 100% - Clear explicit traceability between code and documentation at a requirement level for all code 60% - Clear association between code and documents via non explicit traceability 40% - Documentation lists all the functions and describes their functions 0% - No connection between documentation and code
This score can improve by adding traceability from requirements to code such that it is clear where each requirement is coded. For reference, check the SecurEth guidelines on traceability.
This section looks at the software testing available. It is explained in this document. This section answers the following questions;
Full test suite (Covers all the deployed code) (%)
Code coverage (Covers all the deployed lines of code, or explains misses) (%)
Scripts and instructions to run the tests (Y/N)
Packaged with the deployed code (Y/N)
Report of the results (%)
Formal Verification test done (%)
Stress Testing environment (%)
Answer: 100%
There is a 149% test to code ratio and a full and varied set of tests
Answer: 50%
As is frequently the case, no evidence of test results exists.
Guidance: 100% - Documented full coverage 99-51% - Value of test coverage from documented results 50% - No indication of code coverage but clearly there is a reasonably complete set of tests 30% - Some tests evident but not complete 0% - No test for coverage seen
This score can improve by adding tests achieving full code coverage. A clear report and scripts in the software repository will guarantee a high score.
Answer: Yes
Test instructions are in the truffle config.
Answer: Yes
Answer: 0%
No report was visible.
Add a report with the results. The test scripts should generate the report or elements of it.
Answer: 0%
No evidence of formal validation found.
Answer: 0%
While a ropsten test network did exist during development (as evident from the truffle config)
Answer: 100%
Two good audits, with corrections as appropriate are visible. One from Peckshield
and one from Haechi.
Guidance:
Multiple Audits performed before deployment and results public and implemented or not required (100%)
Single audit performed before deployment and results public and implemented or not required (90%)
Audit(s) performed after deployment and no changes required. Audit report is public. (70%)
No audit performed (20%)
Audit Performed after deployment, existence is public, report is not public and no improvements deployed OR smart contract address' not found, question 1 (0%)
The author of this audit is Rex of Caliburn Consulting.
Email : rex@defisafety.com Twitter : @defisafety
I started with Ethereum just before the DAO and that was a wonderful education. It showed the importance of code quality. The second Parity hack also showed the importance of good process. Here my aviation background offers some value. Aerospace knows how to make reliable code using quality processes.
I was coaxed to go to EthDenver 2018 and there I started SecuEth.org with Bryant and Roman. We created guidelines on good processes for blockchain code development. We got EthFoundation funding to assist in their development.
Process Quality Audits are an extension of the SecurEth guidelines that will further increase the quality processes in Solidity and Vyper development.
Career wise I am a business development manager for an avionics supplier.
contract Vault is ERC20, ERC20Detailed, IVault, Controllable {using SafeERC20 for IERC20;using Address for address;using SafeMath for uint256;​event Withdraw(address indexed beneficiary, uint256 amount);event Deposit(address indexed beneficiary, uint256 amount);event Invest(uint256 amount);​IStrategy public strategy;IERC20 public underlying;​uint256 public underlyingUnit;​mapping(address => uint256) public contributions;mapping(address => uint256) public withdrawals;​uint256 public vaultFractionToInvestNumerator;uint256 public vaultFractionToInvestDenominator;​constructor(address _storage,address _underlying,uint256 _toInvestNumerator,uint256 _toInvestDenominator) ERC20Detailed(string(abi.encodePacked("FARM_", ERC20Detailed(_underlying).symbol())),string(abi.encodePacked("f", ERC20Detailed(_underlying).symbol())),ERC20Detailed(_underlying).decimals()) Controllable(_storage) public {underlying = IERC20(_underlying);require(_toInvestNumerator <= _toInvestDenominator, "cannot invest more than 100%");require(_toInvestDenominator != 0, "cannot divide by 0");vaultFractionToInvestDenominator = _toInvestDenominator;vaultFractionToInvestNumerator = _toInvestNumerator;underlyingUnit = 10 ** uint256(ERC20Detailed(address(underlying)).decimals());}​modifier whenStrategyDefined() {require(address(strategy) != address(0), "Strategy must be defined");_;}​// Only smart contracts will be affected by this modifiermodifier defense() {require((msg.sender == tx.origin) || // If it is a normal user and not smart contract,// then the requirement will pass!IController(controller()).greyList(msg.sender), // If it is a smart contract, then"This smart contract has been grey listed" // make sure that it is not on our greyList.);_;}​/*** Chooses the best strategy and re-invests. If the strategy did not change, it just calls* doHardWork on the current strategy. Call this through controller to claim hard rewards.*/function doHardWork() whenStrategyDefined onlyControllerOrGovernance external {// ensure that new funds are invested tooinvest();strategy.doHardWork();}​/** Returns the cash balance across all users in this contract.*/function underlyingBalanceInVault() view public returns (uint256) {return underlying.balanceOf(address(this));}​/* Returns the current underlying (e.g., DAI's) balance together with* the invested amount (if DAI is invested elsewhere by the strategy).*/function underlyingBalanceWithInvestment() view public returns (uint256) {if (address(strategy) == address(0)) {// initial state, when not setreturn underlyingBalanceInVault();}return underlyingBalanceInVault().add(strategy.investedUnderlyingBalance());}​/** Allows for getting the total contributions ever made.*/function getContributions(address holder) view public returns (uint256) {return contributions[holder];}​/** Allows for getting the total withdrawals ever made.*/function getWithdrawals(address holder) view public returns (uint256) {return withdrawals[holder];}​function getPricePerFullShare() public view returns (uint256) {return totalSupply() == 0? underlyingUnit: underlyingUnit.mul(underlyingBalanceWithInvestment()).div(totalSupply());}​/* get the user's share (in underlying)*/function underlyingBalanceWithInvestmentForHolder(address holder) view external returns (uint256) {if (totalSupply() == 0) {return 0;}return underlyingBalanceWithInvestment().mul(balanceOf(holder)).div(totalSupply());}​function setStrategy(address _strategy) public onlyControllerOrGovernance {require(_strategy != address(0), "new _strategy cannot be empty");require(IStrategy(_strategy).underlying() == address(underlying), "Vault underlying must match Strategy underlying");require(IStrategy(_strategy).vault() == address(this), "the strategy does not belong to this vault");​if (address(_strategy) != address(strategy)) {if (address(strategy) != address(0)) { // if the original strategy (no underscore) is definedunderlying.safeApprove(address(strategy), 0);strategy.withdrawAllToVault();}strategy = IStrategy(_strategy);underlying.safeApprove(address(strategy), 0);underlying.safeApprove(address(strategy), uint256(~0));}}​function setVaultFractionToInvest(uint256 numerator, uint256 denominator) external onlyGovernance {require(denominator > 0, "denominator must be greater than 0");require(numerator < denominator, "denominator must be greater than numerator");vaultFractionToInvestNumerator = numerator;vaultFractionToInvestDenominator = denominator;}​function rebalance() external onlyControllerOrGovernance {withdrawAll();invest();}​function availableToInvestOut() public view returns (uint256) {uint256 wantInvestInTotal = underlyingBalanceWithInvestment().mul(vaultFractionToInvestNumerator).div(vaultFractionToInvestDenominator);uint256 alreadyInvested = strategy.investedUnderlyingBalance();if (alreadyInvested >= wantInvestInTotal) {return 0;} else {uint256 remainingToInvest = wantInvestInTotal.sub(alreadyInvested);return remainingToInvest <= underlyingBalanceInVault()// TODO: we think that the "else" branch of the ternary operation is not// going to get hit? remainingToInvest : underlyingBalanceInVault();}}​​
Language | Files | Lines | Blanks | Comments | Code | Complexity |
Solidity | 35 | 3720 | 535 | 998 | 2187 | 240 |
Comments to Code 998/ 2187 = 46%
Language | Files | Lines | Blanks | Comments | Code | Complexity |
JavaScript | 26 | 4415 | 673 | 487 | 3255 | 21 |
Tests to Code 3255 / 2187 = 149%