dotnet
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill functions as an architectural router, classifying .NET projects based on their SDKs, target frameworks, and app models. This behavior is consistent with its stated purpose of improving agent efficiency by identifying the correct specialized sub-skills for a task.
- [COMMAND_EXECUTION]: The reference documentation mentions using
dotnet workload listto identify installed workloads. This is a standard, non-malicious command provided by the .NET SDK for environment discovery and diagnostic purposes. - [SAFE]: The skill analyzes common configuration files (e.g.,
global.json,NuGet.config,Directory.Build.props) to determine the project's technical stack. This is a passive inspection of project metadata required for the skill's routing functionality and does not exhibit signs of data exfiltration or credential theft.
Audit Metadata