{
  "schema_version": "1.0.0",
  "scanner": {
    "name": "global-capability-catalog",
    "version": "0.1.0"
  },
  "repo": {
    "id": "github-recent__mbarbine__platphorm-fingerprint-service",
    "name": "mbarbine__platphorm-fingerprint-service",
    "path": "/Users/bwm.barbinewarnermichael/Documents/github/repositories/github-recent/mbarbine__platphorm-fingerprint-service",
    "relative_path": "github-recent/mbarbine__platphorm-fingerprint-service",
    "remote_url": "git@github.com:mbarbine/platphorm-fingerprint-service.git",
    "default_branch": "main",
    "current_commit": "b9f7c13a86fef100e31d311457a0bc57be547666"
  },
  "languages": [
    {
      "language": "TypeScript",
      "files": 160,
      "bytes": 526759
    },
    {
      "language": "YAML",
      "files": 2,
      "bytes": 237100
    },
    {
      "language": "CSS",
      "files": 2,
      "bytes": 10204
    },
    {
      "language": "SQL",
      "files": 1,
      "bytes": 5257
    },
    {
      "language": "JSON",
      "files": 4,
      "bytes": 3847
    },
    {
      "language": "JavaScript",
      "files": 4,
      "bytes": 3791
    },
    {
      "language": "Markdown",
      "files": 1,
      "bytes": 1319
    },
    {
      "language": "Dockerfile",
      "files": 1,
      "bytes": 667
    }
  ],
  "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"
      ]
    }
  ],
  "packages": {
    "package_manager": "pnpm",
    "manifests": [
      {
        "path": "package.json",
        "name": "platphorm-fingerprint-service",
        "version": "1.0.0-phase1",
        "scripts": {
          "dev": "next dev",
          "build": "next build",
          "start": "node .next/standalone/server.js",
          "lint": "eslint .",
          "test": "node --test tests/*.test.mjs",
          "test:contract": "node --test tests/*.test.mjs",
          "test:e2e": "playwright test"
        },
        "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",
          "@supabase/supabase-js": "^2.47.0",
          "@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.2.4",
          "next-themes": "^0.4.6",
          "react": "^19",
          "react-day-picker": "9.13.2",
          "react-dom": "^19",
          "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": {
          "@playwright/test": "^1.59.1",
          "@tailwindcss/postcss": "^4.2.0",
          "@types/node": "^22",
          "@types/react": "^19",
          "@types/react-dom": "^19",
          "eslint": "^9.39.4",
          "eslint-config-next": "^16.2.6",
          "postcss": "^8.5",
          "tailwindcss": "^4.2.0",
          "tw-animate-css": "1.3.3",
          "typescript": "5.7.3"
        }
      }
    ]
  },
  "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",
          "POST"
        ]
      },
      {
        "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",
          "POST"
        ]
      },
      {
        "route": "/v1/analysis/headless",
        "source_path": "app/api/v1/analysis/headless/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/analyze/bot",
        "source_path": "app/api/v1/analyze/bot/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/analyze/components",
        "source_path": "app/api/v1/analyze/components/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/analyze/lies",
        "source_path": "app/api/v1/analyze/lies/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/analyze/local",
        "source_path": "app/api/v1/analyze/local/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/analyze/resistance",
        "source_path": "app/api/v1/analyze/resistance/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/compare",
        "source_path": "app/api/v1/compare/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/edge-info",
        "source_path": "app/api/v1/edge-info/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/export",
        "source_path": "app/api/v1/export/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/fingerprint/[id]",
        "source_path": "app/api/v1/fingerprint/[id]/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/fingerprint/compare",
        "source_path": "app/api/v1/fingerprint/compare/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/fingerprint",
        "source_path": "app/api/v1/fingerprint/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "POST"
        ]
      },
      {
        "route": "/v1/health",
        "source_path": "app/api/v1/health/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/integrations/atlas/ja4/[fingerprint]",
        "source_path": "app/api/v1/integrations/atlas/ja4/[fingerprint]/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/integrations/atlas/ja4/batch",
        "source_path": "app/api/v1/integrations/atlas/ja4/batch/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/integrations/atlas",
        "source_path": "app/api/v1/integrations/atlas/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/integrations/status",
        "source_path": "app/api/v1/integrations/status/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/provider/status",
        "source_path": "app/api/v1/provider/status/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/stats/overview",
        "source_path": "app/api/v1/stats/overview/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/webhooks",
        "source_path": "app/api/webhooks/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      }
    ],
    "app_routes": [
      {
        "route": "/analysis",
        "source_path": "app/analysis/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/compare",
        "source_path": "app/compare/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/components",
        "source_path": "app/components/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": "/education",
        "source_path": "app/education/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/faq",
        "source_path": "app/faq/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/privacy",
        "source_path": "app/privacy/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/stats",
        "source_path": "app/stats/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/terms",
        "source_path": "app/terms/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      }
    ]
  },
  "components": [
    {
      "name": "page",
      "kind": "ui-component",
      "source_path": "app/components/page.tsx"
    },
    {
      "name": "analysis-dashboard",
      "kind": "ui-component",
      "source_path": "components/analysis/analysis-dashboard.tsx"
    },
    {
      "name": "compare-view",
      "kind": "ui-component",
      "source_path": "components/fingerprint/compare-view.tsx"
    },
    {
      "name": "component-grid",
      "kind": "ui-component",
      "source_path": "components/fingerprint/component-grid.tsx"
    },
    {
      "name": "confidence-gauge",
      "kind": "ui-component",
      "source_path": "components/fingerprint/confidence-gauge.tsx"
    },
    {
      "name": "fingerprint-dashboard",
      "kind": "ui-component",
      "source_path": "components/fingerprint/fingerprint-dashboard.tsx"
    },
    {
      "name": "threat-indicators",
      "kind": "ui-component",
      "source_path": "components/fingerprint/threat-indicators.tsx"
    },
    {
      "name": "breadcrumbs",
      "kind": "ui-component",
      "source_path": "components/layout/breadcrumbs.tsx"
    },
    {
      "name": "footer",
      "kind": "ui-component",
      "source_path": "components/layout/footer.tsx"
    },
    {
      "name": "json-ld",
      "kind": "ui-component",
      "source_path": "components/layout/json-ld.tsx"
    },
    {
      "name": "topbar",
      "kind": "ui-component",
      "source_path": "components/layout/topbar.tsx"
    },
    {
      "name": "stats-overview",
      "kind": "ui-component",
      "source_path": "components/stats/stats-overview.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": "info-tooltip",
      "kind": "ui-component",
      "source_path": "components/ui/info-tooltip.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": [],
  "database": {
    "databases": [],
    "schemas": [],
    "migrations": []
  },
  "tests": [
    {
      "name": "playwright.config.ts",
      "kind": "playwright",
      "source_path": "playwright.config.ts"
    },
    {
      "name": "fingerprint.spec.ts",
      "kind": "e2e",
      "source_path": "tests/e2e/fingerprint.spec.ts"
    },
    {
      "name": "phase1-contract.test.mjs",
      "kind": "unit-or-integration",
      "source_path": "tests/phase1-contract.test.mjs"
    }
  ],
  "ci": {
    "workflows": []
  },
  "containers": {
    "dockerfiles": [
      {
        "path": "Dockerfile"
      }
    ],
    "compose_files": []
  },
  "env": {
    "example_files": [],
    "variables": [
      {
        "name": "AI_GATEWAY_API_KEY",
        "source_paths": [
          "lib/model/provider.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "ANTHROPIC_API_KEY",
        "source_paths": [
          "lib/model/provider.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "NEXT_PUBLIC_SITE_URL",
        "source_paths": [
          "lib/platform/site.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "NEXT_PUBLIC_SUPABASE_ANON_KEY",
        "source_paths": [
          "lib/supabase/client.ts",
          "lib/supabase/server.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "NEXT_PUBLIC_SUPABASE_URL",
        "source_paths": [
          "lib/supabase/client.ts",
          "lib/supabase/server.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "NODE_ENV",
        "source_paths": [
          "app/api/health/route.ts",
          "app/layout.tsx"
        ],
        "likely_secret": false
      },
      {
        "name": "OPENAI_API_KEY",
        "source_paths": [
          "lib/model/provider.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": "SUPABASE_SERVICE_ROLE_KEY",
        "source_paths": [
          "lib/supabase/server.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "VERCEL_AI_GATEWAY_API_KEY",
        "source_paths": [
          "lib/model/provider.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "VERCEL_ENV",
        "source_paths": [
          "app/api/health/route.ts",
          "lib/fingerprint/modules/vercel.ts"
        ],
        "likely_secret": false
      }
    ]
  },
  "configs": [
    {
      "path": "eslint.config.mjs"
    },
    {
      "path": "lib/fingerprint/modules/vercel.ts"
    },
    {
      "path": "lib/platform/vercel.ts"
    },
    {
      "path": "next.config.mjs"
    },
    {
      "path": "package.json"
    },
    {
      "path": "pnpm-workspace.yaml"
    },
    {
      "path": "postcss.config.mjs"
    },
    {
      "path": "tsconfig.json"
    },
    {
      "path": "vercel.json"
    }
  ],
  "docs": {
    "readme_paths": [
      {
        "path": "README.md"
      }
    ],
    "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": "Anthropic",
      "confidence": "medium",
      "evidence_paths": [
        "lib/model/provider.ts",
        "package.json"
      ]
    },
    {
      "name": "OpenAI",
      "confidence": "medium",
      "evidence_paths": [
        "lib/model/provider.ts",
        "package.json"
      ]
    },
    {
      "name": "PlatPhorm",
      "confidence": "medium",
      "evidence_paths": [
        "app/api/cron/refresh/route.ts",
        "app/api/events/route.ts",
        "app/api/webhooks/route.ts",
        "app/docs/page.tsx",
        "app/faq/page.tsx",
        "app/privacy/page.tsx",
        "components/fingerprint/fingerprint-dashboard.tsx",
        "lib/discovery/generators.ts",
        "lib/platform/auth.ts",
        "package.json"
      ]
    },
    {
      "name": "Supabase",
      "confidence": "medium",
      "evidence_paths": [
        "lib/supabase/client.ts",
        "lib/supabase/server.ts",
        "package.json",
        "pnpm-lock.yaml"
      ]
    },
    {
      "name": "Vercel",
      "confidence": "medium",
      "evidence_paths": [
        "app/api/health/route.ts",
        "app/layout.tsx",
        "lib/fingerprint/modules/vercel.ts",
        "lib/model/provider.ts",
        "package.json",
        "pnpm-lock.yaml"
      ]
    }
  ],
  "license": {
    "spdx": null,
    "paths": []
  },
  "comments": [
    {
      "kind": "security",
      "source_path": "app/manifest.ts",
      "line": 13,
      "text": "categories: ['security', 'education', 'utilities'],"
    },
    {
      "kind": "security",
      "source_path": "lib/discovery/generators.ts",
      "line": 275,
      "text": "securityContact: 'security@platphormnews.com',"
    },
    {
      "kind": "security",
      "source_path": "lib/discovery/generators.ts",
      "line": 325,
      "text": "contact_email: 'security@platphormnews.com',"
    },
    {
      "kind": "security",
      "source_path": "lib/discovery/generators.ts",
      "line": 332,
      "text": "'Contact: mailto:security@platphormnews.com',"
    },
    {
      "kind": "security",
      "source_path": "lib/discovery/generators.ts",
      "line": 333,
      "text": "`Canonical: ${SITE_URL}/.well-known/security.txt`,"
    },
    {
      "kind": "security",
      "source_path": "lib/discovery/generators.ts",
      "line": 334,
      "text": "'Policy: https://platphormnews.com/security',"
    },
    {
      "kind": "security",
      "source_path": "lib/discovery/openapi.ts",
      "line": 33,
      "text": "security: [],"
    },
    {
      "kind": "security",
      "source_path": "lib/discovery/openapi.ts",
      "line": 96,
      "text": "security: [{ PlatformApiKey: [] }],"
    },
    {
      "kind": "security",
      "source_path": "lib/discovery/openapi.ts",
      "line": 250,
      "text": "security: [],"
    },
    {
      "kind": "security",
      "source_path": "lib/platform/site.ts",
      "line": 195,
      "text": "{ path: '/.well-known/security.txt', title: 'Security contact', description: 'Security contact and policy.', surface: 'well-known', public: true, sitemap: true, method: 'GET' },"
    },
    {
      "kind": "security",
      "source_path": "scripts/setup-database.sql",
      "line": 114,
      "text": "-- Enable Row Level Security. Public application routes expose aggregate/redacted data through API handlers, not direct table reads."
    },
    {
      "kind": "security",
      "source_path": "scripts/setup-database.sql",
      "line": 115,
      "text": "ALTER TABLE fingerprints ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/setup-database.sql",
      "line": 116,
      "text": "ALTER TABLE fingerprint_components ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/setup-database.sql",
      "line": 117,
      "text": "ALTER TABLE fingerprint_events ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/setup-database.sql",
      "line": 118,
      "text": "ALTER TABLE threat_correlations ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/setup-database.sql",
      "line": 119,
      "text": "ALTER TABLE audit_log ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "tests/phase1-contract.test.mjs",
      "line": 28,
      "text": "'app/.well-known/security.txt/route.ts',"
    }
  ],
  "security": {
    "secret_risks": [],
    "unsafe_patterns": [
      {
        "name": "dangerously-set-html",
        "confidence": "medium",
        "evidence_paths": [
          "components/layout/json-ld.tsx",
          "components/ui/chart.tsx",
          "lib/fingerprint/modules/domrect.ts"
        ]
      },
      {
        "name": "sql-injection-review-needed",
        "confidence": "medium",
        "evidence_paths": [
          "lib/discovery/generators.ts"
        ]
      }
    ],
    "sensitive_data_indicators": [
      {
        "name": "api_key",
        "confidence": "medium",
        "evidence_paths": [
          "app/api/cron/refresh/route.ts",
          "app/api/events/route.ts",
          "app/api/webhooks/route.ts",
          "app/docs/page.tsx",
          "app/faq/page.tsx",
          "app/privacy/page.tsx",
          "components/fingerprint/fingerprint-dashboard.tsx",
          "lib/discovery/generators.ts",
          "lib/discovery/openapi.ts",
          "lib/mcp/handler.ts",
          "lib/model/provider.ts",
          "lib/platform/auth.ts",
          "lib/platform/site.ts",
          "tests/phase1-contract.test.mjs"
        ]
      },
      {
        "name": "card",
        "confidence": "medium",
        "evidence_paths": [
          "app/api/health/route.ts",
          "app/components/page.tsx",
          "app/docs/page.tsx",
          "app/faq/page.tsx",
          "app/globals.css",
          "app/layout.tsx",
          "app/privacy/page.tsx",
          "components/analysis/analysis-dashboard.tsx",
          "components/fingerprint/compare-view.tsx",
          "components/fingerprint/component-grid.tsx",
          "components/fingerprint/fingerprint-dashboard.tsx",
          "components/fingerprint/threat-indicators.tsx",
          "components/layout/footer.tsx",
          "components/stats/stats-overview.tsx",
          "components/ui/alert.tsx",
          "components/ui/calendar.tsx",
          "components/ui/card.tsx",
          "components/ui/hover-card.tsx",
          "package.json",
          "pnpm-lock.yaml"
        ]
      },
      {
        "name": "email",
        "confidence": "medium",
        "evidence_paths": [
          "lib/discovery/generators.ts"
        ]
      },
      {
        "name": "fingerprint",
        "confidence": "medium",
        "evidence_paths": [
          "app/analysis/page.tsx",
          "app/api/events/route.ts",
          "app/api/health/route.ts",
          "app/api/v1/analysis/headless/route.ts",
          "app/api/v1/analyze/bot/route.ts",
          "app/api/v1/analyze/components/route.ts",
          "app/api/v1/analyze/lies/route.ts",
          "app/api/v1/analyze/local/route.ts",
          "app/api/v1/analyze/resistance/route.ts",
          "app/api/v1/compare/route.ts",
          "app/api/v1/edge-info/route.ts",
          "app/api/v1/export/route.ts",
          "app/api/v1/fingerprint/[id]/route.ts",
          "app/api/v1/fingerprint/route.ts",
          "app/api/v1/integrations/atlas/ja4/[fingerprint]/route.ts",
          "app/api/v1/integrations/atlas/ja4/batch/route.ts",
          "app/api/v1/stats/overview/route.ts",
          "app/compare/page.tsx",
          "app/components/page.tsx",
          "app/disclaimer/page.tsx"
        ]
      },
      {
        "name": "health",
        "confidence": "medium",
        "evidence_paths": [
          "app/api/health/route.ts",
          "app/api/v1/health/route.ts",
          "app/docs/page.tsx",
          "lib/discovery/generators.ts",
          "lib/discovery/openapi.ts",
          "lib/mcp/handler.ts",
          "lib/platform/site.ts",
          "tests/e2e/fingerprint.spec.ts",
          "tests/phase1-contract.test.mjs"
        ]
      },
      {
        "name": "ip address",
        "confidence": "medium",
        "evidence_paths": [
          "lib/platform/site.ts"
        ]
      },
      {
        "name": "pii",
        "confidence": "medium",
        "evidence_paths": [
          "pnpm-lock.yaml"
        ]
      },
      {
        "name": "secret-like environment variables",
        "confidence": "medium",
        "evidence_paths": [
          "package.json"
        ]
      },
      {
        "name": "token",
        "confidence": "medium",
        "evidence_paths": [
          "lib/discovery/generators.ts",
          "lib/platform/trace.ts",
          "lib/supabase/server.ts",
          "pnpm-lock.yaml"
        ]
      },
      {
        "name": "x-vercel-ja4-digest",
        "confidence": "medium",
        "evidence_paths": [
          "lib/fingerprint/modules/vercel.ts"
        ]
      }
    ]
  },
  "generated_at": "2026-05-16T16:44:14.700Z"
}
