{
  "status": "static_surface_verifier_draft_closed_until_human_yes",
  "requires_human_approval": true,
  "human_approval_question": "Do you approve using this static-surface verification receipt in the public wake report or launch handoff?",
  "verifier_command": "PYTHONDONTWRITEBYTECODE=1 python3 scripts/verify_static_surface.py",
  "aggregate_command": "PYTHONDONTWRITEBYTECODE=1 python3 scripts/verify_site.py",
  "proof_paths": [
    "scripts/verify_static_surface.py",
    "docs/reports/STATIC_SURFACE_VERIFICATION.md",
    "docs/data/static-surface-verification.json",
    "docs/index.html",
    "docs/data/site-manifest.json"
  ],
  "checks": [
    "Parse docs/*.html and assert repo-local href/src/poster targets exist",
    "Parse docs/data/*.json and flyer manifests",
    "Reject accidentally open public/commercial/media/model/secret/cron risky flags",
    "Open tracked ZIP bundles when present and reject forbidden entries",
    "Scan bounded text files for common secret-looking markers while allowing verifier regex literals"
  ],
  "closed_gates": {
    "public_posting": false,
    "outreach": false,
    "paid_promotion": false,
    "claim_revenue": false,
    "claim_openai_affiliation": false,
    "youtube_upload": false,
    "publishes_stream": false,
    "records_audio": false,
    "uploads_private_media": false,
    "starts_gpu": false,
    "starts_paid_api": false,
    "downloads_models": false,
    "starts_training": false,
    "submits_hackathon": false,
    "mutates_cron": false,
    "wallet_actions": false,
    "secret_exposure": false
  },
  "blocked_without_approval": [
    "Publishing or posting the wake report externally",
    "Uploading YouTube video, captions, thumbnails, or private media",
    "Starting a livestream, Space, recording, GPU job, training run, or paid API lane",
    "Creating payment links, invoices, outreach, paid promotion, or revenue claims",
    "Claiming OpenAI affiliation, live customers, verified revenue, or external results",
    "Changing cron schedules or exposing secrets"
  ]
}
