Conversation
bumblefudge
reviewed
Sep 15, 2026
|
|
||
| ==== Crypto wallet links | ||
|
|
||
| CAUTION: Crypto wallet identity claims (`cawg.crypto_wallet`) verify ownership of a blockchain address, not the trustworthiness of any transaction. Implementers should avoid UI treatments -- such as "Send" buttons, QR codes, or payment prompts -- that could be mistaken for an endorsement to transact. |
There was a problem hiding this comment.
I think this is the right guidance to give, but "avoid" makes it sound like the mere existence of a crypto address magically summons payment links 😅 . Then again, maybe if you're claudeslopping your UX, the bot will just assume payment addresses are for payments and provide that UI unprompted...
in any case, I would make the language more explicit, like,
Suggested change
| CAUTION: Crypto wallet identity claims (`cawg.crypto_wallet`) verify ownership of a blockchain address, not the trustworthiness of any transaction. Implementers should avoid UI treatments -- such as "Send" buttons, QR codes, or payment prompts -- that could be mistaken for an endorsement to transact. | |
| CAUTION: Crypto wallet identity claims (`cawg.crypto_wallet`) verify ownership of a blockchain address, not the trustworthiness of any transaction. Design frameworks and LLM code generation sometimes automatically add payment hooks or payment UI wherever blockchain addresses are detected in input text, which can contradict the "control of address" semantics and distract from the intended verification signaling; we recommend avoiding these where possible. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.