Independent tool. Not affiliated with, endorsed by, or a substitute for the official UCP conformance suite.
37 checks across checkout, order, discount, catalog, cart, totals — each proven to catch its own defects, each citing a spec clause.
# one-off
pip install spck-conformance
spck-conformance --server https://store.example.com --init merchant.json
spck-conformance --server https://store.example.com --config merchant.json
# in CI (GitHub Action)
- uses: vishkaty/ucp-conformance@main
with: { server: https://store.example.com }