{
  "skill_id": "gf-po-sealed-pack-deep-audit",
  "name": "Sealed Pack Deep Audit",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 12.99,
  "category": "Trust",
  "tier": "premium",
  "kind": "service",
  "tags": [
    "x402",
    "quality-factory",
    "service",
    "decision-grade",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "Deep audit checklist for x402 sealed packs: manifest integrity, unlock path, artifact inventory, and buyer-trust evidence.",
  "when_to_use": [
    "You are listing a high-price sealed pack and need evidence the zip, manifest, and unlock path actually match the product page.",
    "A buyer reports missing artifacts or hash mismatch and you need a structured audit trail instead of ad-hoc grepping.",
    "Trust stakeholders want a repeatable sealed-pack review before marketplace promote."
  ],
  "outline": [
    "Inventory every claimed artifact against the sealed archive: filenames, sizes, MIME types, and optional content hashes recorded in the manifest.",
    "Trace the unlock path end-to-end: payment intent, x402 challenge, delivery token, download endpoint, and residual access after expiry.",
    "Diff listing claims versus pack contents: capabilities promised, outline depth, banned-phrase hygiene, and price tier fairness notes.",
    "Stress the failure modes: wrong file served, partial zip, expired token replay, and double-download behavior under concurrent clients.",
    "Issue an audit memo with pass/fail rows, residual risks, owners, and a re-audit trigger after the next pack version ships."
  ],
  "capabilities": [
    "Manifest-to-archive reconciliation worksheet for sealed pack artifacts",
    "Unlock-path trace template covering payment through download expiry",
    "Listing-claim vs content alignment review for marketplace trust",
    "Failure-mode stress checklist for wrong-file and token replay cases",
    "Signed-style audit memo format with re-audit triggers and owners"
  ],
  "artifact_outputs": [
    "sealed-pack-deep-audit.md",
    "manifest-reconciliation.csv",
    "unlock-path-trace.md",
    "audit-memo-template.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-po-sealed-pack-deep-audit",
  "sample": "https://lvlltd.com/skills/gf-po-sealed-pack-deep-audit/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-po-sealed-pack-deep-audit",
  "teaser": "https://lvlltd.com/sealed/gf-po-sealed-pack-deep-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: service.",
    "Claim scrub: no guaranteed ROI, no fake testimonials.",
    "If outline 404s on production, redeploy public/skills after completion pass."
  ]
}