bump-mgmt-base-version
Pass
Audited by Gen Agent Trust Hub on Feb 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Command Execution: The skill executes several command-line operations to build the project and verify changes. These include npm for building the emitter, dotnet for the generator, and a PowerShell script (Generate.ps1) for test regeneration. These commands are executed locally within the project context as part of its intended automation purpose.
- External Package Downloads: The skill utilizes npm install to update the project's dependency tree. This involves fetching packages from the official npm registry to align with the new target version of the @azure-typespec/http-client-csharp library.
- Data Ingestion Surface: The skill reads version information from local configuration files such as package.json and Packages.Data.props. While this is necessary for dependency management, it involves processing structured data from the local environment to determine subsequent actions.
Audit Metadata