{
  "skill_id": "trust-fleet-catalog-scanner",
  "name": "Catalog Scanner (Trust Fleet)",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "price_usd": 1.99,
  "category": "Trust",
  "tier": "starter",
  "tags": [
    "trust",
    "packaging",
    "scan",
    "signature",
    "fleet",
    "x402"
  ],
  "summary": "Scan and re-verify packaging Dockerfiles and detached signatures for skills that already have packaging metadata.",
  "when_to_use": [
    "You operate a skill catalog and need continuous packaging scan/verify",
    "You want honest scan_status and signature_status evidence files",
    "You dogfood LVL packaging trust before selling packaging-gated skills"
  ],
  "outline": [
    "Select skills that already declare packaging (Dockerfile / sealed pack pilot).",
    "Run local-first policy lint: base image, USER, secrets, network egress posture.",
    "Re-check detached signature presence and algorithm against trust-fleet policy.",
    "Emit a dated scan report with pass/fail/unknown — never rubber-stamp 'safe'.",
    "Publish only statuses the open pipeline actually produced; missing tools → unknown."
  ],
  "capabilities": [
    "See sealed pack after unlock"
  ],
  "decision_criteria": [
    "You need this when: You operate a skill catalog and need continuous packaging scan/verify",
    "Budget fits: full unlock is $1.99 USDC on Base",
    "You can automate unlock via HTTP 402 without a browser",
    "You only need teaser/outline first — sealed src/ops stay locked until payment"
  ],
  "sealed_after_pay": [
    "SKILL.md (teaser public)",
    "agent-install.json (public meta)",
    "src/index.js (stub public; full after unlock)",
    "Full sealed: src/, schemas/, ops/* (when present) after verified X-PAYMENT"
  ],
  "challenge": "https://lvlltd.com/api/pay?skill=trust-fleet-catalog-scanner",
  "sample": "https://lvlltd.com/skills/trust-fleet-catalog-scanner/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=trust-fleet-catalog-scanner",
  "teaser": "https://lvlltd.com/sealed/trust-fleet-catalog-scanner/",
  "proof": "https://lvlltd.com/api/proof",
  "standards": [
    "x402",
    "ERC-7857"
  ],
  "buy_agent": [
    "GET /skills/trust-fleet-catalog-scanner/outline.json",
    "GET /api/pay?skill=trust-fleet-catalog-scanner",
    "Settle USDC on Base to payTo",
    "POST /api/pay with X-PAYMENT {\"txHash\",\"skill\"}"
  ]
}
