integration-test-analysis
Pass
Audited by Gen Agent Trust Hub on Apr 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Command Execution: The skill utilizes a local PowerShell script (
Get-IntegrationTestStatus.ps1) to automate the retrieval and parsing of build data. This is a standard approach for complex diagnostic tasks in development environments. - External Data Retrieval: The script communicates with the Azure DevOps API to fetch build timelines and download test artifacts. These operations target the
dnceng-publicorganization ondev.azure.com, a well-known service used for managing CI/CD assets. - Automated Artifact Analysis: The skill processes external diagnostic files, including XML activity logs and MEF error reports, to extract error patterns. While ingesting external data is a common surface for indirect input, the script uses structured parsing and produces defined JSON summaries to help the agent interpret the results safely.
Audit Metadata