azure-eventhub-ts
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the installation of official, well-known Microsoft Azure packages (
@azure/event-hubs,@azure/identity,@azure/eventhubs-checkpointstore-blob, and@azure/storage-blob) from the public npm registry. - [COMMAND_EXECUTION]: Includes standard shell commands for package installation (
npm install) as part of the environment setup documentation. - [CREDENTIALS_UNSAFE]: Demonstrates secure credential management by utilizing
DefaultAzureCredentialfrom the Azure Identity library and recommending the use of environment variables for configuration instead of hardcoded secrets.
Audit Metadata