Clearance trust layer — test harness
Internal validation page for graded wd_clearance tokens.
Not a product demo; noindex.
How to earn each grade
- clean — any real browser. The default; no positive human evidence.
- human-likely via interstitial — load a path in enforce mode. The edge challenge collects browser-integrity signals and the server adjudicates them.
- human-likely via behavioral — move the pointer around this page for a few seconds. After ~24 samples over ≥750ms the SDK sends interaction aggregates (counts and variances only) and re-mints. The grade should flip without a reload.
- attested-human via pat — visit from a physical Apple device signed into iCloud. The Simulator cannot produce a Private Access Token: it has no hardware attestation for Apple's attester to vouch for.
- attested-human via turnstile — requires a Turnstile secret configured for this organization.
Negative test
Drive this page with Playwright and human emulation off. Interaction should stay
unscored — a clean token with no ev — rather than
scoring badly. Same for keyboard-only navigation, which must never be penalised.
Set the site key before this page can mint: append ?aid=<organization-id>
once and it is remembered, or edit SITE_KEY in this file.