CrawlDex
Preflight detail

demo-shop.crawldex.com

commerce.checkout

degraded recipe://demo-shop.crawldex.com/commerce.checkout/v1
Hold / Collect evidence first

Do not trust this route yet

The current evidence set is too thin for a confident agent decision.

Next: Run a canary or submit a trusted outcome before allowing an agent to attempt this unsupervised.
86AES
86% outcome rate
Evidence and trust

low trust

15%
basisBased on 4 evidence samples from catalog reporters.4
sourceSources: seeded example.
nextTreat this as directional until trusted canaries or operator reports arrive.
Confidence low 23%
Evidence 4 seeded example
Freshness 0d fresh
Blockers 1 known friction
Recipe

Use the direct product page, verify cart total twice, and pause for payment confirmation.

active
recipe://demo-shop.crawldex.com/commerce.checkout/v1
  1. Open the canonical product URL and wait for the add-to-cart control to stabilize. Product title and displayed price are captured.
  2. Add the item to cart, open cart, and compare line-item total with displayed checkout total. Cart total equals checkout total before shipping.
  3. Enter shipping information only after the user confirms the address. Shipping options and fees are visible.
  4. Stop before payment submission and request explicit user confirmation. Payment review page is captured.
Dimension scores

Why the route scores this way

reachability 86
navigability 86
task completability 86
transactability 74
recoverability 86
policy parseability 86
trust safety 74
efficiency 86
Issue flags

Known blockers

payment_3ds_user_present
Policy notes
refund policyparseable
confirmation emailclean
payment confirmationuser present required
Recommended actions

Remediation queue

  • highagent
    Use the active recipe and require user confirmation at payment. Keeps autonomous navigation high while preserving payment safety.
Agent handoff

Copy this into an agent runbook

commerce.checkout
Before attempting commerce.checkout on demo-shop.crawldex.com, check CrawlDex. Current verdict: Collect evidence first. Run a canary or submit a trusted outcome before allowing an agent to attempt this unsupervised.
curl -sS -X POST /api/v1/preflight \
  -H 'content-type: application/json' \
  -d '{"site":"demo-shop.crawldex.com","task":"commerce.checkout","agent_profile":{"stack":"browser-use","browser_runtime":"playwright"}}'
Preflight contract
{
  "site": "demo-shop.crawldex.com",
  "task": "commerce.checkout",
  "agent_profile": {
    "stack": "browser-use",
    "browser_runtime": "playwright"
  }
}