{
  "schema_version": "1.0.0",
  "scanner": {
    "name": "global-capability-catalog",
    "version": "0.1.0"
  },
  "repo": {
    "id": "github-recent__mbarbine__platphorm-msi-editor",
    "name": "mbarbine__platphorm-msi-editor",
    "path": "/Users/bwm.barbinewarnermichael/Documents/github/repositories/github-recent/mbarbine__platphorm-msi-editor",
    "relative_path": "github-recent/mbarbine__platphorm-msi-editor",
    "remote_url": "git@github.com:mbarbine/platphorm-msi-editor.git",
    "default_branch": "main",
    "current_commit": "b67bf8819f005a299658036ef23d3887327217e3"
  },
  "languages": [
    {
      "language": "TypeScript",
      "files": 150,
      "bytes": 658901
    },
    {
      "language": "JSON",
      "files": 6,
      "bytes": 319156
    },
    {
      "language": "YAML",
      "files": 2,
      "bytes": 228296
    },
    {
      "language": "Markdown",
      "files": 4,
      "bytes": 17288
    },
    {
      "language": "CSS",
      "files": 2,
      "bytes": 8706
    },
    {
      "language": "JavaScript",
      "files": 3,
      "bytes": 746
    },
    {
      "language": "Dockerfile",
      "files": 1,
      "bytes": 582
    }
  ],
  "frameworks": [
    {
      "name": "Next.js",
      "confidence": "high",
      "evidence_paths": [
        "package.json"
      ]
    },
    {
      "name": "React",
      "confidence": "high",
      "evidence_paths": [
        "package.json"
      ]
    },
    {
      "name": "Tailwind CSS",
      "confidence": "high",
      "evidence_paths": [
        "package.json"
      ]
    },
    {
      "name": "Vitest",
      "confidence": "high",
      "evidence_paths": [
        "package.json"
      ]
    }
  ],
  "packages": {
    "package_manager": "pnpm",
    "manifests": [
      {
        "path": "package.json",
        "name": "msi-tree",
        "version": "0.0.1",
        "scripts": {
          "dev": "next dev",
          "build": "next build",
          "start": "next start",
          "lint": "eslint .",
          "test": "vitest",
          "test:run": "vitest run",
          "test:coverage": "vitest run --coverage"
        },
        "dependencies": {
          "@hookform/resolvers": "^3.9.1",
          "@radix-ui/react-accordion": "1.2.12",
          "@radix-ui/react-alert-dialog": "1.1.15",
          "@radix-ui/react-aspect-ratio": "1.1.8",
          "@radix-ui/react-avatar": "1.1.11",
          "@radix-ui/react-checkbox": "1.3.3",
          "@radix-ui/react-collapsible": "1.1.12",
          "@radix-ui/react-context-menu": "2.2.16",
          "@radix-ui/react-dialog": "1.1.15",
          "@radix-ui/react-dropdown-menu": "2.1.16",
          "@radix-ui/react-hover-card": "1.1.15",
          "@radix-ui/react-label": "2.1.8",
          "@radix-ui/react-menubar": "1.1.16",
          "@radix-ui/react-navigation-menu": "1.2.14",
          "@radix-ui/react-popover": "1.1.15",
          "@radix-ui/react-progress": "1.1.8",
          "@radix-ui/react-radio-group": "1.3.8",
          "@radix-ui/react-scroll-area": "1.2.10",
          "@radix-ui/react-select": "2.2.6",
          "@radix-ui/react-separator": "1.1.8",
          "@radix-ui/react-slider": "1.3.6",
          "@radix-ui/react-slot": "1.2.4",
          "@radix-ui/react-switch": "1.2.6",
          "@radix-ui/react-tabs": "1.1.13",
          "@radix-ui/react-toast": "1.2.15",
          "@radix-ui/react-toggle": "1.1.10",
          "@radix-ui/react-toggle-group": "1.1.11",
          "@radix-ui/react-tooltip": "1.2.8",
          "@vercel/analytics": "1.6.1",
          "autoprefixer": "^10.4.20",
          "class-variance-authority": "^0.7.1",
          "clsx": "^2.1.1",
          "cmdk": "1.1.1",
          "date-fns": "4.1.0",
          "embla-carousel-react": "8.6.0",
          "input-otp": "1.4.2",
          "lucide-react": "^0.564.0",
          "next": "16.1.6",
          "next-themes": "^0.4.6",
          "react": "19.2.4",
          "react-day-picker": "9.13.2",
          "react-dom": "19.2.4",
          "react-hook-form": "^7.54.1",
          "react-resizable-panels": "^2.1.7",
          "recharts": "2.15.0",
          "sonner": "^1.7.1",
          "tailwind-merge": "^3.3.1",
          "vaul": "^1.1.2",
          "zod": "^3.24.1"
        },
        "dev_dependencies": {
          "@eslint/js": "^10.0.1",
          "@tailwindcss/postcss": "^4.2.0",
          "@testing-library/jest-dom": "^6.6.0",
          "@testing-library/react": "^16.0.0",
          "@types/node": "^22",
          "@types/react": "19.2.14",
          "@types/react-dom": "19.2.3",
          "@vitejs/plugin-react": "^4.3.0",
          "@vitest/coverage-v8": "^2.0.0",
          "eslint": "^10.1.0",
          "jsdom": "^25.0.0",
          "postcss": "^8.5",
          "tailwindcss": "^4.2.0",
          "tw-animate-css": "1.3.3",
          "typescript": "5.7.3",
          "typescript-eslint": "^8.58.0",
          "vitest": "^2.0.0"
        }
      }
    ]
  },
  "routes": {
    "api_routes": [
      {
        "route": "/cron/refresh",
        "source_path": "app/api/cron/refresh/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "POST"
        ]
      },
      {
        "route": "/docs",
        "source_path": "app/api/docs/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/events",
        "source_path": "app/api/events/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/health",
        "source_path": "app/api/health/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/mcp",
        "source_path": "app/api/mcp/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS",
          "POST"
        ]
      },
      {
        "route": "/v1/export",
        "source_path": "app/api/v1/export/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "OPTIONS",
          "POST"
        ]
      },
      {
        "route": "/v1/health",
        "source_path": "app/api/v1/health/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/integrations/ascii",
        "source_path": "app/api/v1/integrations/ascii/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/integrations/json",
        "source_path": "app/api/v1/integrations/json/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/integrations/status",
        "source_path": "app/api/v1/integrations/status/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/integrations/svg",
        "source_path": "app/api/v1/integrations/svg/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/integrations/xml",
        "source_path": "app/api/v1/integrations/xml/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/msi/analyze",
        "source_path": "app/api/v1/msi/analyze/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/msi/demo",
        "source_path": "app/api/v1/msi/demo/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/msi/export/csv",
        "source_path": "app/api/v1/msi/export/csv/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/msi/export/json",
        "source_path": "app/api/v1/msi/export/json/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/msi/export/sql",
        "source_path": "app/api/v1/msi/export/sql/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/msi/export/xml",
        "source_path": "app/api/v1/msi/export/xml/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/msi/parse",
        "source_path": "app/api/v1/msi/parse/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "OPTIONS",
          "POST"
        ]
      },
      {
        "route": "/v1/msi/search",
        "source_path": "app/api/v1/msi/search/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/msi/security",
        "source_path": "app/api/v1/msi/security/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/msi/summary",
        "source_path": "app/api/v1/msi/summary/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/msi/tables/[tableName]",
        "source_path": "app/api/v1/msi/tables/[tableName]/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/msi/tables",
        "source_path": "app/api/v1/msi/tables/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/parse",
        "source_path": "app/api/v1/parse/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "OPTIONS",
          "POST"
        ]
      },
      {
        "route": "/webhooks",
        "source_path": "app/api/webhooks/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "DELETE",
          "GET",
          "POST"
        ]
      }
    ],
    "app_routes": [
      {
        "route": "/analyze",
        "source_path": "app/analyze/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/demo",
        "source_path": "app/demo/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/disclaimer",
        "source_path": "app/disclaimer/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/docs",
        "source_path": "app/docs/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/export",
        "source_path": "app/export/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/faq",
        "source_path": "app/faq/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/integrations",
        "source_path": "app/integrations/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/privacy",
        "source_path": "app/privacy/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/search",
        "source_path": "app/search/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/tables",
        "source_path": "app/tables/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/terms",
        "source_path": "app/terms/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/viewer",
        "source_path": "app/viewer/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      }
    ]
  },
  "components": [
    {
      "name": "components.test",
      "kind": "ui-component",
      "source_path": "components/msi/__tests__/components.test.tsx"
    },
    {
      "name": "integration-panel.test",
      "kind": "ui-component",
      "source_path": "components/msi/__tests__/integration-panel.test.tsx"
    },
    {
      "name": "empty-state",
      "kind": "ui-component",
      "source_path": "components/msi/empty-state.tsx"
    },
    {
      "name": "graph-tree-viewer",
      "kind": "ui-component",
      "source_path": "components/msi/graph-tree-viewer.tsx"
    },
    {
      "name": "header",
      "kind": "ui-component",
      "source_path": "components/msi/header.tsx"
    },
    {
      "name": "integration-panel",
      "kind": "ui-component",
      "source_path": "components/msi/integration-panel.tsx"
    },
    {
      "name": "static-info-page",
      "kind": "ui-component",
      "source_path": "components/msi/pages/static-info-page.tsx"
    },
    {
      "name": "summary-panel",
      "kind": "ui-component",
      "source_path": "components/msi/summary-panel.tsx"
    },
    {
      "name": "table-list",
      "kind": "ui-component",
      "source_path": "components/msi/table-list.tsx"
    },
    {
      "name": "table-viewer",
      "kind": "ui-component",
      "source_path": "components/msi/table-viewer.tsx"
    },
    {
      "name": "tree-view",
      "kind": "ui-component",
      "source_path": "components/msi/tree-view.tsx"
    },
    {
      "name": "theme-provider",
      "kind": "ui-component",
      "source_path": "components/theme-provider.tsx"
    },
    {
      "name": "accordion",
      "kind": "ui-component",
      "source_path": "components/ui/accordion.tsx"
    },
    {
      "name": "alert-dialog",
      "kind": "ui-component",
      "source_path": "components/ui/alert-dialog.tsx"
    },
    {
      "name": "alert",
      "kind": "ui-component",
      "source_path": "components/ui/alert.tsx"
    },
    {
      "name": "aspect-ratio",
      "kind": "ui-component",
      "source_path": "components/ui/aspect-ratio.tsx"
    },
    {
      "name": "avatar",
      "kind": "ui-component",
      "source_path": "components/ui/avatar.tsx"
    },
    {
      "name": "badge",
      "kind": "ui-component",
      "source_path": "components/ui/badge.tsx"
    },
    {
      "name": "breadcrumb",
      "kind": "ui-component",
      "source_path": "components/ui/breadcrumb.tsx"
    },
    {
      "name": "button-group",
      "kind": "ui-component",
      "source_path": "components/ui/button-group.tsx"
    },
    {
      "name": "button",
      "kind": "ui-component",
      "source_path": "components/ui/button.tsx"
    },
    {
      "name": "calendar",
      "kind": "ui-component",
      "source_path": "components/ui/calendar.tsx"
    },
    {
      "name": "card",
      "kind": "ui-component",
      "source_path": "components/ui/card.tsx"
    },
    {
      "name": "carousel",
      "kind": "ui-component",
      "source_path": "components/ui/carousel.tsx"
    },
    {
      "name": "chart",
      "kind": "ui-component",
      "source_path": "components/ui/chart.tsx"
    },
    {
      "name": "checkbox",
      "kind": "ui-component",
      "source_path": "components/ui/checkbox.tsx"
    },
    {
      "name": "collapsible",
      "kind": "ui-component",
      "source_path": "components/ui/collapsible.tsx"
    },
    {
      "name": "command",
      "kind": "ui-component",
      "source_path": "components/ui/command.tsx"
    },
    {
      "name": "context-menu",
      "kind": "ui-component",
      "source_path": "components/ui/context-menu.tsx"
    },
    {
      "name": "dialog",
      "kind": "ui-component",
      "source_path": "components/ui/dialog.tsx"
    },
    {
      "name": "drawer",
      "kind": "ui-component",
      "source_path": "components/ui/drawer.tsx"
    },
    {
      "name": "dropdown-menu",
      "kind": "ui-component",
      "source_path": "components/ui/dropdown-menu.tsx"
    },
    {
      "name": "empty",
      "kind": "ui-component",
      "source_path": "components/ui/empty.tsx"
    },
    {
      "name": "field",
      "kind": "ui-component",
      "source_path": "components/ui/field.tsx"
    },
    {
      "name": "form",
      "kind": "ui-component",
      "source_path": "components/ui/form.tsx"
    },
    {
      "name": "hover-card",
      "kind": "ui-component",
      "source_path": "components/ui/hover-card.tsx"
    },
    {
      "name": "input-group",
      "kind": "ui-component",
      "source_path": "components/ui/input-group.tsx"
    },
    {
      "name": "input-otp",
      "kind": "ui-component",
      "source_path": "components/ui/input-otp.tsx"
    },
    {
      "name": "input",
      "kind": "ui-component",
      "source_path": "components/ui/input.tsx"
    },
    {
      "name": "item",
      "kind": "ui-component",
      "source_path": "components/ui/item.tsx"
    },
    {
      "name": "kbd",
      "kind": "ui-component",
      "source_path": "components/ui/kbd.tsx"
    },
    {
      "name": "label",
      "kind": "ui-component",
      "source_path": "components/ui/label.tsx"
    },
    {
      "name": "menubar",
      "kind": "ui-component",
      "source_path": "components/ui/menubar.tsx"
    },
    {
      "name": "navigation-menu",
      "kind": "ui-component",
      "source_path": "components/ui/navigation-menu.tsx"
    },
    {
      "name": "pagination",
      "kind": "ui-component",
      "source_path": "components/ui/pagination.tsx"
    },
    {
      "name": "popover",
      "kind": "ui-component",
      "source_path": "components/ui/popover.tsx"
    },
    {
      "name": "progress",
      "kind": "ui-component",
      "source_path": "components/ui/progress.tsx"
    },
    {
      "name": "radio-group",
      "kind": "ui-component",
      "source_path": "components/ui/radio-group.tsx"
    },
    {
      "name": "resizable",
      "kind": "ui-component",
      "source_path": "components/ui/resizable.tsx"
    },
    {
      "name": "scroll-area",
      "kind": "ui-component",
      "source_path": "components/ui/scroll-area.tsx"
    },
    {
      "name": "select",
      "kind": "ui-component",
      "source_path": "components/ui/select.tsx"
    },
    {
      "name": "separator",
      "kind": "ui-component",
      "source_path": "components/ui/separator.tsx"
    },
    {
      "name": "sheet",
      "kind": "ui-component",
      "source_path": "components/ui/sheet.tsx"
    },
    {
      "name": "sidebar",
      "kind": "ui-component",
      "source_path": "components/ui/sidebar.tsx"
    },
    {
      "name": "skeleton",
      "kind": "ui-component",
      "source_path": "components/ui/skeleton.tsx"
    },
    {
      "name": "slider",
      "kind": "ui-component",
      "source_path": "components/ui/slider.tsx"
    },
    {
      "name": "sonner",
      "kind": "ui-component",
      "source_path": "components/ui/sonner.tsx"
    },
    {
      "name": "spinner",
      "kind": "ui-component",
      "source_path": "components/ui/spinner.tsx"
    },
    {
      "name": "switch",
      "kind": "ui-component",
      "source_path": "components/ui/switch.tsx"
    },
    {
      "name": "table",
      "kind": "ui-component",
      "source_path": "components/ui/table.tsx"
    },
    {
      "name": "tabs",
      "kind": "ui-component",
      "source_path": "components/ui/tabs.tsx"
    },
    {
      "name": "textarea",
      "kind": "ui-component",
      "source_path": "components/ui/textarea.tsx"
    },
    {
      "name": "toast",
      "kind": "ui-component",
      "source_path": "components/ui/toast.tsx"
    },
    {
      "name": "toaster",
      "kind": "ui-component",
      "source_path": "components/ui/toaster.tsx"
    },
    {
      "name": "toggle-group",
      "kind": "ui-component",
      "source_path": "components/ui/toggle-group.tsx"
    },
    {
      "name": "toggle",
      "kind": "ui-component",
      "source_path": "components/ui/toggle.tsx"
    },
    {
      "name": "tooltip",
      "kind": "ui-component",
      "source_path": "components/ui/tooltip.tsx"
    },
    {
      "name": "use-mobile",
      "kind": "ui-component",
      "source_path": "components/ui/use-mobile.tsx"
    }
  ],
  "data_models": [
    {
      "name": "model",
      "kind": "schema-file",
      "source_path": "lib/platform/model.ts"
    }
  ],
  "database": {
    "databases": [],
    "schemas": [],
    "migrations": []
  },
  "tests": [
    {
      "name": "api-endpoints.test.ts",
      "kind": "unit-or-integration",
      "source_path": "app/api/__tests__/api-endpoints.test.ts"
    },
    {
      "name": "api.test.ts",
      "kind": "unit-or-integration",
      "source_path": "app/api/__tests__/api.test.ts"
    },
    {
      "name": "mcp-route.test.ts",
      "kind": "unit-or-integration",
      "source_path": "app/api/__tests__/mcp-route.test.ts"
    },
    {
      "name": "route.test.ts",
      "kind": "unit-or-integration",
      "source_path": "app/api/health/route.test.ts"
    },
    {
      "name": "sitemap.test.ts",
      "kind": "unit-or-integration",
      "source_path": "app/sitemap.test.ts"
    },
    {
      "name": "components.test.tsx",
      "kind": "unit-or-integration",
      "source_path": "components/msi/__tests__/components.test.tsx"
    },
    {
      "name": "graph-tree-viewer.test.ts",
      "kind": "unit-or-integration",
      "source_path": "components/msi/__tests__/graph-tree-viewer.test.ts"
    },
    {
      "name": "integration-panel.test.tsx",
      "kind": "unit-or-integration",
      "source_path": "components/msi/__tests__/integration-panel.test.tsx"
    },
    {
      "name": "mcp-client.test.ts",
      "kind": "unit-or-integration",
      "source_path": "lib/__tests__/mcp-client.test.ts"
    },
    {
      "name": "msi-parser-extended.test.ts",
      "kind": "unit-or-integration",
      "source_path": "lib/__tests__/msi-parser-extended.test.ts"
    },
    {
      "name": "msi-parser.test.ts",
      "kind": "unit-or-integration",
      "source_path": "lib/__tests__/msi-parser.test.ts"
    }
  ],
  "ci": {
    "workflows": []
  },
  "containers": {
    "dockerfiles": [
      {
        "path": "Dockerfile"
      }
    ],
    "compose_files": []
  },
  "env": {
    "example_files": [],
    "variables": [
      {
        "name": "AI_GATEWAY_API_KEY",
        "source_paths": [
          "lib/platform/model.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "DATABASE_URL",
        "source_paths": [
          "lib/platform/discovery.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "NODE_ENV",
        "source_paths": [
          "lib/platform/discovery.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "OPENAI_API_KEY",
        "source_paths": [
          "lib/platform/model.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "PLATPHORM_API_KEY",
        "source_paths": [
          "lib/platform/auth.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "PLATPHORM_REQUIRE_API_KEY",
        "source_paths": [
          "lib/platform/auth.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "VERCEL_ENV",
        "source_paths": [
          "lib/platform/discovery.ts"
        ],
        "likely_secret": false
      }
    ]
  },
  "configs": [
    {
      "path": "eslint.config.mjs"
    },
    {
      "path": "next.config.mjs"
    },
    {
      "path": "package.json"
    },
    {
      "path": "pnpm-workspace.yaml"
    },
    {
      "path": "postcss.config.mjs"
    },
    {
      "path": "tsconfig.json"
    },
    {
      "path": "vercel.json"
    }
  ],
  "docs": {
    "readme_paths": [],
    "doc_paths": [],
    "llms_context_paths": []
  },
  "discovery_files": {
    "openapi": [],
    "mcp": [
      {
        "path": "app/api/mcp/route.ts"
      }
    ],
    "llms": [],
    "sitemaps": [],
    "feeds": [],
    "well_known": [
      {
        "path": "app/.well-known/agents.json/route.ts"
      },
      {
        "path": "app/.well-known/ai-plugin.json/route.ts"
      },
      {
        "path": "app/.well-known/mcp.json/route.ts"
      },
      {
        "path": "app/.well-known/security.txt/route.ts"
      },
      {
        "path": "app/.well-known/trust.json/route.ts"
      }
    ],
    "robots": [],
    "manifests": []
  },
  "integrations": [
    {
      "name": "OpenAI",
      "confidence": "medium",
      "evidence_paths": [
        "lib/platform/model.ts",
        "package.json"
      ]
    },
    {
      "name": "PlatPhorm",
      "confidence": "medium",
      "evidence_paths": [
        "app/api/__tests__/api-endpoints.test.ts",
        "app/docs/page.tsx",
        "app/export/page.tsx",
        "app/privacy/page.tsx",
        "app/terms/page.tsx",
        "components/msi/empty-state.tsx",
        "components/msi/header.tsx",
        "lib/platform/auth.ts",
        "lib/platform/discovery.ts",
        "package.json"
      ]
    },
    {
      "name": "Postgres",
      "confidence": "medium",
      "evidence_paths": [
        "lib/platform/discovery.ts",
        "package.json"
      ]
    },
    {
      "name": "Vercel",
      "confidence": "medium",
      "evidence_paths": [
        "app/layout.tsx",
        "lib/platform/discovery.ts",
        "package-lock.json",
        "package.json",
        "pnpm-lock.yaml"
      ]
    }
  ],
  "license": {
    "spdx": null,
    "paths": []
  },
  "comments": [
    {
      "kind": "security",
      "source_path": ".Jules/sentinel.md",
      "line": 4,
      "text": "**Prevention:** Always rely on `crypto.randomUUID()` or other established cryptographic primitives for generating unpredictable secure identifiers. Avoid `Math.random()` for any security-sensitive operations, especially in environments like"
    },
    {
      "kind": "security",
      "source_path": "app/.well-known/security.txt/route.ts",
      "line": 6,
      "text": "\"Contact: mailto:security@platphormnews.com\","
    },
    {
      "kind": "security",
      "source_path": "app/.well-known/security.txt/route.ts",
      "line": 7,
      "text": "`Canonical: ${MSI_SERVICE.baseUrl}/.well-known/security.txt`,"
    },
    {
      "kind": "security",
      "source_path": "app/.well-known/security.txt/route.ts",
      "line": 8,
      "text": "\"Policy: https://platphormnews.com/security\","
    },
    {
      "kind": "security",
      "source_path": "app/api/__tests__/mcp-route.test.ts",
      "line": 146,
      "text": "expect(data.result.description).toContain(\"analyze msi security\");"
    },
    {
      "kind": "security",
      "source_path": "app/api/mcp/route.ts",
      "line": 268,
      "text": ": uri === \"msi://security-findings\""
    },
    {
      "kind": "security",
      "source_path": "app/api/v1/msi/security/route.ts",
      "line": 9,
      "text": "const trace = createTraceContext(request, \"msi-security\");"
    },
    {
      "kind": "security",
      "source_path": "app/disclaimer/page.tsx",
      "line": 6,
      "text": "description: \"Static-only MSI security analysis disclaimer for MSI Tree by PH3AR.\","
    },
    {
      "kind": "security",
      "source_path": "app/docs/page.tsx",
      "line": 37,
      "text": "body: `${MCP_RESOURCE_URIS.length} resources and ${MCP_PROMPT_NAMES.length} prompts document demo data, tables, summary information, security findings, exports, OpenAPI, llms, and trust policy.`,"
    },
    {
      "kind": "security",
      "source_path": "app/manifest.webmanifest/route.ts",
      "line": 22,
      "text": "categories: [\"developer tools\", \"security\", \"utilities\"],"
    },
    {
      "kind": "security",
      "source_path": "components/msi/summary-panel.tsx",
      "line": 309,
      "text": "{/* Static Security Analysis */}"
    },
    {
      "kind": "security",
      "source_path": "components/msi/summary-panel.tsx",
      "line": 314,
      "text": "Static Security Findings"
    },
    {
      "kind": "security",
      "source_path": "components/msi/tree-view.tsx",
      "line": 310,
      "text": "security: 'Security level: 0=no restriction, 2=read-only',"
    },
    {
      "kind": "security",
      "source_path": "lib/msi-parser.ts",
      "line": 57,
      "text": "security?: number;"
    },
    {
      "kind": "security",
      "source_path": "lib/msi-parser.ts",
      "line": 643,
      "text": "security: 0,"
    },
    {
      "kind": "security",
      "source_path": "lib/platform/constants.ts",
      "line": 56,
      "text": "\"/.well-known/security.txt\","
    },
    {
      "kind": "security",
      "source_path": "lib/platform/constants.ts",
      "line": 150,
      "text": "path: \"/api/v1/msi/security\","
    },
    {
      "kind": "security",
      "source_path": "lib/platform/constants.ts",
      "line": 152,
      "text": "description: \"Return static MSI security findings\","
    },
    {
      "kind": "security",
      "source_path": "lib/platform/constants.ts",
      "line": 290,
      "text": "\"msi://security-findings\","
    },
    {
      "kind": "security",
      "source_path": "lib/platform/constants.ts",
      "line": 331,
      "text": "question: \"What do security findings mean?\","
    },
    {
      "kind": "unsafe",
      "source_path": "lib/platform/constants.ts",
      "line": 333,
      "text": "\"Findings are deterministic static triage signals for human review. They are not malware verdicts and do not prove that an installer is safe or unsafe.\","
    },
    {
      "kind": "security",
      "source_path": "lib/platform/discovery.ts",
      "line": 42,
      "text": "\"/.well-known/security.txt\","
    },
    {
      "kind": "security",
      "source_path": "lib/platform/discovery.ts",
      "line": 251,
      "text": "security: route.futureProtected ? [{ PlatPhormBearer: [] }, { PlatPhormHeader: [] }] : [],"
    },
    {
      "kind": "security",
      "source_path": "lib/platform/discovery.ts",
      "line": 483,
      "text": "securityContact: \"security@platphormnews.com\","
    },
    {
      "kind": "security",
      "source_path": "lib/platform/discovery.ts",
      "line": 541,
      "text": "contact_email: \"security@platphormnews.com\","
    },
    {
      "kind": "security",
      "source_path": "lib/platform/model.ts",
      "line": 25,
      "text": "\"static security finding summaries\","
    },
    {
      "kind": "deprecated",
      "source_path": "package-lock.json",
      "line": 6113,
      "text": "\"deprecated\": \"Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by c"
    },
    {
      "kind": "deprecated",
      "source_path": "pnpm-lock.yaml",
      "line": 2353,
      "text": "deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by cont"
    },
    {
      "kind": "deprecated",
      "source_path": "pnpm-lock.yaml",
      "line": 3163,
      "text": "deprecated: Use @exodus/bytes instead for a more spec-conformant and faster implementation"
    }
  ],
  "security": {
    "secret_risks": [],
    "unsafe_patterns": [
      {
        "name": "dangerously-set-html",
        "confidence": "medium",
        "evidence_paths": [
          "app/layout.tsx",
          "components/msi/pages/static-info-page.tsx",
          "components/ui/chart.tsx"
        ]
      }
    ],
    "sensitive_data_indicators": [
      {
        "name": "api_key",
        "confidence": "medium",
        "evidence_paths": [
          "app/api/__tests__/api-endpoints.test.ts",
          "app/docs/page.tsx",
          "app/export/page.tsx",
          "app/privacy/page.tsx",
          "app/terms/page.tsx",
          "components/msi/empty-state.tsx",
          "components/msi/header.tsx",
          "lib/platform/auth.ts",
          "lib/platform/constants.ts",
          "lib/platform/discovery.ts",
          "lib/platform/model.ts"
        ]
      },
      {
        "name": "card",
        "confidence": "medium",
        "evidence_paths": [
          "app/globals.css",
          "app/layout.tsx",
          "components/msi/empty-state.tsx",
          "components/msi/graph-tree-viewer.tsx",
          "components/msi/integration-panel.tsx",
          "components/msi/pages/static-info-page.tsx",
          "components/msi/summary-panel.tsx",
          "components/ui/alert.tsx",
          "components/ui/calendar.tsx",
          "components/ui/card.tsx",
          "components/ui/hover-card.tsx",
          "package-lock.json",
          "package.json",
          "pnpm-lock.yaml",
          "styles/globals.css"
        ]
      },
      {
        "name": "email",
        "confidence": "medium",
        "evidence_paths": [
          "lib/platform/discovery.ts",
          "public/humans.txt",
          "ROADMAP.md"
        ]
      },
      {
        "name": "health",
        "confidence": "medium",
        "evidence_paths": [
          "app/api/__tests__/api-endpoints.test.ts",
          "app/api/__tests__/api.test.ts",
          "app/api/cron/refresh/route.ts",
          "app/api/health/route.test.ts",
          "app/api/health/route.ts",
          "app/api/mcp/route.ts",
          "app/api/v1/health/route.ts",
          "app/privacy/page.tsx",
          "components/msi/__tests__/integration-panel.test.tsx",
          "components/msi/empty-state.tsx",
          "lib/__tests__/mcp-client.test.ts",
          "lib/mcp-client.ts",
          "lib/platform/constants.ts",
          "lib/platform/discovery.ts",
          "ROADMAP.md"
        ]
      },
      {
        "name": "location",
        "confidence": "medium",
        "evidence_paths": [
          "components/msi/header.tsx",
          "components/msi/summary-panel.tsx",
          "components/msi/table-list.tsx",
          "components/msi/tree-view.tsx",
          "public/humans.txt",
          "ROADMAP.md"
        ]
      },
      {
        "name": "oauth",
        "confidence": "medium",
        "evidence_paths": [
          "ROADMAP.md"
        ]
      },
      {
        "name": "pii",
        "confidence": "medium",
        "evidence_paths": [
          "package-lock.json",
          "pnpm-lock.yaml"
        ]
      },
      {
        "name": "secret-like environment variables",
        "confidence": "medium",
        "evidence_paths": [
          "package.json"
        ]
      },
      {
        "name": "token",
        "confidence": "medium",
        "evidence_paths": [
          "package-lock.json",
          "pnpm-lock.yaml",
          "ROADMAP.md"
        ]
      }
    ]
  },
  "generated_at": "2026-05-16T16:44:16.343Z"
}
