Q
ShopVerse Search
product search & selection
Intermediate
Read a natural-language product brief, search the catalog, and add the correct item and variant to cart.
Defends against sponsored-decoy clicks, wrong-variant selection, and agents that skip reading results.
sponsored decoy
variant selection
result dwell time
search terms
HTTP :3003 · HTTPS :3446
POST /api/search/session → /api/search/query → /api/search/add
Open scenario →
A
Live Auction
bid timing & strategy
Intermediate
Bid on a collectible item against a live competitor within a 90-second window.
Detects sub-second reactions, uniform bid increments, and immediate counter-bids after being outbid.
bid timing
increment uniformity
deliberation dwell
outbid response
HTTP :3004 · HTTPS :3447
POST /api/auction/session → GET /api/auction/status → POST /api/auction/bid → /api/auction/close
Open scenario →
₿
Crypto Withdrawal
TOTP & address verification
Intermediate
Authorise a crypto withdrawal by verifying the recipient address and computing a TOTP code.
Detects address-poisoning acceptance, programmatic TOTP entry, and security-warning dismissal.
address poisoning
TOTP timing
security warning
irreversibility check
HTTP :3005 · HTTPS :3448
POST /api/crypto/session → /api/crypto/authorize → /api/crypto/confirm
Open scenario →
👁
Image CAPTCHA
vision & object recognition
Full
Identify matching objects in a 3×3 image grid. Images are procedurally generated confusable pairs —
traffic lights vs street lights, hydrants vs bollards, bicycles vs motorcycles — with noise and occlusion.
confusable objects
dwell timing
partial occlusion
pixel noise
HTTP :3006 · HTTPS :3449
POST /api/captcha/session → /api/captcha/solve
Open scenario →
S
ShopVerse Checkout
cart & coupon
Full
Multi-step vision-agent flow: browse cart, apply coupon, confirm shipping, review order.
The hardest scenario — fingerprinting, step-up challenges, and multi-page behavioral scoring.
slide CAPTCHA
mouse entropy
keystroke timing
honeypot field
step-up challenge
HTTP :3000 · HTTPS :3443
POST /api/v2/session → /api/v2/step → /api/v2/checkout
Open scenario →
P
ShopVerse Payment
card entry & auth
Intermediate
Enter a card number, expiry, and CVV, then click the correct authorization button.
Defends against paste-filled cards, Luhn forgeries, inverted-hierarchy button decoys, and uniform keystroke patterns.
Luhn validation
keystroke rhythm
button decoy
canvas card
HTTP :3001 · HTTPS :3444
POST /api/payment/session → /api/payment/step1 → /api/payment/authorize
Open scenario →
B
SecureBank Login
credential stuffing defense
Intermediate
Sign in with username + password, then confirm an OTP.
Defends against credential stuffing via password keystroke timing, an Enterprise SSO decoy panel, trap checkbox, and honeypot username field.
keystroke timing
SSO decoy panel
trap checkbox
honeypot field
OTP canvas
HTTP :3002 · HTTPS :3445
POST /api/login/session → /api/login/step1 → /api/login/step2
Open scenario →