local-tools
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill documents standard .NET development workflows for local tool management. All instructions and examples align with official .NET documentation and best practices.
- [COMMAND_EXECUTION]: Provides standard .NET CLI commands such as
dotnet tool restoreanddotnet tool install. These commands are executed within the context of a project repository to manage developer tools and do not involve unauthorized shell operations or privilege escalation. - [EXTERNAL_DOWNLOADS]: Mentions the installation of .NET tools from NuGet. The tools referenced (such as
docfx,dotnet-ef,csharpier, andreportgenerator) are well-established and trusted utilities within the .NET ecosystem. It also correctly demonstrates how to point to a private NuGet feed on a well-known service (Visual Studio Team Services) using a placeholder URL.
Audit Metadata