Remaining Alibaba Cloud proof

Endpoint proof has one clear success signal: public HTTP 200 at `/` and `/api/plan`.

This checklist is the prepared judge path for the only major sponsor-evidence gap left in PrizePilot. It should remain marked pending until the account owner approves cloud use and a public Alibaba endpoint is verified.

Done

Qwen/DashScope live smoke proof.

Done

Function Compute manifest at deploy/alibaba-cloud/s.yaml.

Pending

Live Alibaba public endpoint.

Pending

Devpost update after endpoint proof.

Expected Success Signal

Check Expected result Public evidence to keep
Public root URL GET / returns HTTP 200 and renders the PrizePilot dashboard. URL, timestamp, HTTP status, one dashboard screenshot with no private console chrome.
Public plan API GET /api/plan returns HTTP 200 and JSON with project, track, routes, and evidence gaps. Short JSON snippet with route names and gates only.
Claim boundary Public wording says Qwen proof is captured and Alibaba endpoint proof is newly verified only after the URL works. Screenshot or excerpt from public page.
Secret boundary No keys, cookies, account IDs, billing pages, RAM policies, deployment tokens, payout, tax, KYC, or bank data appear. Reviewer note only; no secret screenshots.

Minimal Verification Commands

$endpoint='https://example-public-endpoint/'
Invoke-WebRequest -Uri $endpoint -UseBasicParsing
Invoke-WebRequest -Uri ($endpoint.TrimEnd('/') + '/api/plan') -UseBasicParsing

The endpoint placeholder must not be replaced until deployment exists. Before then, PrizePilot should keep the honest endpoint-pending wording.

Devpost Copy After Real Proof

Use only after endpoint proof exists: Added Alibaba Cloud endpoint proof for PrizePilot: the public dashboard returns HTTP 200 at the deployed root URL and /api/plan returns the machine-readable planning payload. The repository continues to keep API keys, account metadata, billing, payout, tax, KYC, and bank material out of public artifacts.
Use while pending: PrizePilot has verified Qwen/DashScope live smoke proof and a prepared Alibaba Function Compute deployment path. Live Alibaba endpoint proof remains account-gated and is not claimed until a public URL is verified.

Stop Conditions

Stop and ask the account owner to act directly if any step asks for CAPTCHA, OTP, email/SMS verification, API keys, access tokens, cookies, RAM credentials, credit card, billing approval, payout, tax, KYC, identity data, or private console state.

Source Markdown: docs/alibaba-endpoint-judge-checklist.md. Public hub: PrizePilot evidence hub.