azure-containerregistry-py
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the
azure-containerregistryandazure-identitylibraries, which are the official Microsoft SDKs for interacting with Azure services. - [COMMAND_EXECUTION]: The skill provides functionality for managing container images, including listing, updating, and deleting repositories, manifests, and tags.
- [CREDENTIALS_UNSAFE]: Authentication is handled via
DefaultAzureCredential, which is the recommended secure method for Azure authentication as it avoids hardcoded secrets and utilizes environment-based identity.
Audit Metadata