hashgraph/hedera-smart-contracts

Run Static Analysis on the `hts-precompile/examples/` Contracts

Opened this issue · 1 comments

Problem

The hts-precompile/examples/ contracts have not been audited, and no static analysis has been performed on them. To ensure that the example contracts created by the Hedera Team represent the highest quality code, even though they are not audited, we should run a static analysis. This will help identify potential issues and allow us to fix them if necessary.

We should focus on analyzing the following contracts:

Solution

We can utilize Slither to perform the static analysis.

Alternatives

No response

Tasks

  1. enhancement

This issue #768 was not related to this one.