Commerce / checkout
Detect Hidden Fees
Identify fees, subscriptions, handling charges, tips, warranties, or add-ons that appear during product selection and checkout.
commerce.detect_hidden_fees
unknown
agent autonomous
browser only
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.
n/aBest route AES
No site evidence yet
Evidence and trust
0%
untrusted trust
Sites
0
known routes
Evidence
0
none
Confidence
low
0%
Freshness
unknown
unknown
Compatibility matrix
Origin support for this task
| Origin | Health | AES | Confidence | Freshness | Blockers |
|---|---|---|---|---|---|
No site evidence yet. Run a canary or submit an outcome. | |||||
Advisory profile
Blockers and completion rules
Typical blockers
hidden_feehidden_modalprice_mismatchdynamic_dom_unstable
Success criteria
- Line-item fees and optional add-ons are separated from product price
- Unexpected total changes are flagged with page evidence
- User receives a final all-in cost before purchase
Recommended actions
Remediation queue
-
highcrawldexRun canaries for commerce.detect_hidden_fees before routing agents through this task. Turns catalog-only task intent into evidence-backed operating guidance.
Agent handoff
commerce.detect_hidden_fees
Copy this into an agent runbook
Before attempting commerce.detect_hidden_fees, 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":"choose-site-from-task-map","task":"commerce.detect_hidden_fees","agent_profile":{"stack":"browser-use","browser_runtime":"playwright"}}'
Preflight contract
{
"site": "choose-site-from-task-map",
"task": "commerce.detect_hidden_fees",
"agent_profile": {
"stack": "browser-use",
"browser_runtime": "playwright"
}
}
Evidence notes
Source caveats
No evidence notes.