webhook-security
CommunitySecure webhook handling with verifications.
Software Engineering#security#webhook#idempotency#signature-verification#webhook-delivery#HMAC-SHA256
Authorjrmatherly
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a production-ready approach to receiving and validating external webhook payloads, preventing replay attacks and ensuring authenticated delivery.
Core Features & Use Cases
- Signature verification using HMAC-SHA256 to authenticate messages.
- Timestamp validation to thwart replay attacks.
- Idempotency checks to avoid duplicate processing across Stripe, GitHub, Twilio, or custom webhooks.
- Raw body handling to preserve signature integrity across languages (TypeScript/JavaScript and Python).
Quick Start
Configure your webhook endpoint to use the verifier, idempotency handler, and an eventIdExtractor to deduplicate events. For example, wire a POST /webhooks/your-service route to verify the signature, check for duplicates, parse the payload, and process the event in your business logic.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 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/jrmatherly/metorial-workspace/archive/main.zip#webhook-security Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.