Skip to main content

message_queues

Facilitates asynchronous communication in event-driven systems using various message brokers and task queues for efficient processing.

Install this skill

or
79/100

Security score

The message_queues skill was audited on Mar 3, 2026 and we found 9 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 266

Template literal with variable interpolation in command context

SourceSKILL.md
266const eventSource = new EventSource(`/api/status/${jobId}`)
medium line 42

Webhook reference - potential data exfiltration

SourceSKILL.md
42- Use: Email sending, report generation, webhooks
medium line 126

Webhook reference - potential data exfiltration

SourceSKILL.md
126See `examples/bullmq-webhook-processor/` for full implementation.
low line 131

Webhook reference - potential data exfiltration

SourceSKILL.md
131const queue = new Queue('webhooks', {
low line 136

Webhook reference - potential data exfiltration

SourceSKILL.md
136await queue.add('send-webhook', {
low line 137

Webhook reference - potential data exfiltration

SourceSKILL.md
137url: 'https://example.com/webhook',
low line 142

Webhook reference - potential data exfiltration

SourceSKILL.md
142const worker = new Worker('webhooks', async job => {
low line 137

External URL reference

SourceSKILL.md
137url: 'https://example.com/webhook',
low line 421

External URL reference

SourceSKILL.md
421> **Kaynak:** [Enterprise Integration Patterns](https://www.enterpriseintegrationpatterns.com/) & [Confluent Kafka Guide](https://developer.confluent.io/)
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →