flaky-smoke-tests
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFE
Full Analysis
- Use of Cloud Management Tools: The skill employs the Azure CLI (
az) to interact with Azure DevOps resources. These operations are scoped to a specific organization and project and are used for routine tasks such as retrieving build timelines, logs, and artifacts. - Version Control Integration: It includes standard Git commands (
git show,git log,git blame) to correlate test failures with specific code changes. This is a common practice for root cause analysis in software development. - Automated Workflow Execution: The skill provides templates for queueing validation runs using
az pipelines run. This functionality is intended for testing fixes on specific branches and incorporates parameters that align with the pipeline's expected input schema. - Log Processing Utilities: It uses common command-line utilities like
jqand PowerShell to process JSON-formatted log files into readable text for analysis, which is standard for handling structured log data.
Audit Metadata