azure-storage-blob-py

Pass

Audited by Gen Agent Trust Hub on May 8, 2026

Risk Level: SAFE
Full Analysis
  • [Authentication Best Practices]: The skill correctly emphasizes the use of DefaultAzureCredential from the azure-identity package. This is a secure practice that avoids hardcoding secrets and instead leverages environment-specific identities such as Managed Identities, service principals, or developer credentials.
  • [Credential Safety]: The documentation explicitly identifies hardcoded connection strings as an anti-pattern and provides instructions for using environment variables for configuration, reducing the risk of accidental credential exposure.
  • [Resource Management]: The skill demonstrates the correct use of context managers for both synchronous and asynchronous operations, ensuring that network connections and file handles are properly managed and closed.
  • [Trusted Source Reference]: The skill references official Azure SDK repositories and follows standard package installation procedures from well-known registries, which is consistent with secure development workflows.
Audit Metadata
Risk Level
SAFE
Analyzed
May 8, 2026, 11:13 AM