webhook-security

Installation
SKILL.md

webhook-security

Instructions

This skill provides comprehensive webhook security patterns for payment integrations (Stripe, PayPal, and other providers). It covers signature verification, replay attack prevention, event logging, idempotency, and local testing workflows.

1. Webhook Signature Verification

Implement cryptographic signature verification to authenticate webhook requests:

Why Signature Verification Matters:

  • Prevents attackers from forging webhook events
  • Ensures events actually come from the payment provider
  • Required for PCI compliance in production
  • Protects against man-in-the-middle attacks
Installs
10
GitHub Stars
10
First Seen
Jan 28, 2026
webhook-security — vanman2024/ai-dev-marketplace