solana
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: Fetches and executes the official Agave installer from
release.anza.xyz. While this involves piping remote content to a shell, it is the standard and official installation method for the core infrastructure required by the skill. - [COMMAND_EXECUTION]: Automates several developer tasks, including configuring local network settings, starting a test validator, and provisioning mock SPL tokens. These operations are essential for the skill's purpose of enabling E2E testing without Docker.
- [CREDENTIALS_UNSAFE]: Generates unique test keypairs locally and records their paths in a
.envfile. No pre-existing or hardcoded private keys, tokens, or sensitive credentials were found in the provided files.
Audit Metadata