Skip to main content

webhook-gen

Generates webhook handlers with retry logic for seamless integration with Stripe, GitHub, and other webhook providers.

Install this skill

or
28/100

Security score

The webhook-gen skill was audited on Feb 9, 2026 and we found 24 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 2

Webhook reference - potential data exfiltration

SourceSKILL.md
2name: webhook-gen
medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: Generate webhook handlers with retry logic using AI. Use when integrating Stripe, GitHub, or any webhook provider.
medium line 6

Webhook reference - potential data exfiltration

SourceSKILL.md
6# Webhook Generator
medium line 8

Webhook reference - potential data exfiltration

SourceSKILL.md
8Describe the webhook you're handling. Get a complete handler with signature verification, retry logic, and proper error handling. Stripe, GitHub, Twilio. all the patterns you need.
low line 15

Webhook reference - potential data exfiltration

SourceSKILL.md
15npx ai-webhook "stripe payment succeeded"
medium line 20

Webhook reference - potential data exfiltration

SourceSKILL.md
20- Generates complete webhook handler functions
medium line 24

Webhook reference - potential data exfiltration

SourceSKILL.md
24- Handles common webhooks from Stripe, GitHub, Shopify, and more
low line 29

Webhook reference - potential data exfiltration

SourceSKILL.md
29# Stripe payment webhook
low line 30

Webhook reference - potential data exfiltration

SourceSKILL.md
30npx ai-webhook "stripe checkout.session.completed"
low line 33

Webhook reference - potential data exfiltration

SourceSKILL.md
33npx ai-webhook "github push event to trigger deployment"
low line 35

Webhook reference - potential data exfiltration

SourceSKILL.md
35# Generic webhook with retry
low line 36

Webhook reference - potential data exfiltration

SourceSKILL.md
36npx ai-webhook "order created webhook with idempotency"
low line 39

Webhook reference - potential data exfiltration

SourceSKILL.md
39npx ai-webhook "new subscriber notification" --provider convertkit
low line 42

Webhook reference - potential data exfiltration

SourceSKILL.md
42npx ai-webhook "invoice paid" --typescript
medium line 47

Webhook reference - potential data exfiltration

SourceSKILL.md
47- **Always verify signatures** - Never trust raw webhook payloads
medium line 49

Webhook reference - potential data exfiltration

SourceSKILL.md
49- **Handle duplicates** - Webhooks retry. Your handler should be idempotent
medium line 50

Webhook reference - potential data exfiltration

SourceSKILL.md
50- **Log everything** - Debugging webhook issues without logs is painful
medium line 55

Webhook reference - potential data exfiltration

SourceSKILL.md
55- Setting up GitHub Actions alternatives with webhooks
medium line 57

Webhook reference - potential data exfiltration

SourceSKILL.md
57- Any third-party integration that sends webhooks
low line 74

Webhook reference - potential data exfiltration

SourceSKILL.md
74npx ai-webhook --help
medium line 79

Webhook reference - potential data exfiltration

SourceSKILL.md
79The tool recognizes common webhook patterns from your description. It generates a handler function with the appropriate verification method, event parsing, and response codes. AI ensures the handler f
low line 65

External URL reference

SourceSKILL.md
65- Twitter: https://x.com/lxgicstudios
low line 66

External URL reference

SourceSKILL.md
66- Substack: https://lxgicstudios.substack.com
low line 67

External URL reference

SourceSKILL.md
67- Website: https://lxgic.dev
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →