azure-storage-blob-rust
Pass
Audited by Gen Agent Trust Hub on May 27, 2026
Risk Level: SAFE
Full Analysis
- Data Ingestion Surface: The skill facilitates downloading content from external storage via
blob_client.download(identified inSKILL.md). This untrusted data enters the agent context if the output is further processed. The current documentation and snippets do not define specific boundary markers or sanitization logic for the downloaded content. The skill possesses capabilities for network operations and file access as part of its core storage management purpose. - Supply Chain Protection: The documentation proactively warns against the use of unofficial or potentially misleading crates in the Rust ecosystem, directing users to verified official packages. This is an effective measure for reducing the risk of supply chain compromises such as typosquatting.
- Authentication Best Practices: The skill recommends using secure identity-based authentication methods, such as
DeveloperToolsCredentialandManagedIdentityCredential, and explicitly advises against hardcoding credentials, supporting secure development practices for cloud resource management.
Audit Metadata