webhook-co/webhook

Capture, inspect, replay and deliver webhooks. Open source, with a free permanent signed URL, signature verification, and one-command replay to localhost.

0Stars on the repository
36Mods indexed here, across every type
6d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

code-reviewer

01

webhook-co/webhook

Agent Claude Code

Reviews changes for correctness, maintainability, and adherence to repo conventions. Use proactively after writing or changing a meaningful chunk of code, before opening or merging a PR.

0 6d ago A 37 tokens original Apache-2.0

qa-test-reviewer

02

webhook-co/webhook

Agent Claude Code

Reviews test coverage, edge cases, and behavioral completeness for changes. Use proactively after implementing or changing behavior in ingestion, delivery, signing, dedup, retries, or replay. Can flag changes as blocking when critical paths are untested.

0 6d ago A 52 tokens original Apache-2.0

security-reviewer

03

webhook-co/webhook

Agent Claude Code

Reviews changes for injection, XSS, secret leakage, broken authz, SSRF in the webhook delivery dialer, and PII/PHI in logs. Use proactively on changes touching ingestion, the delivery dialer, auth, logging, or data handling.

0 6d ago A 57 tokens original Apache-2.0

comment-analyzer

04

webhook-co/webhook

Agent Cursor

Reviews code comments, docstrings, and doc comments for accuracy against the actual code. Use proactively after changes that alter behavior, signatures, or invariants to catch stale, misleading, or redundant comments.

0 6d ago A 44 tokens original Apache-2.0

webhook-co/webhook

Agent Cursor

Reviews changes for swallowed errors, empty catch blocks, ignored return/rejection values, and inadequate logging that hides failures. Use proactively on changes touching ingestion, the delivery dialer, retries, signing/verification, or anything with error handling.

0 6d ago A 53 tokens original Apache-2.0

webhook-co/webhook

Agent Cursor

Reviews TypeScript type design — invariants, encapsulation, and making illegal states unrepresentable. Use proactively on changes that add or reshape domain types, public APIs, shared types, or state machines (ingestion, delivery, retry, signing).

0 6d ago A 55 tokens original Apache-2.0