web3privacy/Web3privacynowplatform/scoringmodel/Scoringmodel_techies.md

107 řádky
4.2 KiB
Markdown
Surový Normální zobrazení Historie

2023-11-08 21:47:58 +01:00
# Privacy scoring modelling > Web3privacy now analytical [platform](https://github.com/Msiusko/web3privacy/tree/main/Web3privacynowplatform)
2023-11-09 11:17:13 +01:00
# MVP for non-tecies expanded to techies
## Sandbox: DeFi category that has been analyzed
**How to use sandbox?**
1. Read takeaways.
2. Give us feedback via general comments in the Community on [Signal](https://chat.web3privacy.info/) or make a Pull request here.
3. You can always explore 38 DeFi project' assessment [here](https://github.com/web3privacy/web3privacy/blob/main/Web3privacynowplatform/scoringmodel/DeFi%20category%20prototype.md)
# Scoring model 1.2: validity track
_Validity track covers GitHub, Product-readiness, Team, Docs, Audit._
**Note**: quick assessment helps to decrease privacy dark patterns from obscure language to test-net claiming it has a "state of art privacy".
![alt text](https://github.com/web3privacy/web3privacy/blob/main/Web3privacynowplatform/scoringmodel/staticobjects/Scoring%201.2%20validity%20track.png?raw=true)
## Sandbox
**Extended**
| Project | GitHub | Product-readiness | Team | Docs | Audit | Contributors | Licenses | Support | Score |
| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |
| **Test project** | available & active GitHub / not (25%) | Live or 🚧 (exclusion criteria) | public team / not (25%) | available & not marketing docs / not (25%) | available & up to date third-party audit / not (25%) | external contributors outside of the team members | What licenses are in use | Some form of support available? (telegram, discord, forum) | from 0 to 100% |
| **score** | 12.5% | 12.5% | 12.5% | 12.5% | 12.5% | 12.5% | 12.5% | 12.5% | 100% |
**GitHub**
* Is it in stable release, 1.0 and not an alpha or untested code?
* Are there many PRs and Issues pending?
* Are there external contributors outside of the team members?
2023-11-09 11:25:21 +01:00
* What are licenses in use?
**example**: _Free & Open Source Software is the foundation that enables you to check whatever you want. The hoprd client is released under GPLv3 license that allows you to do that (and also modify and re-distribute) Hoprn freely_
2023-11-09 11:17:13 +01:00
**Docs**
- read the documentation: is it comprehensive?
**Team**
* Check if there are known contributors (reputation 101)
* Check commits at GitHub
* How many community contributors beyond core team?
* How many technical specialists in the team?
* How mature are core contributors (previous projects, GitHub commits)?
**Third-party audit**
- Were bugs fixed?
- How centralized is the protocol governance?
- How centralized are product updates?
## Infrastructure
2023-11-08 21:47:58 +01:00
| Scoring | Techie |
| ------------- | ------------- |
| How much to run a node | + |
| Where are the nodes | + |
2023-11-09 11:22:08 +01:00
| Number of nodes/servers/ -> the larger the footprint the best privacy | + |
2023-11-08 21:47:58 +01:00
2023-11-09 11:17:13 +01:00
## Data aggregation
2023-11-09 10:50:00 +01:00
| Scoring | Techie |
| ------------- | ------------- |
| no email or tel nr for signup | + |
| does not implement KYC or AML | + |
2023-11-09 11:22:08 +01:00
| What user information is stored? (username, IP address, last connection, wallets associate, etc) | + |
2023-11-08 21:47:58 +01:00
2023-11-09 11:17:13 +01:00
## Traction
2023-11-09 10:50:00 +01:00
| Scoring | Techie |
| ------------- | ------------- |
| Amount of transactions | + |
| number of people using it | + |
2023-11-08 21:47:58 +01:00
2023-11-09 11:17:13 +01:00
## Governance
2023-11-09 10:50:00 +01:00
| Scoring | Techie |
| ------------- | ------------- |
| DAO structure (if applied) | + |
2023-11-08 21:47:58 +01:00
2023-11-09 11:22:08 +01:00
# Backlog
## General
| Scoring | Techie |
| ------------- | ------------- |
| Immutability | + |
| Decentralised throughout, including hosting | + |
| Permissionless & accessible to all | + |
| Open-source | + |
## Privacy policy
2023-11-09 10:50:00 +01:00
| Scoring | Techie |
| ------------- | ------------- |
2023-11-09 11:22:08 +01:00
| Privacy Policy content | + |
| Non-vague and non-intrusive privacy policy | + |
2023-11-08 21:47:58 +01:00
2023-11-09 11:22:08 +01:00
## Storage
2023-11-09 10:50:00 +01:00
| Scoring | Techie |
| ------------- | ------------- |
2023-11-09 11:22:08 +01:00
| e2e encrypted LOCAL storage | + |
| Where is it stored? (centralized server, certain jurisdictions, on-chain, in browser/local cache) | + |
## Privacy execution
| Scoring | Techie |
| ------------- | ------------- |
| p2p / no central server | + |
| Trustless - No ID required (this is where ZKs are useful) | + |
2023-11-08 21:47:58 +01:00
2023-11-09 11:17:13 +01:00
## Testing
2023-11-09 10:50:00 +01:00
| Scoring | Techie |
2023-11-08 21:47:58 +01:00
| ------------- | ------------- |
2023-11-09 10:50:00 +01:00
| try to trace a transaction | + |
| Other tooling to verify e.g. block explorers | + |