radix
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
scripts/prepare-radix-sources.shscript automates the cloning of reference source code from the official Radix DLT GitHub organization (radixdlt/radixdlt-scrypto) and the skill author's repository (xstelea/radix-web3.js). These resources are required for the skill's core functionality of providing source-backed development guidance. - [COMMAND_EXECUTION]: The
scripts/prepare-radix-sources.shscript performs a global installation of therdx-clidevelopment tool usingnpm install -g. This action is explicitly documented in the setup guide and is intended to prepare the agent's environment for transaction workflows. - [COMMAND_EXECUTION]: The
scripts/validate-radix-skill.pyscript, intended for internal skill maintenance, usessubprocess.runto perform shell syntax validation on the skill's script files using thesh -ncommand.
Audit Metadata