chore: update verification guidance to prefer SDK with manual fallback#37
Merged
chore: update verification guidance to prefer SDK with manual fallback#37
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
- AGENTS.md: Use provider SDK by default, manual verification for unsupported frameworks - CONTRIBUTING.md: Align signature verification guidance - generate-skill.md: Update skill generator prompt for SDK-first approach Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates official guidance to use provider SDKs by default for webhook signature verification, with manual verification as a fallback for frameworks the SDK doesn't support.
Changes
Event Gateway (commit 1)
skills/hookdeck-event-gateway/SKILL.mdskills/outpost/SKILL.mdVerification Guidance (commit 2)
Rationale
Provider-specific skills (Stripe, Paddle, Resend, ElevenLabs, etc.) already recommend the official SDK when available. The meta-docs (AGENTS.md, CONTRIBUTING) previously said "prefer manual" which was inconsistent. The new guidance aligns with how providers document their webhooks and how production apps typically integrate.
Made with Cursor