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-sdk publisher 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 add for dependency management and cargo clippy for maintaining code quality.
  • Trusted External Links: All provided references point to official and well-known domains, including docs.rs, crates.io, and the Azure/azure-sdk-for-rust GitHub repository.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 29, 2026, 03:06 PM
Security Audit — agent-trust-hub — azure-storage-queue-rust