opensource-observer / oso

Measuring the impact of open source software
https://opensource.observer
Apache License 2.0
73 stars 16 forks source link

oss-directory: Automatic Safe Validation #1049

Open ravenac95 opened 8 months ago

ravenac95 commented 8 months ago

Describe the feature you'd like to request

We need to automatically verify safe addresses added to oss-directory.

Describe the solution you'd like

A safe is a wallet controlled by a smart contract. An address with a safe tag should be validated to determine it was created through one of the factory addresses maintained by Safe Global. It should not have the contract tag associated with it. Currently, I do this in a lazy way looking up the contract name on Etherscan and validating it if it contains certain keywords (eg, "safe", "multisig", "proxy")

When a new safe is added, we should:

Describe alternatives you've considered

N/A

ravenac95 commented 8 months ago

Decomposition of #1034