Subscriptions / account
Cancel Subscription
Cancel a recurring subscription and verify the subscription state, final access date, and renewal removal.
subscriptions.cancel
degraded
user present for auth
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.
63Best route AES
demo-subscriptions.crawldex.com
Evidence and trust
15%
low trust
Sites
1
known routes
Evidence
3
seeded example
Confidence
low
22%
Freshness
0d
fresh
Compatibility matrix
Origin support for this task
| Origin | Health | AES | Confidence | Freshness | Blockers |
|---|---|---|---|---|---|
| demo-subscriptions.crawldex.com recipe://demo-subscriptions.crawldex.com/subscriptions.cancel/v1 |
degraded |
63
|
low 22% / 3 samples |
0d fresh |
login_requireddark_pattern_cancelhuman_handoff_required |
Advisory profile
Blockers and completion rules
Typical blockers
login_required2fa_user_presentdark_pattern_cancelhuman_handoff_required
Success criteria
- Cancellation confirmation or case identifier is captured
- Future renewal, final access date, and refund implications are documented
- No required phone-only or offline-only final step remains unresolved
Recommended actions
Remediation queue
-
mediumagentUse the highest-evidence origin for subscriptions.cancel and report the outcome after the attempt. Compounds the task-level operating map with fresh execution evidence.
Agent handoff
subscriptions.cancel
Copy this into an agent runbook
Before attempting subscriptions.cancel on demo-subscriptions.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-subscriptions.crawldex.com","task":"subscriptions.cancel","agent_profile":{"stack":"browser-use","browser_runtime":"playwright"}}'
Preflight contract
{
"site": "demo-subscriptions.crawldex.com",
"task": "subscriptions.cancel",
"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.