---
skill_id: gf-ops-sealed-pack-audit
evaluation: free
quality: agent-decision-grade
functional: true
price_usd_full: 3.49
price_label: $3.49 / unlock
kind: good
category: Trust
challenge: https://lvlltd.com/api/pay?skill=gf-ops-sealed-pack-audit
outline: https://lvlltd.com/skills/gf-ops-sealed-pack-audit/outline.json
runtime_after_unlock: src/index.js createSkill
standards: x402, ERC-7857
completion_pass: functional-v1
---

# Free sample — Sealed Pack Audit Checklist

**Skill ID:** `gf-ops-sealed-pack-audit`  
**Unlock:** $3.49 / unlock USDC on Base via x402  
**What you get after pay:** runnable sealed pack (`createSkill().run`) + workbook + templates  

## Summary

Audit checklist for x402 sealed digital packs: manifest integrity, unlock path, pricing metadata, and delivery smoke.

Before you sell sealed goods, audit them. Covers manifest hashes, unlock endpoints, USDC price fields, delivery artifacts, and buyer-path smoke. Free outline; x402 unlock for the full checklist. Not legal advice; no sales guarantees.

## 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.

## Decision-grade outline (free)

1. Verify pack identity: id, name, category, kind, and price_usd match catalog and payment metadata.
2. Check sealed delivery: artifact list exists, filenames match listing, and hashes or version pins are recorded.
3. Walk the unlock path: free outline visible, paywall/x402 challenge correct on Base USDC, success delivers the sealed assets.
4. Scan content policy: no revenue guarantees, no legal advice claims, disclaimers present where required by your standards.
5. 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

## Artifacts after unlock

- `sealed-pack-audit-checklist.md`
- `artifact-integrity-log.csv`
- `buyer-smoke-report.md`

## Detailed description

Selling sealed digital packs without an audit is how marketplaces ship empty zips, wrong prices, and broken unlocks. The Sealed Pack Audit Checklist is a trust good for operators of x402-style skill markets: confirm the listing tells the truth, the payment path works, and the buyer receives the files they paid for. Identity checks align id, name, category, kind, and price_usd between catalog JSON and payment metadata so a $4.99 listing cannot charge something else. Delivery checks require an artifact inventory, matching filenames, and recorded hashes or version pins so “sealed” means something concrete. The unlock walk verifies the free outline remains free, the x402 challenge on Base USDC is correct, and success actually delivers assets. A content-policy pass looks for banned guarantee language and missing disclaimers according to your house standards. Buyer smoke (live test or dry-run) opens the files and logs defects before the pack is public. Free outline on the listing; full sealed checklist unlocks via x402 Base USDC. This is operational QA guidance only—not legal advice, not a financial product, and it makes no revenue, conversion, or compliance guarantees. Use it as the last gate before batch publish.

## Functional runtime (paid)

After verified payment the sealed pack includes:

| Path | Role |
|------|------|
| `src/index.js` | `createSkill`, `run`, `plan`, `checklist` |
| `src/runbook.js` | Outline-driven steps with done_when |
| `src/tools.js` | Tool schemas for agent registries |
| `WORKBOOK.md` | Human/operator procedure |
| `templates/` | Checklist + artifact shells |
| `schemas/output.schema.json` | Result contract |

### Agent snippet (after unlock)

```js
import { createSkill } from "./src/index.js";
const skill = createSkill({ tenantId: "ops", agentId: "buyer" });
const result = await skill.run({
  goal: "Execute Sealed Pack Audit Checklist for my catalog",
  context: { skill_id: "gf-ops-sealed-pack-audit" },
  dry_run: false,
});
// result.ok, result.steps, result.artifacts
```

## Pay path

1. Free: this sample + outline.json  
2. `GET https://lvlltd.com/api/pay?skill=gf-ops-sealed-pack-audit` → HTTP 402  
3. Transfer `maxAmountRequired` USDC to `payTo` on Base  
4. `POST /api/pay` with `X-PAYMENT: {"txHash":"0x…","skill":"gf-ops-sealed-pack-audit"}`  
5. Write `sealed_pack.files` to disk or use install-unlocked-pack.mjs  
6. Re-redeem anytime with the same verified txHash  

## Honesty

- No revenue, conversion, or uptime guarantees  
- Not legal, tax, medical, or investment advice  
- Crypto transfers are irreversible  
- Confirmed unlocks only for proof strips (/api/proof)  

*Public `/sealed/gf-ops-sealed-pack-audit/` is teaser-only. Full `src/` is paywalled under locked sealed delivery.*
