hashgraph / hedera-smart-contracts

Contains Hedera Smart Contract Service supporting files
Apache License 2.0
37 stars 50 forks source link

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

Open se7enarianelabs opened 4 weeks ago

se7enarianelabs commented 4 weeks ago

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
- [ ] https://github.com/hashgraph/hedera-smart-contracts/pull/768
se7enarianelabs commented 1 week ago

This issue #768 was not related to this one.