Vidma is pleased to present this audit report outlining our assessment of code, smart contracts, and other important audit insights and suggestions for management, developers, and users.The audit scope included BridgeAssist contract. The contract appears to facilitate the transfer of tokens between different blockchain networks, assisted by a relayer. It supports separate fees for sending and fulfilling transactions, works with multiple chains (including non-EVM blockchains), and has configurable limits and exchange rates for cross-chain transactions. Users need to submit a send transaction with the underlying token and chain. The blockchain will search the submitted transactions and sign and fulfill them on the destination chain.During the audit process, the Vidma team found one medium issue which later was considered as invalid due to validation on backend side. A detailed summary and the current state are displayed in the table below.
After evaluating the findings in this report and the final state after fixes, the Vidma auditors can state that the contracts are fully operational and secure. Under the given circumstances, we set the following risk level:
To set the codebase quality mark, our auditors are evaluating the initial commit given for the scope of the audit and the last commit with the fixes. This approach helps us adequately and sequentially evaluate the quality of the code. Code style, optimization of the contracts, the number of issues, and risk level of the issues are all taken into consideration. The Vidma team has developed a transparent evaluation codebase quality system presented below.
Evaluating the initial commit and the last commit with the fixes, Vidma audit team set the following codebase quality mark.
Score
Based on the overall result of the audit and the state of the final reviewed commit, the Vidma audit team grants the following score:
In addition to manual check and static analysis, the auditing team has conducted a number of integrated autotests to ensure the given codebase has an adequate performance and security level. The test results and coverage can be found in the accompanying section of this audit report.
Please be aware that this audit does not certify the definitive reliability and security level of the contract. This document describes all vulnerabilities, typos, performance issues, and security issues found by the Vidma audit team.
If the code is still under development, we highly recommend running one more audit once the code is finalized.
Credit Unions, Cooperatives, and Individuals anywhere in the world can now earn higher interests in stable currencies on their savings.
Within the scope of this audit, two independent auditors thoroughly investigated the given codebase and analyzed the overall security and performance of the smart contract.
The audit was conducted from Nov 27, 2023 to Dec 1, 2023. The outcome is disclosed in this document.
The scope of work for the given audit consists of the following contract:
The source code was taken from the following source:
https://github.com/gotbitlabs/wnt-bridge/blob/main/contracts/contracts/BridgeAssist.sol
Initial commit submitted for the audit:
5d1b4efe7bf3e5b2cac1b952944d37db00c30a55
Last commit reviewed by the auditing team:
5d1b4efe7bf3e5b2cac1b952944d37db00c30a55
As a reference to the contracts logic, business concept, and the expected behavior of the codebase, the Xend and Wicrypt team has provided the following documentation:
https://github.com/gotbitlabs/wnt-bridge/tree/main/contracts
The technical documentation is on the readme.
Vidma audit team uses the most sophisticated and contemporary methods and well-developed techniques to ensure contracts are free of vulnerabilities and security risks. The overall workflow consists of the following phases:
After the Audit kick-off, our security team conducts research on the contract’s logic and expected behavior of the audited contract.
Vidma auditors do a deep dive into your tech documentation with the aim of discovering all the behavior patterns of your codebase and analyzing the potential audit and testing scenarios.
At this point, the Vidma auditors are ready to kick off the process. We set the auditing strategies and methods and are prepared to conduct the first audit part.
During the manual phase of the audit, the Vidma team manually looks through the code in order to find any security issues, typos, or discrepancies with the logic of the contract. The initial commit as stated in the agreement is taken into consideration.
Static analysis tools are used to find any other vulnerabilities in smart contracts that were missed after a manual check.
An interim report with the list of issues.
Within the testing part, Vidma auditors run integration tests using the Truffle or Hardhat testing framework. The test coverage and the test results are inserted in the accompanying section of this audit report.
Second interim report with the list of new issues found during the testing part of the audit process.
For simplicity in reviewing the findings in this report, Vidma auditors classify the findings in accordance with the severity level of the issues. (from most critical to least critical).
All issues are marked as “Resolved” or “Unresolved”, depending on if they have been fixed by project team or not. The issues with “Not Relevant” status are left on the list of findings but are not eligible for the score points deduction.
The latest commit with the fixes reviewed by the auditors is indicated in the “Scope of Work” section of the report.
The Vidma team always provides a detailed description of the issues and recommendations on how to fix them.
Classification of found issues is graded according to 6 levels of severity described below:
Medium | Invalid
There is no check in the fulfill() function if the passed FulfillTx is matched with a transaction passed in the send(). So in the FulfillTx struct can be passed arbitrary addresses for fromuser and touser even if there is no available transaction for the passed addresses.
For example: user1 call send with toUser address as user2 address. Then it is possible to submit fulfill() with the fromUser param as user3 and toUser as user3.
Consider checking the fulfill tx data is matched with the send tx data.
To verify the security of the contract and the performance, a number of integration
tests were carried out using the Truffle testing framework.
In this section, we provide both tests written by Xend, Wicrypt and tests written by Vidma auditors.
Vidma Coverage – 100%
Industry Standard – 95%
It is important to note that Vidma auditors do not modify, edit or add tests to the existing tests provided in the Xend and Wicrypt repository. We write totally separate tests with code coverage of a minimum of 95% to meet industry standards.
We are delighted to have a chance to work with the Xend and Wicrypt team and contribute to your company's success by reviewing and certifying the security of your smart contracts.
The statements made in this document should be interpreted neither as investment or legal advice, nor should its authors be held accountable for decisions made based on this document.