mtp-hot-reload
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Official Package Management: The skill facilitates the installation of the
Microsoft.Testing.Extensions.HotReloadNuGet package. This is a standard extension for the Microsoft Testing Platform and aligns with the skill's functionality for iterative testing. - Standard Tooling Execution: The instructions guide the user to run tests using the
dotnet runcommand. This is a conventional operation in the .NET ecosystem for executing test hosts in console mode, enabling the hot reload feature provided by the platform. - Configuration Management: The skill suggests setting the
TESTINGPLATFORM_HOTRELOAD_ENABLEDenvironment variable and modifyinglaunchSettings.json. These are standard developer practices for configuring runtime behavior and do not involve sensitive data access in this context. - Command Interpolation Considerations: The skill uses user-provided inputs such as project paths and test filters within shell commands. While these are typical for developer tools, users should ensure project paths are correctly specified to avoid unintended shell behavior.
Audit Metadata