pre-commit-checks
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Command Execution]: The skill facilitates the use of
dotnetcommands (format and build) to automate code maintenance. These operations are intended to ensure the codebase adheres to style guidelines and that generated code is kept up to date. - [Local Script Execution]: It executes PowerShell scripts residing in the
eng\scripts\directory of the repository. These scripts are specialized engineering tools used to export API listings and update documentation snippets, which are standard components of the Azure SDK development lifecycle. - [Repository State Analysis]: The skill determines which projects require action by querying the local git status. It parses file paths to scope its operations, which is a common pattern for optimizing developer tooling based on local modifications.
Audit Metadata