Standard Webhooks
Verifies webhooks that follow the Standard Webhooks convention — required headers, timestamp freshness, and opt-in HMAC signature checking.
Rules (5)
| Rule | Severity |
|---|---|
swh.headers-present | error |
swh.id-idempotency | info |
swh.signature-scheme-known | warning |
swh.signature-valid | error |
swh.timestamp-window | error |