Add shared reported-malicious mini app id list for client blocklists#595
Draft
neynar-chatbot-agent wants to merge 1 commit into
Draft
Add shared reported-malicious mini app id list for client blocklists#595neynar-chatbot-agent wants to merge 1 commit into
neynar-chatbot-agent wants to merge 1 commit into
Conversation
Expose REPORTED_MALICIOUS_MINI_APP_IDS and isReportedMaliciousMiniAppId() for Farcaster clients to block or warn on known abuse reports (NEYN-10502). This repo does not enforce blocking; hosts consume the shared constant.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
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.
Summary
A user report described suspected wallet-draining behavior for the Universal Mini App clawnchpad at
https://farcaster.xyz/miniapps/TKmCN5l0NjbZ/clawnchpad.This repository ships the Mini Apps SDK (
@farcaster/miniapp-core,@farcaster/miniapp-host, and related packages). It does not host the Farcaster web client where blocklists or takedowns are enforced, so production blocking or delisting still requires a change in the client or catalog service that loads mini apps.Changes
REPORTED_MALICIOUS_MINI_APP_IDSandisReportedMaliciousMiniAppId()in@farcaster/miniapp-coreso Farcaster clients and internal tooling can share one canonical list of Universal Link app ids tied to trust-and-safety reports.TKmCN5l0NjbZfrom the abuse report.Follow-up (outside this PR)
Enforcement (blocking the iframe, showing a warning, or delisting in the catalog) must happen in the Farcaster client or backend that resolves Universal Links and loads mini apps. Consumers of this package can call
isReportedMaliciousMiniAppId()before loading a mini app when they have the Universal Link app id.Linear Issue: NEYN-10502