azure-storage-queue-rust
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFE
Full Analysis
- Official Library Enforcement: The skill proactively instructs users to use only official crates from the verified
azure-sdkpublisher on crates.io, reducing the risk of supply chain attacks from unofficial or typosquatted packages. - Secure Credential Management: It correctly advises against hardcoding sensitive information, recommending the use of environment variables and Azure Managed Identity for production environments.
- Least Privilege Access: The documentation includes a clear mapping of Azure RBAC roles, encouraging developers to grant only the necessary permissions (e.g.,
Storage Queue Data Message Sender) for specific operations. - Standard Tooling Usage: The skill uses standard Rust ecosystem tools like
cargo addfor dependency management andcargo clippyfor maintaining code quality. - Trusted External Links: All provided references point to official and well-known domains, including
docs.rs,crates.io, and theAzure/azure-sdk-for-rustGitHub repository.
Audit Metadata