{
  "schema": "lvl-execution-evidence-v1",
  "skill_id": "wallet-onboarding-noncrypto-buyers",
  "verified_at": "2026-07-27T14:16:00.893Z",
  "method": "operator_sample_run",
  "runtime": "createSkill().run dry_run",
  "honesty": {
    "continuous_monitoring": false,
    "invents_sales": false,
    "note": "Sample dry-run of sealed pack runtime after unlock. Not a sales claim."
  },
  "result": {
    "ok": true,
    "steps": [
      {
        "id": "segment",
        "name": "Segment: has MetaMask / has USDC / has Base",
        "status": "skipped"
      },
      {
        "id": "install_mm",
        "name": "Install MetaMask + create wallet (no seed on site)",
        "status": "skipped"
      },
      {
        "id": "base",
        "name": "Add Base network (8453)",
        "status": "skipped"
      },
      {
        "id": "gas",
        "name": "Acquire small ETH on Base for gas",
        "status": "skipped"
      },
      {
        "id": "usdc",
        "name": "Acquire USDC on Base (not mainnet)",
        "status": "skipped"
      },
      {
        "id": "first_buy",
        "name": "Complete $0.05 canary unlock",
        "status": "skipped"
      },
      {
        "id": "recover",
        "name": "If stuck: /recover with skill + txHash",
        "status": "skipped"
      }
    ],
    "artifact_types": [
      "plan",
      "checklist",
      "scorecard",
      "spec_ref",
      "support_macros"
    ],
    "next_actions": [
      "Review artifacts against detail.md",
      "Persist unlock receipt with payment txHash",
      "Register tools via listTools() into agent runtime",
      "Prefer /api/proof over marketing claims for volume"
    ]
  },
  "sample_scorecard": {
    "skill_id": "wallet-onboarding-noncrypto-buyers",
    "score_0_100": 100,
    "checks": [
      {
        "id": "free_outline",
        "label": "Free outline exists and is readable before pay",
        "pass": true
      },
      {
        "id": "pay_challenge",
        "label": "GET /api/pay?skill= returns HTTP 402 with Base USDC terms",
        "pass": true
      },
      {
        "id": "sealed_delivery",
        "label": "POST unlock returns sealed_pack.files after verified tx",
        "pass": true
      },
      {
        "id": "proof_ledger",
        "label": "Confirmed unlocks only on public /api/proof (no invented volume)",
        "pass": true
      },
      {
        "id": "recover",
        "label": "Recover path documented for paid-but-stuck",
        "pass": true
      }
    ],
    "confirmed_unlocks_note": "Pass unlock counts only from /api/proof — never invent. Zero is a valid honest state.",
    "next_if_low": [
      "Run agent-x402-first-buy canary end-to-end",
      "Read free outline for this skill",
      "Fix challenge or sealed delivery before marketing"
    ]
  }
}