prepare-release
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- Repository Configuration Updates: The skill instructs the agent to update
Directory.Build.props,NuGet.config, andVersions.props. These changes, such as disabling package source mapping and stabilizing version kinds, are standard for internal release workflows. - Build Pipeline Tasks: The skill adds authentication tasks to Azure Pipelines templates (
BuildAndTest.yml) to allow the build process to access private package feeds. These tasks utilize existing environment secrets (dn-bot-dnceng-artifact-feeds-rw) and local repository scripts, which is a common practice in automated CI/CD environments. - Selective Modification: The instructions include clear boundaries on which files should not be modified, ensuring that automated versioning and feed management systems are not disrupted.
- No External Dependencies: The skill does not download external scripts or packages and does not attempt to execute arbitrary commands outside of the defined pipeline modifications.
Audit Metadata