dotnet-api-surface-validation
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides educational content and configuration templates for .NET API validation. No malicious patterns or intent were identified.
- [EXTERNAL_DOWNLOADS]: The skill references well-known and trusted packages such as 'Microsoft.CodeAnalysis.PublicApiAnalyzers' and 'Microsoft.DotNet.ApiCompat.Tool'. These are official Microsoft tools used for library maintenance.
- [COMMAND_EXECUTION]: The skill includes standard .NET CLI commands (dotnet build, dotnet pack, dotnet tool install) and GitHub Action workflows. These commands are used for their intended purposes within a developer workflow and do not incorporate untrusted or sanitized inputs.
- [DATA_EXPOSURE]: The provided GitHub Action templates use 'secrets.GITHUB_TOKEN', which is the standard, secure method for managing repository access in automated environments. No sensitive local file paths or credentials are hardcoded or accessed.
Audit Metadata