Preflight detail
optimum.com
customer_support.service_or_billing_help
degraded
recipe://optimum.com/customer_support.service_or_billing_help/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.
76AES
76% 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
Optimum official public help/contact source -> select account, order, billing, refund, warranty, complaint, or service issue -> collect required identifiers and stop before submitting any support request, chat, claim, appeal, or account-recovery action.
recipe://optimum.com/customer_support.service_or_billing_help/public-preflight-v1
- Open the documented public path for Optimum: Optimum official public help/contact source -> select account, order, billing, refund, warranty, complaint, or service issue -> collect required identifiers and stop before submitting any support request, chat, claim, appeal, or account-recovery action. Public source or help surface is visible.
- Check the listed blockers and policy constraints before entering account, payment, booking, or cancellation state. login_required, human_handoff_required, 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 public help/contact pages only until the user is present and has authorized account-specific support.
- Do not submit contact forms, support chats, warranty claims, refunds, complaints, chargebacks, or account-recovery requests during corpus collection.
- Capture required information, escalation path, and case-ID/confirmation expectations before any user-approved handoff.
Success signals
- Support case number or reference ID
- Confirmation email or transcript
- Visible ticket, refund, warranty, complaint, or account-recovery status
Dimension scores
Why the route scores this way
Issue flags
Known blockers
login_requiredhuman_handoff_required
Policy notes
Recommended actions
Remediation queue
-
mediumagentUse public help/contact pages only until the user is present and has authorized account-specific support. Keeps the agent inside documented, reversible, user-approved boundaries.
-
mediumagentCapture handoff evidence and pause before accepting retention offers. Keeps user intent explicit during adversarial cancellation flows.
Agent handoff
customer_support.service_or_billing_help
Copy this into an agent runbook
Before attempting customer_support.service_or_billing_help on optimum.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":"optimum.com","task":"customer_support.service_or_billing_help","agent_profile":{"stack":"browser-use","browser_runtime":"playwright"}}'
Preflight contract
{
"site": "optimum.com",
"task": "customer_support.service_or_billing_help",
"agent_profile": {
"stack": "browser-use",
"browser_runtime": "playwright"
}
}