azure-storage
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFE
Full Analysis
- Official SDK Integration: The skill provides instructions for using standard Azure SDKs, such as @azure/storage-blob and azure-storage-blob, sourced from official package registries. These libraries are maintained by Microsoft and represent the standard approach for Azure service integration.
- Authentication Best Practices: The documentation includes a dedicated guide on authentication security, strongly recommending the use of Managed Identity and Azure RBAC. This guidance helps developers avoid insecure patterns like hardcoding connection strings or storage keys.
- Credential Security: Instructions emphasize the use of DefaultAzureCredential for local development only and provide clear patterns for switching to deterministic, production-safe credentials in deployed environments.
- Placeholder-based Examples: All CLI and code examples utilize generic placeholders for account names and resources, ensuring that no sensitive environmental data or specific infrastructure details are exposed.
Audit Metadata