inngest
Expertly manages serverless background jobs and event-driven workflows using Inngest for durable execution without infrastructure management.
Install this skill
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
Template literal with variable interpolation in command context
| 293 | id: `${event.data.documentId}-${i}`, |
Webhook reference - potential data exfiltration
| 72 | - webhook-handling |
Webhook reference - potential data exfiltration
| 225 | ### Webhook Handler with Idempotency |
Webhook reference - potential data exfiltration
| 227 | Safely process webhooks with deduplication |
Webhook reference - potential data exfiltration
| 229 | **When to use**: Handling Stripe, GitHub, or other webhooks |
Webhook reference - potential data exfiltration
| 231 | export const handleStripeWebhook = inngest.createFunction( |
Webhook reference - potential data exfiltration
| 233 | id: 'stripe-webhook', |
Webhook reference - potential data exfiltration
| 237 | { event: 'stripe/webhook.received' }, |
Webhook reference - potential data exfiltration
| 423 | ### Webhook Processing |
Webhook reference - potential data exfiltration
| 430 | 1. Receive webhook (backend) |