{
  "skill_id": "gf-sealed-pack-manifest-linter",
  "name": "Sealed Pack Manifest Linter",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 1.99,
  "category": "Trust",
  "tier": "standard",
  "kind": "service",
  "tags": [
    "x402",
    "goods-factory",
    "service",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "Lint sealed pack directories for SKILL.md, tools, runbook, and teaser leakage.",
  "when_to_use": [
    "After build:sealed on a batch of new skills",
    "Before promoting a skill from stub to premium_runtime",
    "Security review of public/sealed teasers"
  ],
  "outline": [
    "Walk goods/sealed/<id> for required files",
    "Assert package.json name matches skill id",
    "Score SKILL.md for install steps and non-advice footer",
    "Probe public teaser URL must not equal full pack file set",
    "Emit lint report with severity and fix order"
  ],
  "capabilities": [
    "Required-file matrix",
    "Teaser vs full pack diff heuristic",
    "Severity triage (block/warn/info)",
    "Fix-order recommendations"
  ],
  "artifact_outputs": [
    "manifest-lint-report.json",
    "required-files.matrix.md",
    "teaser-safety-notes.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-sealed-pack-manifest-linter",
  "sample": "https://lvlltd.com/skills/gf-sealed-pack-manifest-linter/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-sealed-pack-manifest-linter",
  "teaser": "https://lvlltd.com/sealed/gf-sealed-pack-manifest-linter/",
  "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."
  ]
}