azure-eventhub-dotnet

Pass

Audited by Gen Agent Trust Hub on Sep 16, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
  • [External Package Dependencies]: The skill uses official .NET packages from the NuGet registry, such as Azure.Messaging.EventHubs and Azure.Identity. These are standard libraries for interacting with Azure services.
  • [Processing of External Data]: The skill demonstrates how to receive and process events from Azure Event Hubs. As this data originates from an external source, it should be treated with appropriate validation if used to drive downstream logic.
  • Ingestion points: Event data is ingested via processor.ProcessEventAsync and accessed through args.Data.EventBody in SKILL.md.
  • Boundary markers: None present in the simplified code examples.
  • Capability inventory: The skill demonstrates network operations (Event Hubs messaging) and file/object storage operations (Azure Blob Storage for checkpointing).
  • Sanitization: The provided code examples show basic console logging of event bodies without explicit sanitization, which is typical for library documentation but warrants review in production implementations.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 16, 2026, 02:51 PM
Security Audit — agent-trust-hub — azure-eventhub-dotnet