dotnet
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the .NET CLI to perform environment checks via
dotnet --versionand execute project-related tasks such asdotnet build,dotnet run, anddotnet test. These are standard development operations within the local environment. - [EXTERNAL_DOWNLOADS]: The skill references the use of
dotnet add packageanddotnet tool restorefor managing project dependencies through official .NET package registries. This is part of the standard .NET development lifecycle.
Audit Metadata