azure-eventhub-java
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a documentation resource providing boilerplate code for Java developers using the Azure Messaging SDK. No malicious instructions or executable code were found.
- [SAFE]: Sensitive configuration values such as connection strings, event hub names, and namespaces are represented using standard placeholders (e.g.,
<connection-string>), preventing credential leakage. - [SAFE]: Promotes the use of
DefaultAzureCredential, which is a security best practice for managing identity in Azure environments without hardcoding secrets. - [SAFE]: Dependencies are referenced from the official
com.azuregroup ID, which is the verified namespace for Microsoft's Azure SDKs on Maven Central.
Audit Metadata