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.EventHubsandAzure.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.ProcessEventAsyncand accessed throughargs.Data.EventBodyinSKILL.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