{
  "name": "ShipGuard",
  "version": "0.4.0",
  "description": "ShipGuard is a local-first release gate CLI for AI-generated code. Run it after editing files to catch secrets, unprotected routes, payment vulnerabilities, destructive migrations, and deployment misconfigurations before shipping.",
  "url": "https://agenticcli.dev",
  "provider": {
    "name": "AgenticCLI",
    "url": "https://agenticcli.dev"
  },
  "skills": [
    {
      "id": "scan",
      "name": "scan",
      "description": "Scans project files locally for high-risk patterns across 5 modules: secrets, auth, payments, database, deployment. Returns JSON findings. Run: npx @agenticcli/shipguard scan --changed --strict --json"
    }
  ],
  "links": {
    "llms_txt": "https://agenticcli.dev/llms.txt",
    "llms_full_txt": "https://agenticcli.dev/llms-full.txt",
    "docs": "https://agenticcli.dev/shipguard/docs",
    "npm": "https://www.npmjs.com/package/@agenticcli/shipguard"
  },
  "privacy": {
    "data_leaves_machine": false,
    "note": "All scanning runs locally. No code, file contents, or paths are transmitted to any server."
  },
  "roadmap": {
    "mcp_server": "planned for V2 — not yet available"
  }
}