azure-eventhub-rust

Pass

Audited by Gen Agent Trust Hub on Sep 16, 2026

Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
  • Official SDK Integration: The skill correctly identifies and recommends the official azure_messaging_eventhubs and azure_identity crates provided by the Azure SDK team, minimizing the risk of supply chain attacks through unofficial packages.
  • Secure Authentication Practices: The examples use DeveloperToolsCredential and ManagedIdentityCredential, which leverage environment-based or identity-based authentication. This is a secure practice that avoids the need for hardcoded credentials or secrets within the code.
  • External Data Ingestion (Indirect Prompt Injection Surface): The skill facilitates receiving and processing events from Azure Event Hubs (receiver.stream_events()). While this is the primary purpose of the skill, data from external streams should always be treated as untrusted, especially if its content is later used to influence agent decision-making. Standard sanitization is recommended for the processed event bodies.
  • Verified External Links: All referenced documentation and source code links point to trusted domains, including docs.rs, crates.io, and the official Azure GitHub organization.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 16, 2026, 02:51 PM
Security Audit — agent-trust-hub — azure-eventhub-rust