nft-blockchain
Warn
Audited by Socket on Feb 25, 2026
1 alert found:
SecuritySecuritySKILL.md
MEDIUMSecurityMEDIUM
SKILL.md
The code fragment is coherent with its stated purpose of NFT/Blockchain interactions in Decentraland. It employs standard libraries and conventional data flows (wallet verification, signed backend requests, and contract interactions) without embedded secrets or obvious exfiltration paths. Primary security considerations are typical for wallet-based Web3 features: protect backend verification (nonces, replay protection), minimize data exposed to backends, and ensure user consent for sign-required actions and external navigations. Overall, the risk is moderate but manageable with proper backend trust, user prompts, and scope-limiting permissions.
Confidence: 75%Severity: 75%
Audit Metadata