1. SolGuard: Preventing external call issues in smart contract-based multi-agent robotic systems
- Author
-
Purathani Praitheeshan, Robin Doss, Lei Pan, Xi Zheng, and Alireza Jolfaei
- Subjects
Information Systems and Management ,Smart contract ,Computer science ,business.industry ,Denial-of-service attack ,Static program analysis ,computer.software_genre ,Computer Science Applications ,Theoretical Computer Science ,Task (project management) ,Artificial Intelligence ,Control and Systems Engineering ,Software deployment ,Order (business) ,Solidity ,Plug-in ,Software engineering ,business ,computer ,Software - Abstract
In the new era of blockchain-based multi-agent robotic systems, smart contract programs perform an influential role in implementing decentralized applications with required task allocations. Smart contract programs are developed using script-type of programming languages, and they have already deployed several vulnerable patterns without proper testing and audit. We studied Solidity smart contracts running on the Ethereum platform and identified that they had been exploited because of several programming issues, especially using low-level external calls to malicious sources. Since smart contracts are immutable after their deployment to autonomous multi-robot systems, they should be tested to fix possible development phase issues. We implemented a prototype plugin called SolGuard by extending the solhint linter to prevent three critical issues related to Solidity smart contract programs’ usage of external calls. The SolGuard plugin checks state variable order in the smart contracts, participation of delegatecall invocations, address type parameters in the smart contract’s constructor, and denial of service patterns. We empirically evaluate the SolGuard plugin with existing popular static analysis tools. Our results indicate that SolGuard outperformed the baseline tools in terms of efficiency and accuracy.
- Published
- 2021
- Full Text
- View/download PDF