Skip to content

Commit 6103c1f

Browse files
authored
Add Web3 Antivirus (#300)
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 -->
1 parent b765066 commit 6103c1f

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

src/registry.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1698,7 +1698,7 @@
16981698
"audits": [
16991699
{
17001700
"auditor": "OtterSec",
1701-
"report": "https://github.com/MetaMask/snaps-registry/files/13315776/nocturne_snap_audit_final.pdf"
1701+
"report": "https://ottersec.notion.site/Nocturne-Snap-51f214a222b24df4a938411502ca13cd"
17021702
}
17031703
],
17041704
"category": "interoperability",
@@ -1714,6 +1714,36 @@
17141714
}
17151715
}
17161716
},
1717+
"npm:@web3-antivirus/web3-antivirus-snap": {
1718+
"id": "npm:@web3-antivirus/web3-antivirus-snap",
1719+
"metadata": {
1720+
"name": "Web3 Antivirus",
1721+
"author": {
1722+
"name": "Web3 Antivirus",
1723+
"website": "https://web3antivirus.io"
1724+
},
1725+
"summary": "Transact safely in Web3 with reports about scams and risks: honeypots, poisoning attacks, and more.",
1726+
"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.",
1727+
"audits": [
1728+
{
1729+
"auditor": "Veridise",
1730+
"report": "https://f8t2x8b2.rocketcdn.me/wp-content/uploads/2023/11/VAR-Web3AntivirusSnap.pdf"
1731+
}
1732+
],
1733+
"category": "transaction insights",
1734+
"support": {
1735+
"contact": "https://web3antivirus.io/support",
1736+
"faq": "https://web3antivirus.io/snap/#faq",
1737+
"knowledgeBase": "https://web3antivirus.notion.site/W3A-Snap-Knowledge-Base-3158f8369eaa4b5cb5a4bee33108f7fc"
1738+
},
1739+
"sourceCode": "https://github.com/web3-antivirus/web3-antivirus-snap"
1740+
},
1741+
"versions": {
1742+
"0.1.5": {
1743+
"checksum": "//46Lf2S2PUtQB/rodthHFQsvXmEgEWuLhgBeHjimcQ="
1744+
}
1745+
}
1746+
},
17171747
"npm:@metamask/snap-simple-keyring-snap": {
17181748
"id": "npm:@metamask/snap-simple-keyring-snap",
17191749
"metadata": {

0 commit comments

Comments
 (0)