{
  "skill_id": "trust-fleet-trust-reporter",
  "name": "Trust Reporter (Trust Fleet)",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "price_usd": 1.99,
  "category": "Trust",
  "tier": "starter",
  "tags": [
    "trust",
    "packaging",
    "report",
    "explainability",
    "fleet",
    "x402"
  ],
  "summary": "Compare prior packaging status to observed scan/verify and emit explainable trust reports with auditor trail.",
  "when_to_use": [
    "You need explainable packaging trust deltas for operators or auditors",
    "You integrate Catalog Guardian reports into a human review queue"
  ],
  "outline": [
    "Ingest scan and signature results from trust-fleet catalog scanner (or pilot JSON).",
    "Map each skill to honest badges: sealed_pack, scanned, signed, onchain_proof only when true.",
    "Render human + machine reports with timestamps and tool names used.",
    "Flag over-claims (e.g. scanned_and_signed without both pass+verified).",
    "Ship report artifacts under public/trust for agents and buyers to re-verify."
  ],
  "capabilities": [
    "See sealed pack after unlock"
  ],
  "decision_criteria": [
    "You need this when: You need explainable packaging trust deltas for operators or auditors",
    "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-trust-reporter",
  "sample": "https://lvlltd.com/skills/trust-fleet-trust-reporter/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=trust-fleet-trust-reporter",
  "teaser": "https://lvlltd.com/sealed/trust-fleet-trust-reporter/",
  "proof": "https://lvlltd.com/api/proof",
  "standards": [
    "x402",
    "ERC-7857"
  ],
  "buy_agent": [
    "GET /skills/trust-fleet-trust-reporter/outline.json",
    "GET /api/pay?skill=trust-fleet-trust-reporter",
    "Settle USDC on Base to payTo",
    "POST /api/pay with X-PAYMENT {\"txHash\",\"skill\"}"
  ]
}
