CommerceGov security model and controls for a private Shopify app.
CommerceGov is not affiliated with, endorsed by, or operated by any government entity.
Landing, app, API, and webhook traffic are isolated by subdomain. Each domain serves only its intended purpose.
All incoming Shopify webhooks are verified using HMAC-SHA256 before processing.
Webhook and command processing includes idempotency and replay safeguards.
Mutations are applied through dedicated worker jobs, not inline request handling. No direct writeback from API requests.
Global and per-shop freeze controls allow operators to halt all writeback immediately.
CommerceGov is qualified for a supervised one-agency / one-shop pilot workflow, backed by frozen runtime evidence on current HEAD and passing targeted tests for the canonical scoped serialization model.
This evidence supports supervised pilot evaluation. It does not represent self-serve, fleet-scale, enterprise, or unqualified production readiness.
For security questions, contact commercegov.dev@gmail.com.