azure-eventhub-ts
Facilitates high-throughput event streaming and real-time analytics using Azure Event Hubs SDK for JavaScript.
Install this skill
Security score
The azure-eventhub-ts skill was audited on Feb 21, 2026 and we found 14 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 87 | console.log(`Partition: ${context.partitionId}, Body: ${JSON.stringify(event.body)}`); |
Template literal with variable interpolation in command context
| 91 | console.error(`Error on partition ${context.partitionId}: ${err.message}`); |
Template literal with variable interpolation in command context
| 110 | `https://${storageAccount}.blob.core.windows.net/${containerName}`, |
Template literal with variable interpolation in command context
| 127 | console.log(`Processing: ${JSON.stringify(event.body)}`); |
Template literal with variable interpolation in command context
| 135 | console.error(`Error: ${err.message}`); |
Template literal with variable interpolation in command context
| 165 | console.log(`Partitions: ${hubProperties.partitionIds}`); |
Template literal with variable interpolation in command context
| 169 | console.log(`Last sequence: ${partitionProperties.lastEnqueuedSequenceNumber}`); |
Template literal with variable interpolation in command context
| 224 | console.log(`Type: ${event.properties?.eventType}`); |
Template literal with variable interpolation in command context
| 225 | console.log(`Sequence: ${event.sequenceNumber}`); |
Template literal with variable interpolation in command context
| 226 | console.log(`Enqueued: ${event.enqueuedTimeUtc}`); |
Template literal with variable interpolation in command context
| 227 | console.log(`Offset: ${event.offset}`); |
Access to .env file
| 37 | const fullyQualifiedNamespace = process.env.EVENTHUB_NAMESPACE!; |
Access to .env file
| 38 | const eventHubName = process.env.EVENTHUB_NAME!; |
External URL reference
| 110 | `https://${storageAccount}.blob.core.windows.net/${containerName}`, |
Install this skill with one command
/learn @haniakrim21/azure-eventhub-ts