Skip to main content

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
66console.log(`Received: ${message.body}`);
medium line 80

Template literal with variable interpolation in command context

SourceSKILL.md
80console.log(`Processing: ${message.body}`);
medium line 84

Template literal with variable interpolation in command context

SourceSKILL.md
84console.error(`Error: ${args.error}`);
medium line 144

Template literal with variable interpolation in command context

SourceSKILL.md
144console.log(`DLQ Reason: ${msg.deadLetterReason}`);
medium line 185

Template literal with variable interpolation in command context

SourceSKILL.md
185console.log(`Peeked: ${msg.body}`);
low line 32

Access to .env file

SourceSKILL.md
32const fullyQualifiedNamespace = process.env.SERVICEBUS_NAMESPACE!;
Scanned on Feb 21, 2026
View Security Dashboard