dotnet-slopwatch
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the
Slopwatch.Cmdpackage from NuGet, which is the official and well-known package registry for .NET development. - [COMMAND_EXECUTION]: Executes standard .NET SDK commands (
dotnet tool install,dotnet tool restore) and theslopwatchcommand-line utility to perform static code analysis and manage project baselines. - [SAFE]: The skill follows established best practices for .NET tool management, including the use of local tool manifests for version pinning and reproducibility.
Audit Metadata