mtp-hot-reload
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- [Command Execution]: The skill utilizes standard .NET CLI commands such as
dotnet add packageanddotnet run. These are routine operations for managing project dependencies and executing the test host in console mode. - [Package Installation]: It recommends installing the
Microsoft.Testing.Extensions.HotReloadNuGet package. This is an official Microsoft-provided extension designed specifically for the Microsoft Testing Platform to enable hot reload capabilities. - [Environment Configuration]: The instructions involve setting the
TESTINGPLATFORM_HOTRELOAD_ENABLEDenvironment variable. This is a standard configuration mechanism used by the platform to toggle features and does not present a security risk. - [Project Configuration]: Suggests modifying
launchSettings.jsonto persist environment variables. This is a well-established developer workflow for managing local environment configurations within .NET projects.
Audit Metadata