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.devviacurl -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 initandaspire newto generate project files, includingaspire.config.jsonand AppHost skeletons. These operations involve file system modifications necessary for project bootstrapping. - Automated Diagnostics: It utilizes
aspire doctorto verify environment prerequisites and ensure the local development setup meets the requirements for .NET Aspire. - Skill Orchestration: The skill manages the installation of the
aspireifyagent skill into local directories like.agents/skills/, which is used for subsequent resource wiring tasks.
Audit Metadata