Skip to main content

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Access to .env file

SourceSKILL.md
34const fullyQualifiedNamespace = process.env.SERVICEBUS_NAMESPACE!;
Scanned on Jun 3, 2026
View Security Dashboard
Installation guide →