webhook-security

Community

Securely handle incoming webhooks.

Authordadbodgeoff
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides robust security measures for handling incoming webhooks, protecting your application from malicious or malformed requests.

Core Features & Use Cases

  • Signature Verification: Ensures the webhook request genuinely originates from the expected source using HMAC-SHA256.
  • Replay Protection: Validates timestamps to prevent old requests from being processed multiple times.
  • Idempotency: Guarantees that a specific webhook event is processed only once, even if received multiple times.
  • Use Case: Securely receive payment notifications from Stripe, code push events from GitHub, or SMS delivery reports from Twilio.

Quick Start

Use the webhook-security skill to verify an incoming webhook request using the provided secret and signature.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: webhook-security
Download link: https://github.com/dadbodgeoff/drift/archive/main.zip#webhook-security

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.