skills/dotnet/skills/mtp-hot-reload/Gen Agent Trust Hub

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 package and dotnet 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.HotReload NuGet 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_ENABLED environment 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.json to persist environment variables. This is a well-established developer workflow for managing local environment configurations within .NET projects.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 22, 2026, 09:51 AM