azure-containerregistry-py
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes the official
azure-containerregistrypackage provided by Microsoft for registry management operations. - [SAFE]: Authentication is implemented using
DefaultAzureCredential, which is the industry-standard approach for secure, credential-less authentication in Azure environments, avoiding the risk of hardcoded secrets. - [SAFE]: Network operations and examples target official and well-known Microsoft endpoints, specifically
azurecr.ioandmcr.microsoft.com. - [SAFE]: Data processing involves standard container manifest and blob downloads. While this represents a data ingestion surface, the logic provided is consistent with legitimate administrative tasks like repository cleanup and artifact management.
Audit Metadata