aspire-integration-testing
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references standard .NET ecosystem dependencies, including NuGet packages such as
Aspire.Hosting.Testing,xunit, andMicrosoft.NET.Test.Sdk. It also provides instructions for installing theaspire.cliglobal tool via the .NET CLI. - [COMMAND_EXECUTION]: Instructions involve executing CLI commands for environment setup and application orchestration, such as
dotnet tool install,aspire mcp init, andaspire run. These are standard workflows for .NET Aspire development. - [DATA_EXFILTRATION]: The testing patterns involve connecting to databases (SQL Server, Redis) and message brokers (RabbitMQ) as well as performing HTTP health checks. These operations are standard for integration testing and are configured to interact with the local or containerized test infrastructure.
Audit Metadata