azure-servicebus-ts
Facilitates enterprise messaging using Azure Service Bus with TypeScript, enabling efficient message handling and processing.
Install this skill
or
74/100
Security score
The azure-servicebus-ts skill was audited on Jun 3, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 68
Template literal with variable interpolation in command context
SourceSKILL.md
| 68 | console.log(`Received: ${message.body}`); |
medium line 82
Template literal with variable interpolation in command context
SourceSKILL.md
| 82 | console.log(`Processing: ${message.body}`); |
medium line 86
Template literal with variable interpolation in command context
SourceSKILL.md
| 86 | console.error(`Error: ${args.error}`); |
medium line 146
Template literal with variable interpolation in command context
SourceSKILL.md
| 146 | console.log(`DLQ Reason: ${msg.deadLetterReason}`); |
medium line 187
Template literal with variable interpolation in command context
SourceSKILL.md
| 187 | console.log(`Peeked: ${msg.body}`); |
low line 34
Access to .env file
SourceSKILL.md
| 34 | const fullyQualifiedNamespace = process.env.SERVICEBUS_NAMESPACE!; |
Scanned on Jun 3, 2026
View Security Dashboard