api-diff
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Command Execution: The skill is designed to execute the
dotnet-inspectCLI tool and a local PowerShell script (RunApiDiff.ps1). These operations are used to analyze .NET assemblies and generate markdown-based API reports, which are typical tasks for this category of developer tool. - External Data Retrieval: The skill downloads .NET reference packages from NuGet feeds to verify the public API surface of specific builds. This network interaction is a core requirement for fetching the build artifacts needed for comparison and verification.
- Input Parameter Mapping: Natural language requests are mapped to specific command-line arguments. The skill provides a structured mapping table to guide the agent in correctly formatting these parameters, which helps ensure the underlying scripts receive well-formed input for processing.
Audit Metadata