Skip to main content

inngest

Expertly manages serverless background jobs and event-driven workflows using Inngest for durable execution without infrastructure management.

Install this skill

or
44/100

Security score

The inngest skill was audited on May 12, 2026 and we found 10 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 293

Template literal with variable interpolation in command context

SourceSKILL.md
293id: `${event.data.documentId}-${i}`,
medium line 72

Webhook reference - potential data exfiltration

SourceSKILL.md
72- webhook-handling
medium line 225

Webhook reference - potential data exfiltration

SourceSKILL.md
225### Webhook Handler with Idempotency
medium line 227

Webhook reference - potential data exfiltration

SourceSKILL.md
227Safely process webhooks with deduplication
medium line 229

Webhook reference - potential data exfiltration

SourceSKILL.md
229**When to use**: Handling Stripe, GitHub, or other webhooks
medium line 231

Webhook reference - potential data exfiltration

SourceSKILL.md
231export const handleStripeWebhook = inngest.createFunction(
medium line 233

Webhook reference - potential data exfiltration

SourceSKILL.md
233id: 'stripe-webhook',
medium line 237

Webhook reference - potential data exfiltration

SourceSKILL.md
237{ event: 'stripe/webhook.received' },
medium line 423

Webhook reference - potential data exfiltration

SourceSKILL.md
423### Webhook Processing
low line 430

Webhook reference - potential data exfiltration

SourceSKILL.md
4301. Receive webhook (backend)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →