Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions src/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -5445,6 +5445,28 @@
}
}
},
"npm:@taker007/crypto-guardian-snap": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah that's weird. ok we are not doing this ha ha.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The team claims that the latest version 1.1.1 has no references to local hosts, but they haven't updated the GitHub repo, so I've asked them to do that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated source code here: https://github.com/taker007/crypto-guardian

Ready for review

"id": "npm:@taker007/crypto-guardian-snap",
"metadata": {
"name": "Crypto Guardian",
"author": {
"name": "HAJ Solutions, Inc",
"website": "https://github.com/taker007/crypto-guardian"
},
"summary": "Shows on-chain risk signals for Ethereum tokens so users can make informed decisions before proceeding. Advisory only.",
"description": "Crypto Guardian is an advisory-only MetaMask Snap that provides on-chain risk signals for Ethereum tokens before a user proceeds with an interaction. The Snap analyzes publicly available on-chain data related to a token or contract and presents a simple risk summary to the user using a confirmation dialog. It is designed to help users make more informed decisions, not to enforce or automate any action. Crypto Guardian does NOT sign transactions, send transactions, block transactions, read wallet balances, estimate gas, or move funds. It does not have access to private keys, seed phrases, or signing material. All analysis is read-only. How it works: When triggered, the Snap requests a risk assessment for the selected Ethereum token or contract. The result is displayed to the user as an informational dialog showing a risk level and supporting context. The user remains fully in control and may choose to proceed or stop on their own. Backend usage: Risk analysis is performed via a read-only backend service. Only the minimum information required to analyze on-chain risk is sent (such as a token or contract identifier). No personal data, wallet secrets, or transaction signing payloads are transmitted. Graceful degradation: If the backend service is unreachable or unavailable, Crypto Guardian does not fail silently. Instead, it displays a warning dialog and defaults the assessment to a high-risk, unverified state, allowing the user to decide how to proceed. Crypto Guardian is intended as an informational safety tool. It provides signals and context only and should not be considered financial advice or an automated security enforcement mechanism.",
"category": "transaction insights",
"support": {
"knowledgeBase": "https://github.com/taker007/crypto-guardian/blob/main/packages/snap/README.md"
},
"sourceCode": "https://github.com/taker007/crypto-guardian"
},
"versions": {
"1.1.1": {
"checksum": "cNlMbl70B1usNJxalMQiLdWUUULHHxxPWZPAi6Boyvo="
}
}
},
"npm:@0sum/pepu-snap": {
"id": "npm:@0sum/pepu-snap",
"metadata": {
Expand Down
Loading