azure-servicebus-ts
Facilitates building messaging applications with Azure Service Bus SDK for JavaScript, enabling efficient message handling and enterprise patterns.
Install this skill
or
74/100
Security score
The azure-servicebus-ts skill was audited on Feb 21, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 66
Template literal with variable interpolation in command context
SourceSKILL.md
| 66 | console.log(`Received: ${message.body}`); |
medium line 80
Template literal with variable interpolation in command context
SourceSKILL.md
| 80 | console.log(`Processing: ${message.body}`); |
medium line 84
Template literal with variable interpolation in command context
SourceSKILL.md
| 84 | console.error(`Error: ${args.error}`); |
medium line 144
Template literal with variable interpolation in command context
SourceSKILL.md
| 144 | console.log(`DLQ Reason: ${msg.deadLetterReason}`); |
medium line 185
Template literal with variable interpolation in command context
SourceSKILL.md
| 185 | console.log(`Peeked: ${msg.body}`); |
low line 32
Access to .env file
SourceSKILL.md
| 32 | const fullyQualifiedNamespace = process.env.SERVICEBUS_NAMESPACE!; |
Scanned on Feb 21, 2026
View Security DashboardInstall this skill with one command
/learn @haniakrim21/azure-servicebus-ts