Preflight detail
demo-shop.crawldex.com
commerce.checkout
degraded
recipe://demo-shop.crawldex.com/commerce.checkout/v1
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
15%
low trust
Confidence
low
23%
Evidence
4
seeded example
Freshness
0d
fresh
Blockers
1
known friction
Recipe
active
Use the direct product page, verify cart total twice, and pause for payment confirmation.
recipe://demo-shop.crawldex.com/commerce.checkout/v1
- Open the canonical product URL and wait for the add-to-cart control to stabilize. Product title and displayed price are captured.
- Add the item to cart, open cart, and compare line-item total with displayed checkout total. Cart total equals checkout total before shipping.
- Enter shipping information only after the user confirms the address. Shipping options and fees are visible.
- Stop before payment submission and request explicit user confirmation. Payment review page is captured.
Dimension scores
Why the route scores this way
Issue flags
Known blockers
payment_3ds_user_present
Policy notes
Recommended actions
Remediation queue
-
highagentUse the active recipe and require user confirmation at payment. Keeps autonomous navigation high while preserving payment safety.
Agent handoff
commerce.checkout
Copy this into an agent runbook
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"
}
}