solana-beginner
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The references/why-solana-for-builders.md file includes standard installation commands for the Solana CLI and the Anchor framework, as well as a setup script for the Superstack environment via solana.new. These are well-recognized sources within the developer community and are provided for legitimate setup purposes.
- [DATA_EXFILTRATION]: The skill incorporates a telemetry system that tracks skill usage and basic system metadata such as OS and architecture. This tracking is opt-in; the skill explicitly prompts the user for permission via the AskUserQuestion tool before any data is sent to the developer's infrastructure via a network request.
- [COMMAND_EXECUTION]: The SKILL.md file contains bash scripts in its 'Preamble' and 'Telemetry' sections. These scripts are intended to manage local configuration files and session logging within the ~/.superstack/ directory. These operations are transparent and limited to the skill's operational state management.
Audit Metadata