{
  "schema_version": "1.0.0",
  "scanner": {
    "name": "global-capability-catalog",
    "version": "0.1.0"
  },
  "repo": {
    "id": "github-recent__mbarbine__platphorm-wrestling-webby",
    "name": "mbarbine__platphorm-wrestling-webby",
    "path": "/Users/bwm.barbinewarnermichael/Documents/github/repositories/github-recent/mbarbine__platphorm-wrestling-webby",
    "relative_path": "github-recent/mbarbine__platphorm-wrestling-webby",
    "remote_url": "git@github.com:mbarbine/platphorm-wrestling-webby.git",
    "default_branch": "main",
    "current_commit": "b8a2bbe873f4b965fbd43116d7a08f090d0a8819"
  },
  "languages": [
    {
      "language": "JSON",
      "files": 7,
      "bytes": 258089
    },
    {
      "language": "TypeScript",
      "files": 61,
      "bytes": 246503
    },
    {
      "language": "YAML",
      "files": 1,
      "bytes": 214373
    },
    {
      "language": "JavaScript",
      "files": 13,
      "bytes": 12581
    },
    {
      "language": "CSS",
      "files": 2,
      "bytes": 11360
    },
    {
      "language": "Markdown",
      "files": 4,
      "bytes": 11103
    },
    {
      "language": "SQL",
      "files": 1,
      "bytes": 2192
    }
  ],
  "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": "backyard-wrestling-venue",
        "version": "0.1.0",
        "scripts": {
          "build": "next build",
          "dev": "next dev",
          "lint": "next lint",
          "start": "next start"
        },
        "dependencies": {
          "@neondatabase/serverless": "latest",
          "@radix-ui/react-dialog": "^1.1.2",
          "@radix-ui/react-label": "latest",
          "@radix-ui/react-select": "latest",
          "@radix-ui/react-slot": "latest",
          "@vercel/analytics": "latest",
          "class-variance-authority": "^0.7.1",
          "clsx": "^2.1.1",
          "geist": "latest",
          "lucide-react": "^0.454.0",
          "next": "15.2.8",
          "next-themes": "latest",
          "react": "^19",
          "react-dom": "^19",
          "stripe": "latest",
          "tailwind-merge": "^2.5.5",
          "tailwindcss-animate": "^1.0.7",
          "tw-animate-css": "latest"
        },
        "dev_dependencies": {
          "@testing-library/dom": "^10.4.1",
          "@testing-library/jest-dom": "^6.9.1",
          "@testing-library/react": "^16.3.2",
          "@types/node": "^22",
          "@types/react": "^19",
          "@types/react-dom": "^19",
          "@vitejs/plugin-react": "^6.0.1",
          "autoprefixer": "^10.4.20",
          "eslint": "^9",
          "eslint-config-next": "15.1.3",
          "jsdom": "^29.0.1",
          "postcss": "^8.5",
          "tailwindcss": "^3.4.17",
          "typescript": "^5",
          "vitest": "^4.1.0"
        }
      }
    ]
  },
  "routes": {
    "api_routes": [
      {
        "route": "/.well-known/llms.txt",
        "source_path": "app/api/.well-known/llms.txt/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/.well-known/mcp.json",
        "source_path": "app/api/.well-known/mcp.json/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/.well-known/security.txt",
        "source_path": "app/api/.well-known/security.txt/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/llms.txt",
        "source_path": "app/api/llms.txt/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": "/network/graph",
        "source_path": "app/api/network/graph/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      }
    ],
    "app_routes": [
      {
        "route": "/booking",
        "source_path": "app/booking/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/booking/success",
        "source_path": "app/booking/success/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/contact",
        "source_path": "app/contact/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/events",
        "source_path": "app/events/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/gallery",
        "source_path": "app/gallery/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/wrestlers/[handle]",
        "source_path": "app/wrestlers/[handle]/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/wrestlers/join",
        "source_path": "app/wrestlers/join/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/wrestlers",
        "source_path": "app/wrestlers/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      }
    ]
  },
  "components": [
    {
      "name": "seo-head",
      "kind": "ui-component",
      "source_path": "components/seo/seo-head.tsx"
    },
    {
      "name": "social-share",
      "kind": "ui-component",
      "source_path": "components/seo/social-share.tsx"
    },
    {
      "name": "structured-data",
      "kind": "ui-component",
      "source_path": "components/seo/structured-data.tsx"
    },
    {
      "name": "telemetry-provider",
      "kind": "ui-component",
      "source_path": "components/telemetry-provider.tsx"
    },
    {
      "name": "theme-provider",
      "kind": "ui-component",
      "source_path": "components/theme-provider.tsx"
    },
    {
      "name": "badge",
      "kind": "ui-component",
      "source_path": "components/ui/badge.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": "label",
      "kind": "ui-component",
      "source_path": "components/ui/label.tsx"
    },
    {
      "name": "select",
      "kind": "ui-component",
      "source_path": "components/ui/select.tsx"
    },
    {
      "name": "skeleton",
      "kind": "ui-component",
      "source_path": "components/ui/skeleton.tsx"
    },
    {
      "name": "textarea",
      "kind": "ui-component",
      "source_path": "components/ui/textarea.tsx"
    }
  ],
  "data_models": [],
  "database": {
    "databases": [],
    "schemas": [],
    "migrations": []
  },
  "tests": [
    {
      "name": "llms.test.ts",
      "kind": "unit-or-integration",
      "source_path": "__tests__/llms.test.ts"
    },
    {
      "name": "sitemap.test.ts",
      "kind": "unit-or-integration",
      "source_path": "__tests__/sitemap.test.ts"
    }
  ],
  "ci": {
    "workflows": []
  },
  "containers": {
    "dockerfiles": [],
    "compose_files": []
  },
  "env": {
    "example_files": [],
    "variables": [
      {
        "name": "DATABASE_URL",
        "source_paths": [
          "app/actions/booking-actions.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "NEXT_PUBLIC_BASE_URL",
        "source_paths": [
          "app/actions/booking-actions.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "STRIPE_SECRET_KEY",
        "source_paths": [
          "app/actions/booking-actions.ts"
        ],
        "likely_secret": true
      }
    ]
  },
  "configs": [
    {
      "path": "next.config.mjs"
    },
    {
      "path": "package.json"
    },
    {
      "path": "postcss.config.mjs"
    },
    {
      "path": "tailwind.config.js"
    },
    {
      "path": "tsconfig.json"
    }
  ],
  "docs": {
    "readme_paths": [
      {
        "path": "README.md"
      }
    ],
    "doc_paths": [],
    "llms_context_paths": [
      {
        "path": "public/llms.txt"
      }
    ]
  },
  "discovery_files": {
    "openapi": [],
    "mcp": [
      {
        "path": "app/api/mcp/route.ts"
      }
    ],
    "llms": [
      {
        "path": "public/llms.txt"
      }
    ],
    "sitemaps": [],
    "feeds": [],
    "well_known": [
      {
        "path": "app/api/.well-known/llms.txt/route.ts"
      },
      {
        "path": "app/api/.well-known/mcp.json/route.ts"
      },
      {
        "path": "app/api/.well-known/security.txt/route.ts"
      }
    ],
    "robots": [],
    "manifests": []
  },
  "integrations": [
    {
      "name": "Postgres",
      "confidence": "medium",
      "evidence_paths": [
        "app/actions/booking-actions.ts",
        "package.json"
      ]
    },
    {
      "name": "Stripe",
      "confidence": "medium",
      "evidence_paths": [
        "app/actions/booking-actions.ts",
        "package-lock.json",
        "package.json",
        "pnpm-lock.yaml",
        "scripts/create-bookings-table.sql"
      ]
    },
    {
      "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/api/.well-known/security.txt/route.ts",
      "line": 5,
      "text": "const content = `Contact: mailto:security@platphormnews.com"
    },
    {
      "kind": "security",
      "source_path": "app/api/.well-known/security.txt/route.ts",
      "line": 7,
      "text": "Canonical: ${siteConfig.url}/.well-known/security.txt"
    },
    {
      "kind": "security",
      "source_path": "app/api/.well-known/security.txt/route.ts",
      "line": 8,
      "text": "Policy: ${siteConfig.url}/security-policy"
    },
    {
      "kind": "security",
      "source_path": "app/api/.well-known/security.txt/route.ts",
      "line": 9,
      "text": "Acknowledgments: ${siteConfig.url}/security-acknowledgments"
    },
    {
      "kind": "deprecated",
      "source_path": "pnpm-lock.yaml",
      "line": 247,
      "text": "deprecated: Use @eslint/config-array instead"
    },
    {
      "kind": "deprecated",
      "source_path": "pnpm-lock.yaml",
      "line": 255,
      "text": "deprecated: Use @eslint/object-schema instead"
    },
    {
      "kind": "security",
      "source_path": "ROADMAP.md",
      "line": 14,
      "text": "- `security.txt` for responsible disclosure"
    },
    {
      "kind": "security",
      "source_path": "SEO-STRATEGY.md",
      "line": 57,
      "text": "- HTTPS security"
    },
    {
      "kind": "security",
      "source_path": "SEO-STRATEGY.md",
      "line": 158,
      "text": "- Security badges"
    }
  ],
  "security": {
    "secret_risks": [],
    "unsafe_patterns": [
      {
        "name": "dangerously-set-html",
        "confidence": "medium",
        "evidence_paths": [
          "components/seo/structured-data.tsx"
        ]
      }
    ],
    "sensitive_data_indicators": [
      {
        "name": "card",
        "confidence": "medium",
        "evidence_paths": [
          ".Jules/palette.md",
          "app/actions/booking-actions.ts",
          "app/booking/booking-client.tsx",
          "app/booking/loading.tsx",
          "app/booking/success/booking-success-client.tsx",
          "app/booking/success/loading.tsx",
          "app/booking/success/page.tsx",
          "app/contact/contact-page-client.tsx",
          "app/contact/loading.tsx",
          "app/events/events-client-page.tsx",
          "app/events/loading.tsx",
          "app/gallery/gallery-client.tsx",
          "app/gallery/loading.tsx",
          "app/globals.css",
          "app/home-client.tsx",
          "app/layout.tsx",
          "app/page.tsx",
          "app/wrestlers/join/join-client.tsx",
          "app/wrestlers/loading.tsx",
          "app/wrestlers/wrestlers-client.tsx"
        ]
      },
      {
        "name": "email",
        "confidence": "medium",
        "evidence_paths": [
          "app/actions/booking-actions.ts",
          "app/booking/booking-client.tsx",
          "app/booking/success/booking-success-client.tsx",
          "app/contact/contact-page-client.tsx",
          "app/layout.tsx",
          "components/seo/structured-data.tsx",
          "lib/seo-config.ts",
          "scripts/create-bookings-table.sql",
          "SEO-STRATEGY.md"
        ]
      },
      {
        "name": "location",
        "confidence": "medium",
        "evidence_paths": [
          "app/booking/booking-client.tsx",
          "app/contact/contact-page-client.tsx",
          "app/events/events-client-page.tsx",
          "app/wrestlers/join/join-client.tsx",
          "components/seo/structured-data.tsx",
          "components/telemetry-provider.tsx",
          "fix-telemetry-provider.js"
        ]
      },
      {
        "name": "payment",
        "confidence": "medium",
        "evidence_paths": [
          "app/actions/booking-actions.ts",
          "app/booking/booking-client.tsx",
          "app/booking/success/booking-success-client.tsx",
          "app/contact/contact-page-client.tsx",
          "lib/seo-config.ts",
          "SEO-STRATEGY.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"
        ]
      }
    ]
  },
  "generated_at": "2026-05-16T16:44:22.090Z"
}
