solana
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill establishes high-quality engineering standards for Solana development, emphasizing truthfulness in documentation, complete implementations, and rigorous testing practices using LiteSVM and QuasarSVM.
- [EXTERNAL_DOWNLOADS]: ENVIRONMENT.md contains instructions to download the Solana CLI (Agave) from release.anza.xyz and platform-tools from github.com/anza-xyz. These are well-known, official sources for the Solana ecosystem development tools.
- [COMMAND_EXECUTION]: The skill provides standard command-line instructions for installing development tools (cargo install anchor-cli), generating local development keypairs (solana-keygen), and running project tests (anchor test, cargo test). These are routine operations for Solana developers.
- [DATA_EXPOSURE]: Instructions include generating a throwaway keypair for use in fresh containers or CI environments. This is a standard practice for isolated development environments and does not involve accessing or exfiltrating existing user credentials.
Audit Metadata