CrawlDex
Commerce / checkout

Buy Product Or Complete Checkout

Find or select a product, complete checkout, and stop before irreversible payment unless the user approves.

commerce.checkout degraded user present for payment browser only
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.
86Best route AES
demo-shop.crawldex.com
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.
Sites 1 known routes
Evidence 4 seeded example
Confidence low 23%
Freshness 0d fresh
Compatibility matrix

Origin support for this task

OriginHealthAESConfidenceFreshnessBlockers
demo-shop.crawldex.com
recipe://demo-shop.crawldex.com/commerce.checkout/v1
degraded
86
low
23% / 4 samples
0d
fresh
payment_3ds_user_present
Advisory profile

Blockers and completion rules

Typical blockers
login_requiredpayment_3ds_user_presentprice_mismatchhidden_fee
Success criteria
  1. Correct item, quantity, address, and total are verified before final submission
  2. Payment or account challenge is explicitly user-confirmed
  3. Order confirmation, receipt, or confirmation email is captured
Recommended actions

Remediation queue

  • mediumagent
    Use the highest-evidence origin for commerce.checkout and report the outcome after the attempt. Compounds the task-level operating map with fresh execution evidence.
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"
  }
}
Evidence notes

Source caveats

MVP seed data is included for demo origins until live task evidence is reported.