{
  "skill_id": "gf-ops-sealed-pack-audit",
  "name": "Sealed Pack Audit Checklist",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 3.49,
  "category": "Trust",
  "tier": "standard",
  "kind": "good",
  "tags": [
    "x402",
    "goods-factory",
    "good",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "Audit checklist for x402 sealed digital packs: manifest integrity, unlock path, pricing metadata, and delivery smoke.",
  "when_to_use": [
    "You are listing new sealed packs on a skill marketplace and need a pre-publish trust gate.",
    "Unlock flows, price metadata, or artifact zips have drifted from the catalog entry.",
    "You want a repeatable audit before each batch publish so buyers get what the listing promises."
  ],
  "outline": [
    "Verify pack identity: id, name, category, kind, and price_usd match catalog and payment metadata.",
    "Check sealed delivery: artifact list exists, filenames match listing, and hashes or version pins are recorded.",
    "Walk the unlock path: free outline visible, paywall/x402 challenge correct on Base USDC, success delivers the sealed assets.",
    "Scan content policy: no revenue guarantees, no legal advice claims, disclaimers present where required by your standards.",
    "Smoke as a buyer: complete a test unlock (or dry-run), confirm files open, and log residual defects before public sell."
  ],
  "capabilities": [
    "Catalog-to-payment metadata parity checks for sealed goods",
    "Artifact inventory and integrity recording for delivery packs",
    "x402 unlock path walkthrough on Base USDC",
    "Buyer-path smoke and content-policy disclaimer scan"
  ],
  "artifact_outputs": [
    "sealed-pack-audit-checklist.md",
    "artifact-integrity-log.csv",
    "buyer-smoke-report.md"
  ],
  "decision_criteria": [
    "Outline steps are specific to this skill (not generic templates)",
    "Sealed pack exposes createSkill().run with outline-driven steps",
    "Artifacts are named concrete deliverables",
    "No revenue guarantees or banned claims",
    "Free eval path works without payment"
  ],
  "sealed_after_pay": [
    "Full src/index.js runtime (createSkill, run, plan)",
    "src/runbook.js with skill-specific steps",
    "src/tools.js registry for agent ToolRegistry",
    "WORKBOOK.md operator procedure",
    "templates/ checklist and artifact shells",
    "schemas/output.schema.json"
  ],
  "runtime": {
    "entry": "src/index.js",
    "export": "createSkill",
    "install": "node scripts/install-unlocked-pack.mjs unlock.json ./skills"
  },
  "challenge": "https://lvlltd.com/api/pay?skill=gf-ops-sealed-pack-audit",
  "sample": "https://lvlltd.com/skills/gf-ops-sealed-pack-audit/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-ops-sealed-pack-audit",
  "teaser": "https://lvlltd.com/sealed/gf-ops-sealed-pack-audit/",
  "proof": "https://lvlltd.com/api/proof",
  "standards": [
    "x402",
    "ERC-7857"
  ],
  "operator_notes": [
    "Confirm pay path with GET /api/pay before purchasing.",
    "Dry-run createSkill().run({ goal, dry_run: true }) after unlock.",
    "Persist payment.txHash with skill_id for re-redeem.",
    "Never commit private keys or OPS_SECRET into pack usage.",
    "Category focus: Trust. Kind: good.",
    "Claim scrub: no guaranteed ROI, no fake testimonials.",
    "If outline 404s on production, redeploy public/skills after completion pass."
  ]
}