What it does
Loads prepared target URLs, detects obvious login/payment/captcha/no-free-path signals, and writes JSONL attempt records for later review.
Safe distribution preflight
This runner checks prepared targets with GET-only preflight requests, records obvious blockers, and appends JSONL evidence. It never posts forms, bypasses login, pays for listings, or claims a submission without proof.
Loads prepared target URLs, detects obvious login/payment/captcha/no-free-path signals, and writes JSONL attempt records for later review.
It does not submit forms, create accounts, solve captchas, pay listing fees, mass post, or mark anything as submitted without evidence.
Target, prior status, action taken, result status, HTTP status, final URL, evidence URL, evidence note, and timestamp.
Output appends to public_site_20260615/starterfixsprint-submission-attempt-results.jsonl.
| Status | Meaning |
|---|---|
| free_path_possible | GET preflight found language suggesting a free submit, suggest, contact, add-tool, or contribute path may exist. No form submitted yet. |
| blocked_login | GET preflight found login/account language; stop unless a real user account is available. |
| blocked_paid | GET preflight found paid, pricing, sponsor, promoted, or upgrade language; do not proceed without explicit approval. |
| blocked_captcha | GET preflight found captcha/human verification language; stop and record the blocker. |
| no_free_path_found | GET preflight reached the target but did not identify an obvious free path. |
| preflight_error | GET preflight failed due to network, HTTP, DNS, timeout, or parsing error. |
| submitted | Only use after a real external submission has evidence URL, email receipt, screenshot, or timestamp. |