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-connect package via npm. This is a standard and well-known library for implementing blockchain interactions within Decentraland scenes.
  • [EXTERNAL_DOWNLOADS]: The skill demonstrates using signedFetch to send authenticated requests to external backend services (using https://example.com/api/action as a template) and openExternalUrl for 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 isGuest and utilizing restricted system modules (~system/SignedFetch, ~system/RestrictedActions) which are governed by the environment's security model.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 23, 2026, 01:30 PM