Skip to content

Commit

Permalink
Add Web3 Antivirus (#300)
Browse files Browse the repository at this point in the history
This closes #266

Also updates Audit Report URL for Nocturne

<!--
Thanks for your contribution! Take a moment to answer these questions so
that reviewers have the information they need to properly understand
your changes:

* What is the current state of things and why does it need to change?
* What is the solution your changes offer and how does it work?

Are there any issues or other links reviewers should consult to
understand this pull request better? For instance:

* Fixes #12345
* See: #67890
-->
  • Loading branch information
Montoya authored Nov 23, 2023
1 parent b765066 commit 6103c1f
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion src/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,7 @@
"audits": [
{
"auditor": "OtterSec",
"report": "https://github.com/MetaMask/snaps-registry/files/13315776/nocturne_snap_audit_final.pdf"
"report": "https://ottersec.notion.site/Nocturne-Snap-51f214a222b24df4a938411502ca13cd"
}
],
"category": "interoperability",
Expand All @@ -1714,6 +1714,36 @@
}
}
},
"npm:@web3-antivirus/web3-antivirus-snap": {
"id": "npm:@web3-antivirus/web3-antivirus-snap",
"metadata": {
"name": "Web3 Antivirus",
"author": {
"name": "Web3 Antivirus",
"website": "https://web3antivirus.io"
},
"summary": "Transact safely in Web3 with reports about scams and risks: honeypots, poisoning attacks, and more.",
"description": "Have your Web3 security guard right in your wallet. This Snap runs thorough checks of all contracts, addresses, and assets you interact with and evaluates their safety. If there are risks such as honeypots and poisoning attacks, it alerts you in real-time about potential scams.",
"audits": [
{
"auditor": "Veridise",
"report": "https://f8t2x8b2.rocketcdn.me/wp-content/uploads/2023/11/VAR-Web3AntivirusSnap.pdf"
}
],
"category": "transaction insights",
"support": {
"contact": "https://web3antivirus.io/support",
"faq": "https://web3antivirus.io/snap/#faq",
"knowledgeBase": "https://web3antivirus.notion.site/W3A-Snap-Knowledge-Base-3158f8369eaa4b5cb5a4bee33108f7fc"
},
"sourceCode": "https://github.com/web3-antivirus/web3-antivirus-snap"
},
"versions": {
"0.1.5": {
"checksum": "//46Lf2S2PUtQB/rodthHFQsvXmEgEWuLhgBeHjimcQ="
}
}
},
"npm:@metamask/snap-simple-keyring-snap": {
"id": "npm:@metamask/snap-simple-keyring-snap",
"metadata": {
Expand Down

0 comments on commit 6103c1f

Please # to comment.