-
Notifications
You must be signed in to change notification settings - Fork 23
Add Crypto Guardian #1445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Crypto Guardian #1445
Changes from all commits
ac98583
2a4b60e
75e0cf8
5b160d3
9f5ba4c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5418,6 +5418,28 @@ | |
| } | ||
| } | ||
| }, | ||
| "npm:@taker007/crypto-guardian-snap": { | ||
| "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=" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This does not match their GitHub repo
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK dev has updated the GitHub repo!
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Montoya No updates were pushed since last I checked.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @FrederikBolding So it turns out the latest version was pushed to https://github.com/taker007/crypto-guardian/tree/main/packages/snap |
||
| } | ||
| } | ||
| }, | ||
|
Montoya marked this conversation as resolved.
|
||
| "npm:@0sum/pepu-snap": { | ||
| "id": "npm:@0sum/pepu-snap", | ||
| "metadata": { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.