neo-azure-pipelines
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes PowerShell scripts within Azure Pipeline templates to manage IIS websites, application pools, and file deployments. This includes commands like
New-Website,Start-Service, andExpand-Archive. These operations are standard for CI/CD automation and are restricted to the execution environment of the Azure DevOps agent. - [EXTERNAL_DOWNLOADS]: The skill references official Microsoft documentation (
learn.microsoft.com) for task syntax verification, which is a trusted source. It also uses the standarddownloadtask to fetch pipeline artifacts within the Azure DevOps ecosystem. - [DATA_EXFILTRATION]: No evidence of data exfiltration or unauthorized network requests was found. All network activity is localized to standard Azure DevOps operations (e.g., Azure App Service deployment via
AzureWebApp@1).
Audit Metadata