wayne-marketing.com logo

wayne-marketing.com

verified_user Multi-version UCP compliance, backward compatibility & transport audit

schedule Last scanned 5/4/2026

F 52/100

Conformance

40%
45%

Capability

100%
14%

Coverage

47%
12%

Backward Compat

0%
9%

Negative

50%
8%

Transport

80%
8%

Latency

98%
4%

Audit Details

53% Passing Rate
check_circle DISC-0012
Cache-Control max-age is within recommended bounds

Completed in 64ms

Pass
check_circle DISC-0006
Profile response advertises cache headers

Completed in 93ms

Pass
check_circle DISC-0003
Profile declares at least the checkout capability

Completed in 75ms

Pass
check_circle DISC-0016
Capability version strings are valid ISO dates

Completed in 92ms

Pass
check_circle DISC-0008
Profile response Content-Type is application/json

Completed in 81ms

Pass
check_circle DISC-0010
Discovery endpoint exposes CORS headers

Completed in 88ms

Pass
cancel DISC-0007
Profile is served over HTTPS

Discovery profile is served over plaintext HTTP

Fail
check_circle DISC-0011
Two consecutive profile fetches return identical bodies

Completed in 112ms

Pass
warning DISC-0020
Signing JWKs use only allowed kty/crv values

Profile declares no signing_keys array — the field is optional per the UCP spec, but agents cannot verify signed payloads from this merchant

Warn
check_circle DISC-0015
No duplicate capability entries (same name + version)

Completed in 74ms

Pass
warning DISC-0017
OpenAPI servers[] URL is reachable

Profile has no loadable service-level OpenAPI document

Warn
check_circle DISC-0001
Business profile has a valid structure

Completed in 90ms

Pass
help DISC-0022
Merchant responses are signed with the published signing_keys

Profile declares no signing_keys; nothing to verify against. DISC-0002 tracks absence separately.

Skip
check_circle DISC-0021
robots.txt allows AI agents to read the UCP profile

Completed in 204ms

Pass
check_circle DISC-0014
All declared schema URLs use HTTPS

Completed in 76ms

Pass
warning DISC-0019
Signing keys are importable via Web Crypto

Profile declares no signing_keys array — the field is optional per the UCP spec, but agents cannot verify signed payloads from this merchant

Warn
warning DISC-0002
Profile advertises well-formed signing keys

Profile declares no signing_keys array — the field is optional per the UCP spec, but agents cannot verify signed payloads from this merchant

Warn
check_circle DISC-0018
Service binding transports are in the allowed set

Completed in 103ms

Pass
check_circle DISC-0005
Profile declares a ucp.version string

Completed in 81ms

Pass
check_circle DISC-0013
Profile ucp.version is one the grader recognizes

Completed in 78ms

Pass
check_circle DISC-0009
Profile is served at the canonical .well-known/ucp path

Completed in 69ms

Pass
warning SCHEMA-INT-0004
Declared capabilities match operations in the OpenAPI

No OpenAPI operations available to cross-check

Warn
warning SCHEMA-INT-0009
Capability JSON Schemas declare a modern $schema draft

Profile declares no capability JSON Schemas

Warn
cancel SCHEMA-INT-0003
Capability-level JSON Schemas are well-formed

4 of 4 capability schemas are malformed

Fail
warning SCHEMA-INT-0008
OpenAPI components.schemas has no orphans

Profile has no loadable service-level OpenAPI document

Warn
warning SCHEMA-INT-0002
Service-level OpenAPI document is valid OpenAPI 3.x

No service-level OpenAPI schema was loaded

Warn
warning SCHEMA-INT-0006
Every OpenAPI operation declares a 2xx JSON response schema

Profile has no loadable service-level OpenAPI document

Warn
warning SCHEMA-INT-0005
Every $ref referenced schema document is reachable

Profile declares no loadable schema documents

Warn
cancel SCHEMA-INT-0001
All declared schema URLs return 200

5 of 5 schema URLs failed to load: [service] https://ucp.dev/services/shopping/rest.openapi.json → http_404 [capability] https://ucp.dev/schemas/shopping/checkout.json → http_404 [capability] https://ucp.dev/schemas/shopping/fulfillment.json → http_404 [capability] https://ucp.dev/schemas/shopping/catalog-search.json → http_404 [capability] https://ucp.dev/schemas/shopping/catalog-lookup.json → http_404

Fail
cancel SCHEMA-0005
Cancel session response matches the OpenAPI schema

Could not create session: 409

Fail
cancel SCHEMA-0002
Create session response matches the OpenAPI schema

