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.HotReload NuGet 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 run command. 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_ENABLED environment variable and modifying launchSettings.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
Risk Level
SAFE
Analyzed
Aug 23, 2026, 12:34 AM
Security Audit — agent-trust-hub — mtp-hot-reload