build-with-claude
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFEDATA_EXFILTRATIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [DATA_EXFILTRATION]: The skill implements a telemetry system to collect usage metadata such as skill names, event types, and platform information (OS and architecture). This data is transmitted via
curlto a backend endpoint defined in the user's local configuration file (~/.superstack/config.json). The skill includes an explicit consent flow that prompts the user before enabling this telemetry. - [EXTERNAL_DOWNLOADS]: Reference documentation in
references/dev-environment-setup.mdprovides standard installation commands for official development tools. These include fetching setup scripts for Rust fromrustup.rsand the Solana CLI fromsolana.workers.dev(Cloudflare) usingcurl | bashpatterns. - [COMMAND_EXECUTION]: The skill utilizes shell commands to manage its internal telemetry logging and configuration files within the
~/.superstack/directory. It also provides standard CLI instructions for the Solana development workflow, such as usinganchor build,solana-test-validator, andsolana airdrop.
Audit Metadata