Skip to content
Merged
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 @@ -5418,6 +5418,28 @@
}
}
},
"npm:@taker007/crypto-guardian-snap": {
Comment thread
FrederikBolding marked this conversation as resolved.
"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="
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This does not match their GitHub repo

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

OK dev has updated the GitHub repo!

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@Montoya No updates were pushed since last I checked.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@FrederikBolding So it turns out the latest version was pushed to main not master

https://github.com/taker007/crypto-guardian/tree/main/packages/snap

}
}
},
Comment thread
Montoya marked this conversation as resolved.
"npm:@0sum/pepu-snap": {
"id": "npm:@0sum/pepu-snap",
"metadata": {
Expand Down
Loading