webhook-gen
Generates webhook handlers with retry logic for seamless integration with Stripe, GitHub, and other webhook providers.
Install this skill
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
Webhook reference - potential data exfiltration
| 2 | name: webhook-gen |
Webhook reference - potential data exfiltration
| 3 | description: Generate webhook handlers with retry logic using AI. Use when integrating Stripe, GitHub, or any webhook provider. |
Webhook reference - potential data exfiltration
| 6 | # Webhook Generator |
Webhook reference - potential data exfiltration
| 8 | Describe 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. |
Webhook reference - potential data exfiltration
| 15 | npx ai-webhook "stripe payment succeeded" |
Webhook reference - potential data exfiltration
| 20 | - Generates complete webhook handler functions |
Webhook reference - potential data exfiltration
| 24 | - Handles common webhooks from Stripe, GitHub, Shopify, and more |
Webhook reference - potential data exfiltration
| 29 | # Stripe payment webhook |
Webhook reference - potential data exfiltration
| 30 | npx ai-webhook "stripe checkout.session.completed" |
Webhook reference - potential data exfiltration
| 33 | npx ai-webhook "github push event to trigger deployment" |
Webhook reference - potential data exfiltration
| 35 | # Generic webhook with retry |
Webhook reference - potential data exfiltration
| 36 | npx ai-webhook "order created webhook with idempotency" |
Webhook reference - potential data exfiltration
| 39 | npx ai-webhook "new subscriber notification" --provider convertkit |
Webhook reference - potential data exfiltration
| 42 | npx ai-webhook "invoice paid" --typescript |
Webhook reference - potential data exfiltration
| 47 | - **Always verify signatures** - Never trust raw webhook payloads |
Webhook reference - potential data exfiltration
| 49 | - **Handle duplicates** - Webhooks retry. Your handler should be idempotent |
Webhook reference - potential data exfiltration
| 50 | - **Log everything** - Debugging webhook issues without logs is painful |
Webhook reference - potential data exfiltration
| 55 | - Setting up GitHub Actions alternatives with webhooks |
Webhook reference - potential data exfiltration
| 57 | - Any third-party integration that sends webhooks |
Webhook reference - potential data exfiltration
| 74 | npx ai-webhook --help |
Webhook reference - potential data exfiltration
| 79 | The 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 |
External URL reference
| 65 | - Twitter: https://x.com/lxgicstudios |
External URL reference
| 66 | - Substack: https://lxgicstudios.substack.com |
External URL reference
| 67 | - Website: https://lxgic.dev |