azure-eventhub-ts
Pass
Audited by Gen Agent Trust Hub on Apr 17, 2026
Risk Level: SAFE
Full Analysis
- [Security Best Practices]: The skill correctly identifies hardcoded connection strings as an anti-pattern and instead promotes the use of environment variables and
DefaultAzureCredential. This significantly reduces the risk of accidental credential exposure. - [Trusted Dependencies]: All identified packages (@azure/event-hubs, @azure/identity, etc.) are official Microsoft libraries, ensuring a secure and verifiable supply chain.
- [Data Processing Considerations]: The skill defines patterns for processing external events from Azure Event Hubs. As with any system ingesting untrusted data, users should ensure that event payloads are validated or sanitized before being used in sensitive downstream operations. (1) Ingestion points: Events are received through the
processEventshandler inSKILL.mdandreferences/event-processing.md. (2) Boundary markers: The skill does not implement specific delimiters for the event body content. (3) Capability inventory: The skill is limited to Azure Event Hub and Blob Storage operations; it does not perform arbitrary shell commands or local file system modifications. (4) Sanitization: No explicit sanitization of event bodies is shown in the examples.
Audit Metadata