{
  "schema_version": "1.0.0",
  "scanner": {
    "name": "global-capability-catalog",
    "version": "0.1.0"
  },
  "repo": {
    "id": "github-recent__ph3ar__platphorm-admin-dashboard",
    "name": "ph3ar__platphorm-admin-dashboard",
    "path": "/Users/bwm.barbinewarnermichael/Documents/github/repositories/github-recent/ph3ar__platphorm-admin-dashboard",
    "relative_path": "github-recent/ph3ar__platphorm-admin-dashboard",
    "remote_url": "git@github.com:ph3ar/platphorm-admin-dashboard.git",
    "default_branch": "main",
    "current_commit": "a28332c7833758213c14ccebc7129471de494d67"
  },
  "languages": [
    {
      "language": "TypeScript",
      "files": 36,
      "bytes": 67068
    },
    {
      "language": "Markdown",
      "files": 6,
      "bytes": 14559
    },
    {
      "language": "JSON",
      "files": 6,
      "bytes": 3349
    },
    {
      "language": "CSS",
      "files": 1,
      "bytes": 1874
    },
    {
      "language": "JavaScript",
      "files": 2,
      "bytes": 1230
    }
  ],
  "frameworks": [
    {
      "name": "Drizzle ORM",
      "confidence": "high",
      "evidence_paths": [
        "package.json"
      ]
    },
    {
      "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": "npm",
    "manifests": [
      {
        "path": "package.json",
        "name": null,
        "version": null,
        "scripts": {
          "dev": "next dev",
          "build": "next build",
          "start": "next start",
          "lint": "next lint",
          "test": "vitest run"
        },
        "dependencies": {
          "@neondatabase/serverless": "^0.9.4",
          "@radix-ui/react-dialog": "^1.1.1",
          "@radix-ui/react-dropdown-menu": "^2.1.1",
          "@radix-ui/react-slot": "^1.1.0",
          "@radix-ui/react-tabs": "^1.1.0",
          "@radix-ui/react-tooltip": "^1.1.2",
          "@types/node": "20.14.10",
          "@types/react": "18.3.3",
          "@types/react-dom": "18.3.0",
          "@vercel/analytics": "^1.3.1",
          "autoprefixer": "^10.4.20",
          "class-variance-authority": "^0.7.0",
          "clsx": "^2.1.1",
          "dotenv": "^17.3.1",
          "drizzle-kit": "^0.22.8",
          "drizzle-orm": "^0.31.4",
          "drizzle-zod": "^0.5.1",
          "lucide-react": "^0.400.0",
          "neonjs": "^1.0.0",
          "next": "15.0.0-canary.75",
          "next-auth": "5.0.0-beta.19",
          "postcss": "^8.4.41",
          "prettier": "^3.3.3",
          "prop-types": "^15.8.1",
          "react": "19.0.0-rc.0",
          "react-dom": "19.0.0-rc.0",
          "server-only": "^0.0.1",
          "tailwind-merge": "^2.5.2",
          "tailwindcss": "^3.4.10",
          "tailwindcss-animate": "^1.0.7",
          "typescript": "5.5.3",
          "zod": "^3.23.8"
        },
        "dev_dependencies": {
          "eslint": "^8.57.1",
          "eslint-config-next": "^14.2.35",
          "vitest": "^1.4.0"
        }
      }
    ]
  },
  "routes": {
    "api_routes": [
      {
        "route": "/auth/[...nextauth]",
        "source_path": "app/api/auth/[...nextauth]/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"
        ]
      },
      {
        "route": "/seed",
        "source_path": "app/api/seed/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      }
    ],
    "app_routes": [
      {
        "route": "/customers",
        "source_path": "app/(dashboard)/customers/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/(dashboard)",
        "source_path": "app/(dashboard)/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/login",
        "source_path": "app/login/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      }
    ]
  },
  "components": [
    {
      "name": "icons",
      "kind": "ui-component",
      "source_path": "components/icons.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",
      "kind": "ui-component",
      "source_path": "components/ui/button.tsx"
    },
    {
      "name": "card",
      "kind": "ui-component",
      "source_path": "components/ui/card.tsx"
    },
    {
      "name": "dropdown-menu",
      "kind": "ui-component",
      "source_path": "components/ui/dropdown-menu.tsx"
    },
    {
      "name": "input",
      "kind": "ui-component",
      "source_path": "components/ui/input.tsx"
    },
    {
      "name": "sheet",
      "kind": "ui-component",
      "source_path": "components/ui/sheet.tsx"
    },
    {
      "name": "table",
      "kind": "ui-component",
      "source_path": "components/ui/table.tsx"
    },
    {
      "name": "tabs",
      "kind": "ui-component",
      "source_path": "components/ui/tabs.tsx"
    },
    {
      "name": "tooltip",
      "kind": "ui-component",
      "source_path": "components/ui/tooltip.tsx"
    }
  ],
  "data_models": [],
  "database": {
    "databases": [
      "drizzle"
    ],
    "schemas": [],
    "migrations": []
  },
  "tests": [
    {
      "name": "robots.test.ts",
      "kind": "unit-or-integration",
      "source_path": "app/__tests__/robots.test.ts"
    },
    {
      "name": "sitemap.test.ts",
      "kind": "unit-or-integration",
      "source_path": "app/__tests__/sitemap.test.ts"
    }
  ],
  "ci": {
    "workflows": []
  },
  "containers": {
    "dockerfiles": [],
    "compose_files": []
  },
  "env": {
    "example_files": [
      {
        "path": ".env.example"
      }
    ],
    "variables": [
      {
        "name": "AUTH_GITHUB_ID",
        "source_paths": [
          ".env.example"
        ],
        "likely_secret": true
      },
      {
        "name": "AUTH_GITHUB_SECRET",
        "source_paths": [
          ".env.example"
        ],
        "likely_secret": true
      },
      {
        "name": "AUTH_SECRET",
        "source_paths": [
          ".env.example"
        ],
        "likely_secret": true
      },
      {
        "name": "NEXTAUTH_URL",
        "source_paths": [
          ".env.example"
        ],
        "likely_secret": true
      },
      {
        "name": "POSTGRES_URL",
        "source_paths": [
          ".env.example",
          ".Jules/bolt.md",
          "lib/db.ts"
        ],
        "likely_secret": false
      }
    ]
  },
  "configs": [
    {
      "path": "next.config.js"
    },
    {
      "path": "package.json"
    },
    {
      "path": "postcss.config.js"
    },
    {
      "path": "tailwind.config.ts"
    },
    {
      "path": "tsconfig.json"
    }
  ],
  "docs": {
    "readme_paths": [
      {
        "path": "README.md"
      }
    ],
    "doc_paths": [],
    "llms_context_paths": [
      {
        "path": "public/llms-index.txt"
      },
      {
        "path": "public/llms.txt"
      }
    ]
  },
  "discovery_files": {
    "openapi": [],
    "mcp": [
      {
        "path": "app/api/mcp/route.ts"
      }
    ],
    "llms": [
      {
        "path": "public/llms-index.txt"
      },
      {
        "path": "public/llms.txt"
      }
    ],
    "sitemaps": [],
    "feeds": [],
    "well_known": [
      {
        "path": "public/.well-known/ai-plugin.json"
      }
    ],
    "robots": [],
    "manifests": []
  },
  "integrations": [
    {
      "name": "Postgres",
      "confidence": "medium",
      "evidence_paths": [
        ".env.example",
        ".Jules/bolt.md",
        "lib/db.ts",
        "package.json"
      ]
    },
    {
      "name": "Vercel",
      "confidence": "medium",
      "evidence_paths": [
        ".Jules/bolt.md",
        "app/layout.tsx",
        "package.json"
      ]
    }
  ],
  "license": {
    "spdx": "MIT",
    "paths": [
      {
        "path": "LICENSE.md"
      }
    ]
  },
  "comments": [
    {
      "kind": "security",
      "source_path": "next.config.js",
      "line": 29,
      "text": "key: 'Strict-Transport-Security',"
    },
    {
      "kind": "security",
      "source_path": "ROADMAP.md",
      "line": 27,
      "text": "- Security audits and compliance"
    }
  ],
  "security": {
    "secret_risks": [],
    "unsafe_patterns": [],
    "sensitive_data_indicators": [
      {
        "name": "card",
        "confidence": "medium",
        "evidence_paths": [
          "app/(dashboard)/customers/page.tsx",
          "app/(dashboard)/products-table.tsx",
          "app/globals.css",
          "app/login/page.tsx",
          "components/ui/card.tsx",
          "tailwind.config.ts"
        ]
      },
      {
        "name": "email",
        "confidence": "medium",
        "evidence_paths": [
          ".Jules/sentinel.md",
          "public/.well-known/ai-plugin.json"
        ]
      },
      {
        "name": "location",
        "confidence": "medium",
        "evidence_paths": [
          "next.config.js",
          "README.md"
        ]
      },
      {
        "name": "oauth",
        "confidence": "medium",
        "evidence_paths": [
          "README.md"
        ]
      },
      {
        "name": "password",
        "confidence": "medium",
        "evidence_paths": [
          ".Jules/bolt.md"
        ]
      },
      {
        "name": "secret-like environment variables",
        "confidence": "medium",
        "evidence_paths": [
          "package.json"
        ]
      }
    ]
  },
  "generated_at": "2026-05-16T16:44:31.611Z"
}
