azure-containerregistry-py
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the installation of
azure-containerregistryandazure-identity. These are official, well-known libraries provided by Microsoft for interacting with Azure services. - [COMMAND_EXECUTION]: The skill documents methods for managing Azure resources, such as
delete_repository,delete_tag, anddelete_manifest. While these are destructive operations, they are the intended primary purpose of the management SDK and are documented alongside best practices like 'Lock production images' and 'Check manifest.tags before deleting'. - [DATA_EXPOSURE]: Authentication is handled via
DefaultAzureCredential, which is the industry standard for secure Azure development as it leverages environment-based identities rather than requiring hardcoded secrets or API keys.
Audit Metadata