Create webhook endpoints with signature verification, retry logic, and payload validation. Use when receiving and processing webhook events. Trigger with phrases like "create webhook", "handle webhook events", or "setup webhook handler".
73
92%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
Suggest reviewing before use
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
The skill explicitly targets payment gateway webhooks (mentions Stripe as a supported provider) and even references using stripe.webhooks.constructEvent() and dispatching payment_intent.succeeded and charge.refunded to fulfill orders and process refund credits. This is a provider-specific payment integration (payment gateway) and describes handling payment/refund events that can be used to execute financial operations, so it meets the "Direct Financial Execution" criteria.
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The workflow is about building webhook endpoints that process *incoming provider webhook payloads* (outsider-authored free text, e.g., Stripe/GitHub/Twilio/Slack request bodies) via the required runtime handler route (`POST /webhooks/:provider`) where the agent would parse/log/enqueue the raw request body into the application/queue context.
4c47e33
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.