CrawlDex
Preflight detail

amazon.com

subscriptions.cancel

degraded recipe://subscriptions.cancel/amazon-prime-cancel-news/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.
61AES
61% outcome rate
Evidence and trust

low trust

32%
basisBased on 2 evidence samples from catalog reporters.2
sourceSources: public web observation.
nextTreat this as directional until trusted canaries or operator reports arrive.
Confidence low 27%
Evidence 2 public web observation
Freshness 0d fresh
Blockers 4 known friction
Recipe

Open Prime membership management with the user signed in, identify the End Membership branch, and pause before any final irreversible cancellation prompt.

active
recipe://subscriptions.cancel/amazon-prime-cancel-news/v1
  1. Open the official public source page and verify the current task path before acting. Source URL, page title, and task-specific branch are captured.
  2. Enter the task surface only after matching the user's goal to the documented path. Required identity, payment, policy, or JavaScript gate is visible.
  3. Stop at any irreversible, paid, or account-mutating step until the user approves. Final-state language and user approval are captured.
Dimension scores

Why the route scores this way

reachability 49
navigability 49
task completability 61
transactability 61
recoverability 61
policy parseability 61
trust safety 61
efficiency 49
Issue flags

Known blockers

login_required2fa_user_presentdark_pattern_cancelhidden_modal
Policy notes
observation methodpublic official help or docs page
observation date2026-06-09
cancellation pathprime membership manage end membership
retention flowon screen prompts expected
final confirmationmust capture account state or confirmation
source urlshttps://www.aboutamazon.com/news/retail/how-to-cancel-amazon-prime-membership/ | https://www.amazon.com/gp/help/customer/display.html?nodeId=GTJQ7QZY7QL2HK4Y
Recommended actions

Remediation queue

  • highagent
    Treat Amazon Prime as a retention-flow task and pause at the final cancellation branch. Reduces accidental cancellation and improves evidence quality around dark-pattern prompts.
  • mediumagent
    Capture handoff evidence and pause before accepting retention offers. Keeps user intent explicit during adversarial cancellation flows.
Agent handoff

Copy this into an agent runbook

subscriptions.cancel
Before attempting subscriptions.cancel on amazon.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":"amazon.com","task":"subscriptions.cancel","agent_profile":{"stack":"browser-use","browser_runtime":"playwright"}}'
Preflight contract
{
  "site": "amazon.com",
  "task": "subscriptions.cancel",
  "agent_profile": {
    "stack": "browser-use",
    "browser_runtime": "playwright"
  }
}