nft-blockchain
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The documentation includes a command to install the
eth-connectpackage via npm. This is a standard and well-known library for implementing blockchain interactions within Decentraland scenes. - [EXTERNAL_DOWNLOADS]: The skill demonstrates using
signedFetchto send authenticated requests to external backend services (usinghttps://example.com/api/actionas a template) andopenExternalUrlfor opening web pages. These are native Decentraland SDK functionalities designed for secure network communication and user-initiated navigation. - [SAFE]: The skill follows platform best practices, such as verifying the player's wallet status using
isGuestand utilizing restricted system modules (~system/SignedFetch,~system/RestrictedActions) which are governed by the environment's security model.
Audit Metadata