dotnet-version-detection
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's behavior is consistent with its stated purpose of .NET environment discovery. No suspicious code or exfiltration patterns were detected.- [COMMAND_EXECUTION]: Executes
dotnet --versionto verify the installed .NET SDK version and runs a local bundled Python script (scan-dotnet-targets.py) to inventory project metadata. These operations are conducted within the local context and are limited to discovering build-time configuration.- [DATA_EXPOSURE]: Inspects repository files including.csproj,global.json,Directory.Build.props, and GitHub workflow files. The analysis is limited to extracting versioning and capability metadata; no sensitive files or hardcoded credentials were identified.
Audit Metadata