platform-detection
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill involves running the
dotnet --versioncommand to identify the installed SDK version. This is a standard environment check used to adjust analysis based on the capabilities of the specific .NET SDK in use. - Project File Analysis: The skill parses standard .NET configuration files, such as
.csproj,global.json, andDirectory.Build.props, to extract property values. This localized file access is necessary for determining the project's testing configuration and follows established development tool patterns.
Audit Metadata