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 curl to 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.md provides standard installation commands for official development tools. These include fetching setup scripts for Rust from rustup.rs and the Solana CLI from solana.workers.dev (Cloudflare) using curl | bash patterns.
  • [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 using anchor build, solana-test-validator, and solana airdrop.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 14, 2026, 03:15 PM