azure-storage-blob-java
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- Standard Secret Management: The skill demonstrates authenticating with Azure using environment variables (e.g.,
AZURE_STORAGE_ACCOUNT_KEY) and placeholders for SAS tokens. This is a standard and recommended practice for avoiding hardcoded credentials in source code. - Official SDK Usage: The instructions leverage the official
com.azure:azure-storage-bloblibrary, ensuring that the underlying implementation follows the vendor's security and maintenance standards. - Expected Cloud Connectivity: As a storage management skill, it performs network operations to communicate with Azure Blob Storage endpoints, which is necessary for its stated purpose.
Audit Metadata