azure-eventhub-java
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- Official Library Integration: The skill utilizes well-known and verified packages from the
com.azurenamespace (e.g.,azure-messaging-eventhubs). These are official SDKs from Microsoft distributed via Maven Central. - Authentication Best Practices: The documentation demonstrates the use of
DefaultAzureCredentialBuilder, which is the industry-standard approach for secure, passwordless authentication in Azure environments. This reduces the risk of credential exposure compared to using hardcoded connection strings. - Data Handling Considerations: As a streaming data skill, it handles external event data. The provided examples focus on logging and checkpointing logic; they do not include patterns for dynamic execution of received message bodies, which helps mitigate indirect prompt injection risks.
- Resource Management: The instructions correctly emphasize closing clients and using try-with-resources to ensure system resources are properly managed and not leaked during operations.
Audit Metadata