{
  "name": "@kryptosai/mcp-observatory",
  "version": "1.32.1",
  "description": "GitHub-native CI, SARIF, Code Scanning, and security gates for MCP servers before agents depend on them.",
  "mcpName": "io.github.KryptosAI/mcp-observatory",
  "license": "MIT",
  "type": "module",
  "private": false,
  "homepage": "https://github.com/KryptosAI/mcp-observatory#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/KryptosAI/mcp-observatory.git"
  },
  "bugs": {
    "url": "https://github.com/KryptosAI/mcp-observatory/issues"
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "default": "./dist/src/index.js"
    },
    "./package.json": "./package.json"
  },
  "bin": {
    "mcp-observatory": "./dist/src/cli.js"
  },
  "files": [
    "dist/src",
    "README.md",
    "CLONED_THIS.md",
    "COMMERCIAL.md",
    "CONTRIBUTORS.md",
    "PRIVACY.md",
    "TERMS.md",
    "LICENSE",
    "docs/agent-runtime-quickstart.md",
    "docs/agent-ecosystem-promotion-plan.md",
    "docs/agent-tasks.md",
    "docs/10x-agentic-growth-sprint.md",
    "docs/agentic-contributor-outreach.md",
    "docs/automatic-ci-integration.md",
    "docs/architecture.md",
    "docs/campaign-attribution.md",
    "docs/code-scanning-demo.md",
    "docs/code-scanning-launch-outreach.md",
    "docs/compatibility.md",
    "docs/commercial-boundary.md",
    "docs/contributor-proof-cards",
    "docs/contributor-recognition.md",
    "docs/decisions.md",
    "docs/demo.svg",
    "docs/feishu-lark-mcp.md",
    "docs/github-code-scanning-for-mcp.md",
    "docs/government-enterprise-pilot.md",
    "docs/known-issues.md",
    "docs/launch.md",
    "docs/mcp-attack-simulator.md",
    "docs/mcp-lock-files.md",
    "docs/mcp-receipts.md",
    "docs/mcp-safety-field-report-2026-06.md",
    "docs/mcp-safety-report-latest.md",
    "docs/mcp-security-field-guide.md",
    "docs/mcp-server-safety-index.md",
    "docs/methodology.md",
    "docs/metrics-dashboard.md",
    "docs/examples",
    "docs/nsa-mcp-audit-ci.md",
    "docs/openclaw-agent-template",
    "docs/proof.md",
    "docs/procurement-one-pager.md",
    "docs/private-mcp-fleet-risk-graph.md",
    "docs/public-guidance-crosswalk.md",
    "docs/receipt-graph.md",
    "docs/reference-evaluations.md",
    "docs/sample-private-fleet-risk-graph.md",
    "docs/safety-index",
    "docs/setup-ci-doctor.md",
    "docs/security-due-diligence.md",
    "docs/target-contribution-guide.md",
    "docs/target-gallery.md",
    "docs/target-registry.md",
    "docs/tool-call-receipts.md",
    "examples/insecure-mcp-server",
    "scripts/postinstall.mjs",
    "schemas"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "cli": "tsx src/cli.ts",
    "dashboard:build": "tsx scripts/build-dashboard.ts",
    "metrics:collect": "tsx scripts/metrics-dashboard.ts collect",
    "metrics:build": "tsx scripts/metrics-dashboard.ts build",
    "metrics:refresh": "tsx scripts/metrics-dashboard.ts refresh",
    "metrics:open": "tsx scripts/metrics-dashboard.ts open",
    "metrics:serve": "tsx scripts/metrics-dashboard.ts serve",
    "integration:real": "tsx scripts/run-real-server-matrix.ts",
    "safety-index": "tsx scripts/run-safety-index.ts",
    "lint": "eslint .",
    "prepack": "npm run build",
    "postinstall": "node scripts/postinstall.mjs",
    "proof:refresh": "tsx scripts/refresh-proof-artifacts.ts",
    "release:prep": "node scripts/release.mjs",
    "certification:pr-body": "tsx scripts/print-certification-pr-body.ts",
    "typecheck": "tsc --noEmit -p tsconfig.json && npm --prefix api install && npm --prefix api run typecheck",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "validate:artifacts": "tsx scripts/validate-artifacts.ts",
    "verify:packed-install": "node scripts/verify-packed-install.mjs",
    "smoke": "npm run cli -- run --target tests/fixtures/sample-target-config.json && npm run cli -- diff tests/fixtures/sample-run-a.json tests/fixtures/sample-run-b.json",
    "telemetry:export": "tsx scripts/export-telemetry-d1.ts",
    "telemetry:intelligence": "tsx scripts/telemetry-company-intelligence.ts --input telemetry-exports/events-flat-full.json --out-dir reports",
    "telemetry:external": "tsx scripts/telemetry-company-intelligence.ts --input telemetry-exports/events-flat-full.json --out-dir reports"
  },
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "ai-agent",
    "agent-security",
    "ai-supply-chain",
    "ai-tools",
    "developer-tools",
    "cli",
    "regression-testing",
    "interoperability",
    "record",
    "replay",
    "cassette",
    "vcr",
    "mcp-testing",
    "mcp-scanner",
    "mcp-monitoring",
    "security",
    "mcp-security",
    "sarif",
    "code-scanning",
    "github-code-scanning",
    "ai-security",
    "supply-chain-security",
    "ci-cd",
    "mcp-ci",
    "github-action",
    "mcp-lockfile",
    "enterprise",
    "enterprise-report",
    "feishu",
    "lark",
    "schema-drift",
    "attack-simulation",
    "mcp-observability",
    "security-scanner",
    "mcp-server-testing",
    "tool-call-audit"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "ci-info": "^4.4.0",
    "commander": "15.0.0",
    "update-notifier": "^7.3.1",
    "zod": "4.4.3"
  },
  "devDependencies": {
    "@eslint/js": "10.0.1",
    "@types/node": "26.1.0",
    "@typescript-eslint/eslint-plugin": "8.63.0",
    "@typescript-eslint/parser": "8.63.0",
    "@vitest/coverage-v8": "4.1.10",
    "ajv": "8.20.0",
    "eslint": "10.6.0",
    "globals": "17.7.0",
    "tsx": "4.23.0",
    "typescript": "6.0.3",
    "typescript-eslint": "8.63.0",
    "vitest": "4.1.10"
  }
}