Expected 2xx, got 409

Fail
check_circle SCHEMA-0001
Discovery profile matches the published JSON Schema

Completed in 94ms

Pass
cancel SCHEMA-0007
Get product response matches the OpenAPI schema

Expected 200 or 404, got 409

Fail
cancel SCHEMA-0003
Get session response matches the OpenAPI schema

Could not create session: 409

Fail
cancel SCHEMA-0006
Search products response matches the OpenAPI schema

Expected 2xx, got 401

Fail
cancel SCHEMA-0004
Update session response matches the OpenAPI schema

Could not create session: 409

Fail
cancel CAT-0002 rest
Get a product by id

Expected 200 or 404, got 409

Fail
cancel CAT-0002 mcp
Get a product by id

Expected 200 or 404, got 200

Fail
cancel CAT-0001 rest
Search products returns a products array

Expected 2xx for query "shirt", got 401

Fail
cancel CAT-0001 mcp
Search products returns a products array

Expected 2xx for query "shirt", got 200

Fail
warning CAT-0003 rest
Selected options filter variants in product detail

No product with options/variants found in catalog

Warn
warning CAT-0003 mcp
Selected options filter variants in product detail

No product with options/variants found in catalog

Warn
cancel CHK-0008 rest
Canceling a session twice with the same idempotency key is idempotent

createSession returned status=409

Fail
cancel CHK-0008 mcp
Canceling a session twice with the same idempotency key is idempotent

createSession returned status=200

Fail
cancel CHK-0007 rest
Cancel a checkout session

createSession returned 409

Fail
cancel CHK-0007 mcp
Cancel a checkout session

createSession returned 200

Fail
cancel CHK-0001 rest
Create checkout session with defaults

createSession returned status=409

Fail
cancel CHK-0001 mcp
Create checkout session with defaults

createSession returned status=200

Fail
cancel CHK-0002 rest
Repeated createSession with same idempotency key returns same session

First create failed: 409

Fail
cancel CHK-0002 mcp
Repeated createSession with same idempotency key returns same session

First create failed: 200

Fail
cancel CHK-0003 rest
Create session then set shipping address

createSession returned 409

Fail
cancel CHK-0003 mcp
Create session then set shipping address

createSession returned 200

Fail
cancel CHK-0004 rest
Retrieve a checkout session by id

createSession returned 409

Fail
cancel CHK-0004 mcp
Retrieve a checkout session by id

createSession returned 200

Fail
cancel CHK-0009 rest
Reusing an Idempotency-Key with a different body must be rejected

First createSession returned status=409

Fail
cancel CHK-0009 mcp
Reusing an Idempotency-Key with a different body must be rejected

First createSession returned status=200

Fail
cancel CHK-0010 rest
update_checkout is idempotent on replay and rejects conflicting replays

createSession returned status=409

Fail
cancel CHK-0010 mcp
update_checkout is idempotent on replay and rejects conflicting replays

createSession returned status=200

Fail
cancel CHK-0005 rest
Select a shipping method on a checkout session

createSession returned 409

Fail
cancel CHK-0005 mcp
Select a shipping method on a checkout session

createSession returned 200

Fail
cancel FUL-0001 rest
Shipping methods are returned after setting an address

createSession returned 409

Fail
cancel FUL-0001 mcp
Shipping methods are returned after setting an address

createSession returned 200

Fail
check_circle CAP-CAT-0002 rest
Catalog capability advertised for product lookup
Pass
check_circle CAP-CAT-0002 mcp
Catalog capability advertised for product lookup
Pass
check_circle CAP-CAT-0001 rest
Catalog capability is declared
Pass
check_circle CAP-CAT-0001 mcp
Catalog capability is declared
Pass
check_circle CAP-CHK-0001 rest
Checkout capability is declared and reachable

Completed in 438ms

Pass
check_circle CAP-CHK-0001 mcp
Checkout capability is declared and reachable

Completed in 122ms

Pass
check_circle CAP-FUL-0001 rest
Fulfillment capability is declared
Pass
check_circle CAP-FUL-0001 mcp
Fulfillment capability is declared
Pass

Business Profile

Services

dev.ucp.shopping
restmcp

Capabilities

dev.ucp.shopping.checkout
v2026-04-08
Implemented
Tests: 3/15 passed
dev.ucp.shopping.fulfillment
v2026-04-08
Implemented
Tests: 2/4 passed
dev.ucp.shopping.catalog.search
v2026-04-08
Implemented
Tests: 2/5 passed
dev.ucp.shopping.catalog.lookup
v2026-04-08
Implemented
Tests: 2/2 passed