{
  "schema_version": "1.0.0",
  "scanner": {
    "name": "global-capability-catalog",
    "version": "0.1.0"
  },
  "repo": {
    "id": "github-recent__mbarbine__platphorm-mini-games-webby",
    "name": "mbarbine__platphorm-mini-games-webby",
    "path": "/Users/bwm.barbinewarnermichael/Documents/github/repositories/github-recent/mbarbine__platphorm-mini-games-webby",
    "relative_path": "github-recent/mbarbine__platphorm-mini-games-webby",
    "remote_url": "git@github.com:mbarbine/platphorm-mini-games-webby.git",
    "default_branch": "main",
    "current_commit": "15f0a887c966a41395a5129fd3119a3d65be408f"
  },
  "languages": [
    {
      "language": "TypeScript",
      "files": 113,
      "bytes": 583973
    },
    {
      "language": "JSON",
      "files": 6,
      "bytes": 160181
    },
    {
      "language": "YAML",
      "files": 2,
      "bytes": 142776
    },
    {
      "language": "Markdown",
      "files": 4,
      "bytes": 10386
    },
    {
      "language": "JavaScript",
      "files": 3,
      "bytes": 3493
    },
    {
      "language": "CSS",
      "files": 1,
      "bytes": 2433
    },
    {
      "language": "Python",
      "files": 1,
      "bytes": 1243
    },
    {
      "language": "Dockerfile",
      "files": 1,
      "bytes": 609
    }
  ],
  "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": "mini-game-arcade",
        "version": "2.0.0",
        "scripts": {
          "build": "next build",
          "dev": "next dev",
          "lint": "node scripts/platform-lint.mjs",
          "typecheck": "tsc --noEmit",
          "test": "playwright test",
          "start": "next start",
          "test:e2e": "playwright test",
          "test:e2e:ui": "playwright test --ui"
        },
        "dependencies": {
          "@hookform/resolvers": "^3.9.1",
          "@radix-ui/react-accordion": "1.2.2",
          "@radix-ui/react-alert-dialog": "1.1.4",
          "@radix-ui/react-aspect-ratio": "1.1.1",
          "@radix-ui/react-avatar": "1.1.2",
          "@radix-ui/react-checkbox": "1.1.3",
          "@radix-ui/react-collapsible": "1.1.2",
          "@radix-ui/react-context-menu": "2.2.4",
          "@radix-ui/react-dialog": "1.1.4",
          "@radix-ui/react-dropdown-menu": "2.1.4",
          "@radix-ui/react-hover-card": "1.1.4",
          "@radix-ui/react-label": "2.1.1",
          "@radix-ui/react-menubar": "1.1.4",
          "@radix-ui/react-navigation-menu": "1.2.3",
          "@radix-ui/react-popover": "1.1.4",
          "@radix-ui/react-progress": "1.1.1",
          "@radix-ui/react-radio-group": "1.2.2",
          "@radix-ui/react-scroll-area": "1.2.2",
          "@radix-ui/react-select": "2.1.4",
          "@radix-ui/react-separator": "1.1.1",
          "@radix-ui/react-slider": "1.2.2",
          "@radix-ui/react-slot": "1.1.1",
          "@radix-ui/react-switch": "1.1.2",
          "@radix-ui/react-tabs": "1.1.2",
          "@radix-ui/react-toast": "1.2.4",
          "@radix-ui/react-toggle": "1.1.1",
          "@radix-ui/react-toggle-group": "1.1.1",
          "@radix-ui/react-tooltip": "1.1.6",
          "@vercel/analytics": "^1.4.1",
          "@vercel/speed-insights": "^1.1.0",
          "autoprefixer": "^10.4.20",
          "class-variance-authority": "^0.7.1",
          "clsx": "^2.1.1",
          "cmdk": "1.0.4",
          "date-fns": "4.1.0",
          "embla-carousel-react": "8.5.1",
          "geist": "^1.3.1",
          "input-otp": "1.4.1",
          "lucide-react": "^0.454.0",
          "next": "16.0.10",
          "next-themes": "^0.4.4",
          "react": "^19",
          "react-day-picker": "9.8.0",
          "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": "^2.5.5",
          "tailwindcss-animate": "^1.0.7",
          "vaul": "^0.9.6",
          "zod": "^3.24.1"
        },
        "dev_dependencies": {
          "@playwright/test": "^1.58.2",
          "@types/node": "^22",
          "@types/react": "^19",
          "@types/react-dom": "^19",
          "postcss": "^8.5",
          "tailwindcss": "^3.4.17",
          "typescript": "^5"
        }
      }
    ]
  },
  "routes": {
    "api_routes": [
      {
        "route": "/cron/refresh",
        "source_path": "app/api/cron/refresh/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS",
          "POST"
        ]
      },
      {
        "route": "/docs",
        "source_path": "app/api/docs/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS"
        ]
      },
      {
        "route": "/events",
        "source_path": "app/api/events/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS"
        ]
      },
      {
        "route": "/health",
        "source_path": "app/api/health/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS"
        ]
      },
      {
        "route": "/mcp",
        "source_path": "app/api/mcp/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS",
          "POST"
        ]
      },
      {
        "route": "/v1/categories",
        "source_path": "app/api/v1/categories/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS"
        ]
      },
      {
        "route": "/v1/discovery-compliance",
        "source_path": "app/api/v1/discovery-compliance/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS"
        ]
      },
      {
        "route": "/v1/events",
        "source_path": "app/api/v1/events/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/faq",
        "source_path": "app/api/v1/faq/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS"
        ]
      },
      {
        "route": "/v1/games/[slug]/events",
        "source_path": "app/api/v1/games/[slug]/events/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS"
        ]
      },
      {
        "route": "/v1/games/[slug]/metadata",
        "source_path": "app/api/v1/games/[slug]/metadata/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/games/[slug]",
        "source_path": "app/api/v1/games/[slug]/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS"
        ]
      },
      {
        "route": "/v1/games/[slug]/scores/local-schema",
        "source_path": "app/api/v1/games/[slug]/scores/local-schema/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS"
        ]
      },
      {
        "route": "/v1/games",
        "source_path": "app/api/v1/games/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS"
        ]
      },
      {
        "route": "/v1/health",
        "source_path": "app/api/v1/health/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/leaderboard/local-info",
        "source_path": "app/api/v1/leaderboard/local-info/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS"
        ]
      },
      {
        "route": "/v1/network",
        "source_path": "app/api/v1/network/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/route-compliance",
        "source_path": "app/api/v1/route-compliance/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS"
        ]
      },
      {
        "route": "/v1/webhooks",
        "source_path": "app/api/v1/webhooks/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/webhooks/status",
        "source_path": "app/api/v1/webhooks/status/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS"
        ]
      },
      {
        "route": "/webhooks",
        "source_path": "app/api/webhooks/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "OPTIONS",
          "POST"
        ]
      }
    ],
    "app_routes": [
      {
        "route": "/about",
        "source_path": "app/about/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/disclaimer",
        "source_path": "app/disclaimer/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/faq",
        "source_path": "app/faq/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/games/[slug]",
        "source_path": "app/games/[slug]/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/games/category/[category]",
        "source_path": "app/games/category/[category]/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/games",
        "source_path": "app/games/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/privacy",
        "source_path": "app/privacy/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/terms",
        "source_path": "app/terms/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      }
    ]
  },
  "components": [
    {
      "name": "aim-trainer-game",
      "kind": "ui-component",
      "source_path": "components/games/aim-trainer-game.tsx"
    },
    {
      "name": "breakout-game",
      "kind": "ui-component",
      "source_path": "components/games/breakout-game.tsx"
    },
    {
      "name": "bubble-pop-game",
      "kind": "ui-component",
      "source_path": "components/games/bubble-pop-game.tsx"
    },
    {
      "name": "coin-collector-game",
      "kind": "ui-component",
      "source_path": "components/games/coin-collector-game.tsx"
    },
    {
      "name": "color-match-game",
      "kind": "ui-component",
      "source_path": "components/games/color-match-game.tsx"
    },
    {
      "name": "connect-four-game",
      "kind": "ui-component",
      "source_path": "components/games/connect-four-game.tsx"
    },
    {
      "name": "dino-game",
      "kind": "ui-component",
      "source_path": "components/games/dino-game.tsx"
    },
    {
      "name": "flappy-triangle",
      "kind": "ui-component",
      "source_path": "components/games/flappy-triangle.tsx"
    },
    {
      "name": "game-2048",
      "kind": "ui-component",
      "source_path": "components/games/game-2048.tsx"
    },
    {
      "name": "game-loader",
      "kind": "ui-component",
      "source_path": "components/games/game-loader.tsx"
    },
    {
      "name": "local-score-panel",
      "kind": "ui-component",
      "source_path": "components/games/local-score-panel.tsx"
    },
    {
      "name": "memory-match-game",
      "kind": "ui-component",
      "source_path": "components/games/memory-match-game.tsx"
    },
    {
      "name": "minesweeper-game",
      "kind": "ui-component",
      "source_path": "components/games/minesweeper-game.tsx"
    },
    {
      "name": "mobile-controls",
      "kind": "ui-component",
      "source_path": "components/games/mobile-controls.tsx"
    },
    {
      "name": "orbit-defense-broken",
      "kind": "ui-component",
      "source_path": "components/games/orbit-defense-broken.tsx"
    },
    {
      "name": "orbit-defense",
      "kind": "ui-component",
      "source_path": "components/games/orbit-defense.tsx"
    },
    {
      "name": "pong-game",
      "kind": "ui-component",
      "source_path": "components/games/pong-game.tsx"
    },
    {
      "name": "puzzle-2048-game",
      "kind": "ui-component",
      "source_path": "components/games/puzzle-2048-game.tsx"
    },
    {
      "name": "quick-math-game",
      "kind": "ui-component",
      "source_path": "components/games/quick-math-game.tsx"
    },
    {
      "name": "reaction-game",
      "kind": "ui-component",
      "source_path": "components/games/reaction-game.tsx"
    },
    {
      "name": "simon-says-game",
      "kind": "ui-component",
      "source_path": "components/games/simon-says-game.tsx"
    },
    {
      "name": "snake-game",
      "kind": "ui-component",
      "source_path": "components/games/snake-game.tsx"
    },
    {
      "name": "space-invaders-game",
      "kind": "ui-component",
      "source_path": "components/games/space-invaders-game.tsx"
    },
    {
      "name": "tetris-game",
      "kind": "ui-component",
      "source_path": "components/games/tetris-game.tsx"
    },
    {
      "name": "tic-tac-toe-game",
      "kind": "ui-component",
      "source_path": "components/games/tic-tac-toe-game.tsx"
    },
    {
      "name": "typing-speed-game",
      "kind": "ui-component",
      "source_path": "components/games/typing-speed-game.tsx"
    },
    {
      "name": "whack-a-mole-game",
      "kind": "ui-component",
      "source_path": "components/games/whack-a-mole-game.tsx"
    },
    {
      "name": "word-scramble-game",
      "kind": "ui-component",
      "source_path": "components/games/word-scramble-game.tsx"
    },
    {
      "name": "breadcrumbs",
      "kind": "ui-component",
      "source_path": "components/layout/breadcrumbs.tsx"
    },
    {
      "name": "footer",
      "kind": "ui-component",
      "source_path": "components/layout/footer.tsx"
    },
    {
      "name": "theme-toggle",
      "kind": "ui-component",
      "source_path": "components/layout/theme-toggle.tsx"
    },
    {
      "name": "top-bar",
      "kind": "ui-component",
      "source_path": "components/layout/top-bar.tsx"
    },
    {
      "name": "theme-provider",
      "kind": "ui-component",
      "source_path": "components/theme-provider.tsx"
    },
    {
      "name": "button",
      "kind": "ui-component",
      "source_path": "components/ui/button.tsx"
    },
    {
      "name": "card",
      "kind": "ui-component",
      "source_path": "components/ui/card.tsx"
    },
    {
      "name": "input",
      "kind": "ui-component",
      "source_path": "components/ui/input.tsx"
    },
    {
      "name": "tooltip",
      "kind": "ui-component",
      "source_path": "components/ui/tooltip.tsx"
    }
  ],
  "data_models": [],
  "database": {
    "databases": [],
    "schemas": [],
    "migrations": []
  },
  "tests": [
    {
      "name": "api.spec.ts",
      "kind": "e2e",
      "source_path": "e2e/api.spec.ts"
    },
    {
      "name": "games.spec.ts",
      "kind": "e2e",
      "source_path": "e2e/games.spec.ts"
    },
    {
      "name": "homepage.spec.ts",
      "kind": "e2e",
      "source_path": "e2e/homepage.spec.ts"
    },
    {
      "name": "navigation.spec.ts",
      "kind": "e2e",
      "source_path": "e2e/navigation.spec.ts"
    },
    {
      "name": "pages.spec.ts",
      "kind": "e2e",
      "source_path": "e2e/pages.spec.ts"
    },
    {
      "name": "playwright.config.ts",
      "kind": "playwright",
      "source_path": "playwright.config.ts"
    }
  ],
  "ci": {
    "workflows": []
  },
  "containers": {
    "dockerfiles": [
      {
        "path": "Dockerfile"
      }
    ],
    "compose_files": []
  },
  "env": {
    "example_files": [],
    "variables": [
      {
        "name": "DATABASE_URL",
        "source_paths": [
          "app/api/health/route.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "NEXT_PUBLIC_SITE_URL",
        "source_paths": [
          "lib/games-registry.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "NODE_ENV",
        "source_paths": [
          "app/api/health/route.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "PLATPHORM_API_KEY",
        "source_paths": [
          "lib/auth.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "PLATPHORM_REQUIRE_API_KEY",
        "source_paths": [
          "lib/auth.ts"
        ],
        "likely_secret": true
      }
    ]
  },
  "configs": [
    {
      "path": "next.config.mjs"
    },
    {
      "path": "package.json"
    },
    {
      "path": "pnpm-workspace.yaml"
    },
    {
      "path": "postcss.config.mjs"
    },
    {
      "path": "tailwind.config.ts"
    },
    {
      "path": "tsconfig.json"
    },
    {
      "path": "vercel.json"
    }
  ],
  "docs": {
    "readme_paths": [
      {
        "path": "README.md"
      }
    ],
    "doc_paths": [
      {
        "path": "docs/phase-1-platform-contract.md"
      }
    ],
    "llms_context_paths": []
  },
  "discovery_files": {
    "openapi": [],
    "mcp": [
      {
        "path": "app/api/mcp/route.ts"
      },
      {
        "path": "lib/mcp.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": "PlatPhorm",
      "confidence": "medium",
      "evidence_paths": [
        "app/.well-known/agents.json/route.ts",
        "app/api/cron/refresh/route.ts",
        "app/api/v1/leaderboard/local-info/route.ts",
        "app/api/webhooks/route.ts",
        "app/games/[slug]/game-page-client.tsx",
        "app/privacy/page.tsx",
        "app/terms/page.tsx",
        "docs/phase-1-platform-contract.md",
        "lib/auth.ts",
        "lib/openapi.ts",
        "package.json"
      ]
    },
    {
      "name": "Postgres",
      "confidence": "medium",
      "evidence_paths": [
        "app/api/health/route.ts",
        "lib/events.ts",
        "package.json"
      ]
    },
    {
      "name": "Vercel",
      "confidence": "medium",
      "evidence_paths": [
        "app/layout.tsx",
        "package-lock.json",
        "package.json",
        "pnpm-lock.yaml"
      ]
    }
  ],
  "license": {
    "spdx": null,
    "paths": []
  },
  "comments": [
    {
      "kind": "security",
      "source_path": "app/.well-known/security.txt/route.ts",
      "line": 12,
      "text": "`Canonical: ${SITE_URL}/.well-known/security.txt`,"
    },
    {
      "kind": "security",
      "source_path": "lib/openapi.ts",
      "line": 29,
      "text": "security: [],"
    },
    {
      "kind": "security",
      "source_path": "lib/openapi.ts",
      "line": 237,
      "text": "security: [{ PlatPhormApiKey: [] }, { PlatPhormBearer: [] }],"
    },
    {
      "kind": "security",
      "source_path": "lib/openapi.ts",
      "line": 252,
      "text": "security: [{ PlatPhormApiKey: [] }, { PlatPhormBearer: [] }],"
    },
    {
      "kind": "security",
      "source_path": "lib/routes.ts",
      "line": 58,
      "text": "route(\"/.well-known/security.txt\", \"discovery\", \"Security contact\", true),"
    },
    {
      "kind": "security",
      "source_path": "lib/routes.ts",
      "line": 123,
      "text": "\"/.well-known/security.txt\","
    },
    {
      "kind": "security",
      "source_path": "README.md",
      "line": 59,
      "text": "middleware.ts           Request ID, CORS, security headers"
    },
    {
      "kind": "security",
      "source_path": "README.md",
      "line": 184,
      "text": "| `/.well-known/security.txt` | Security contact |"
    },
    {
      "kind": "security",
      "source_path": "README.md",
      "line": 225,
      "text": "- Security headers (`X-Content-Type-Options`, `X-Frame-Options`, `Referrer-Policy`)"
    }
  ],
  "security": {
    "secret_risks": [],
    "unsafe_patterns": [
      {
        "name": "dangerously-set-html",
        "confidence": "medium",
        "evidence_paths": [
          "app/faq/page.tsx",
          "app/games/[slug]/page.tsx",
          "app/games/category/[category]/page.tsx",
          "app/games/page.tsx",
          "app/layout.tsx",
          "app/page.tsx"
        ]
      },
      {
        "name": "sql-injection-review-needed",
        "confidence": "medium",
        "evidence_paths": [
          "lib/discovery.ts"
        ]
      }
    ],
    "sensitive_data_indicators": [
      {
        "name": "api_key",
        "confidence": "medium",
        "evidence_paths": [
          "app/.well-known/agents.json/route.ts",
          "app/api/cron/refresh/route.ts",
          "app/api/v1/leaderboard/local-info/route.ts",
          "app/api/webhooks/route.ts",
          "app/games/[slug]/game-page-client.tsx",
          "app/privacy/page.tsx",
          "app/terms/page.tsx",
          "docs/phase-1-platform-contract.md",
          "lib/auth.ts",
          "lib/discovery.ts",
          "lib/faq-data.ts",
          "lib/mcp.ts",
          "lib/openapi.ts",
          "scripts/platform-lint.mjs"
        ]
      },
      {
        "name": "card",
        "confidence": "medium",
        "evidence_paths": [
          "app/about/page.tsx",
          "app/api/health/route.ts",
          "app/faq/faq-accordion.tsx",
          "app/games/[slug]/game-page-client.tsx",
          "app/games/[slug]/page.tsx",
          "app/globals.css",
          "app/layout.tsx",
          "components/games/breakout-game.tsx",
          "components/games/bubble-pop-game.tsx",
          "components/games/coin-collector-game.tsx",
          "components/games/color-match-game.tsx",
          "components/games/connect-four-game.tsx",
          "components/games/dino-game.tsx",
          "components/games/flappy-triangle.tsx",
          "components/games/game-2048.tsx",
          "components/games/local-score-panel.tsx",
          "components/games/memory-match-game.tsx",
          "components/games/minesweeper-game.tsx",
          "components/games/orbit-defense-broken.tsx",
          "components/games/orbit-defense.tsx"
        ]
      },
      {
        "name": "email",
        "confidence": "medium",
        "evidence_paths": [
          "app/.well-known/ai-plugin.json/route.ts",
          "app/about/page.tsx",
          "e2e/pages.spec.ts",
          "lib/faq-data.ts",
          "lib/openapi.ts",
          "README.md"
        ]
      },
      {
        "name": "health",
        "confidence": "medium",
        "evidence_paths": [
          "app/api/health/route.ts",
          "app/api/v1/health/route.ts",
          "components/games/orbit-defense-broken.tsx",
          "components/games/orbit-defense.tsx",
          "docs/phase-1-platform-contract.md",
          "e2e/api.spec.ts",
          "lib/discovery.ts",
          "lib/faq-data.ts",
          "lib/mcp.ts",
          "lib/openapi.ts",
          "lib/routes.ts",
          "README.md"
        ]
      },
      {
        "name": "location",
        "confidence": "medium",
        "evidence_paths": [
          "app/error.tsx",
          "README.md"
        ]
      },
      {
        "name": "password",
        "confidence": "medium",
        "evidence_paths": [
          "lib/events.ts"
        ]
      },
      {
        "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": [
          "app/privacy/page.tsx",
          "lib/events.ts",
          "package-lock.json",
          "pnpm-lock.yaml",
          "scripts/platform-lint.mjs"
        ]
      }
    ]
  },
  "generated_at": "2026-05-16T16:44:16.088Z"
}
