aspire-init

Pass

Audited by Gen Agent Trust Hub on Jul 30, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
  • Official CLI Installation: The skill provides instructions to install the Aspire CLI using a script from aspire.dev via curl -sSL ... | bash. While piping remote scripts to a shell is a sensitive operation, it is a standard installation method for this developer tool provided by the vendor.
  • Package Management: The skill supports installing the Aspire CLI as a .NET global tool (Aspire.Cli) through the official .NET SDK registry.
  • Project Scaffolding: The skill executes commands such as aspire init and aspire new to generate project files, including aspire.config.json and AppHost skeletons. These operations involve file system modifications necessary for project bootstrapping.
  • Automated Diagnostics: It utilizes aspire doctor to verify environment prerequisites and ensure the local development setup meets the requirements for .NET Aspire.
  • Skill Orchestration: The skill manages the installation of the aspireify agent skill into local directories like .agents/skills/, which is used for subsequent resource wiring tasks.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 30, 2026, 11:53 AM
Security Audit — agent-trust-hub — aspire-init