shopify-security
Installation
SKILL.md
Shopify Security
Before writing code
Fetch live docs:
- Web-search
site:shopify.dev security best practicesfor security guidelines - Web-search
site:shopify.dev webhook verification hmacfor HMAC implementation - Web-search
site:shopify.dev session tokenfor session token verification
HMAC Webhook Verification
Every webhook includes X-Shopify-Hmac-SHA256:
import crypto from 'crypto';