azure-storage-blob-py
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- Data Ingestion and Handling: The skill provides code examples for downloading and uploading blobs from and to local files (
./downloaded.txt,./local-file.txt). While downloading external data introduces a standard data ingestion surface, the examples demonstrate proper file handling and stream processing without executing the data or passing it into runtime evaluation contexts. - Authentication Best Practices: The skill actively promotes secure coding practices by emphasizing the use of
DefaultAzureCredentialover connection strings or hardcoded access keys, reducing the risk of accidental credential exposure. - Official Dependencies: The documented packages (
azure-storage-blobandazure-identity) are standard, official libraries maintained by the vendor.
Audit Metadata