breaking-change-doc
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFE
Full Analysis
- [Automated Version Detection]: The skill uses a PowerShell script (
Get-VersionInfo.ps1) to determine the relevant .NET version for a pull request. It relies on official GitHub CLI (gh) commands to query tags and release information from thedotnet/runtimerepository. This is a standard practice for development automation. - [Issue Template Integration]: The skill fetches the official breaking change template directly from the
dotnet/docsrepository via the GitHub API. This ensures that the generated documentation follows current Microsoft standards. - [PR Comment Generation]: The
Build-IssueComment.ps1script constructs a URL-encoded link to pre-fill a GitHub issue. It includes safeguards such as character length warnings and follows standard disclosure practices by noting AI assistance in the generated output. - [Data Handling and Permissions]: The skill operates within the context of public repository metadata (PRs, issues, and tags). It does not access sensitive local credentials or perform unauthorized network operations outside of the documented GitHub API interactions.
Audit Metadata