Preflight detail
roku.com
subscriptions.cancel
degraded
recipe://roku.com/subscriptions.cancel/public-preflight-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.
81AES
81% outcome rate
Evidence and trust
32%
low trust
Confidence
low
28%
Evidence
2
public web observation
Freshness
0d
fresh
Blockers
2
known friction
Recipe
active
Roku Subscriptions official public help/billing source -> account, membership, subscription, or plan-management area -> cancel, turn off renewal, downgrade, or route to the documented billing provider; stop before any final confirmation unless the user explicitly approves.
recipe://roku.com/subscriptions.cancel/public-preflight-v1
- Open the documented public path for Roku Subscriptions: Roku Subscriptions official public help/billing source -> account, membership, subscription, or plan-management area -> cancel, turn off renewal, downgrade, or route to the documented billing provider; stop before any final confirmation unless the user explicitly approves. Public source or help surface is visible.
- Check the listed blockers and policy constraints before entering account, payment, booking, or cancellation state. login_required, 2fa_user_present, policy_parseable, confirmation_email_clean
- Stop before any irreversible or user-sensitive action and ask for explicit approval. User approval is captured before final action.
Human approval
Keep the user present for authentication. Do not request, store, or replay credentials or one-time codes.
Do not cross
- Use only official public policy/help pages until the user is present and authenticated.
- Do not click final cancellation, renewal-off, downgrade, refund, or account-closing confirmations without explicit user approval.
- Detect app-store, partner, team-owner, plan-manager, local-club, or sales-contract billing before claiming the subscription can be canceled directly.
Success signals
- Cancellation or auto-renew-off confirmation page
- Confirmation email or receipt
- Subscription status, renewal date, or access-until date changed
Dimension scores
Why the route scores this way
Issue flags
Known blockers
login_required2fa_user_present
Policy notes
Recommended actions
Remediation queue
-
mediumagentUse only official public policy/help pages until the user is present and authenticated. Keeps the agent inside documented, reversible, user-approved boundaries.
Agent handoff
subscriptions.cancel
Copy this into an agent runbook
Before attempting subscriptions.cancel on roku.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":"roku.com","task":"subscriptions.cancel","agent_profile":{"stack":"browser-use","browser_runtime":"playwright"}}'
Preflight contract
{
"site": "roku.com",
"task": "subscriptions.cancel",
"agent_profile": {
"stack": "browser-use",
"browser_runtime": "playwright"
}
}