{
  "schema_version": "1.0.0",
  "scanner": {
    "name": "global-capability-catalog",
    "version": "0.1.0"
  },
  "repo": {
    "id": "github-recent__mbarbine__mermaid-community-platform",
    "name": "mbarbine__mermaid-community-platform",
    "path": "/Users/bwm.barbinewarnermichael/Documents/github/repositories/github-recent/mbarbine__mermaid-community-platform",
    "relative_path": "github-recent/mbarbine__mermaid-community-platform",
    "remote_url": "git@github.com:mbarbine/mermaid-community-platform.git",
    "default_branch": "main",
    "current_commit": "6de070250c14e3910aeb43878f500697eab225a8"
  },
  "languages": [
    {
      "language": "YAML",
      "files": 1,
      "bytes": 245900
    },
    {
      "language": "TypeScript",
      "files": 51,
      "bytes": 203869
    },
    {
      "language": "CSS",
      "files": 2,
      "bytes": 12174
    },
    {
      "language": "SQL",
      "files": 7,
      "bytes": 9926
    },
    {
      "language": "JSON",
      "files": 3,
      "bytes": 3385
    },
    {
      "language": "Markdown",
      "files": 4,
      "bytes": 1680
    },
    {
      "language": "JavaScript",
      "files": 2,
      "bytes": 372
    }
  ],
  "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": "my-v0-project",
        "version": "0.1.0",
        "scripts": {
          "build": "next build",
          "dev": "next dev",
          "lint": "next lint",
          "start": "next start"
        },
        "dependencies": {
          "@hookform/resolvers": "^3.10.0",
          "@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": "latest",
          "@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": "latest",
          "@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": "latest",
          "@radix-ui/react-separator": "1.1.1",
          "@radix-ui/react-slider": "1.2.2",
          "@radix-ui/react-slot": "latest",
          "@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",
          "@supabase/ssr": "latest",
          "@supabase/supabase-js": "latest",
          "@vercel/analytics": "latest",
          "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": "latest",
          "input-otp": "1.4.1",
          "lucide-react": "^0.454.0",
          "next": "15.2.8",
          "next-themes": "latest",
          "react": "^19",
          "react-day-picker": "9.8.0",
          "react-dom": "^19",
          "react-hook-form": "^7.60.0",
          "react-resizable-panels": "^2.1.7",
          "recharts": "2.15.4",
          "sonner": "^1.7.4",
          "tailwind-merge": "^2.5.5",
          "tailwindcss-animate": "^1.0.7",
          "vaul": "^0.9.9",
          "zod": "3.25.76"
        },
        "dev_dependencies": {
          "@tailwindcss/postcss": "^4.1.9",
          "@types/node": "^22",
          "@types/react": "^19",
          "@types/react-dom": "^19",
          "postcss": "^8.5",
          "tailwindcss": "^4.1.9",
          "tw-animate-css": "1.3.3",
          "typescript": "^5"
        }
      }
    ]
  },
  "routes": {
    "api_routes": [
      {
        "route": "/bookings",
        "source_path": "app/api/bookings/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/track-view",
        "source_path": "app/api/track-view/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      }
    ],
    "app_routes": [
      {
        "route": "/about",
        "source_path": "app/about/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/auth/login",
        "source_path": "app/auth/login/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/auth/sign-up-success",
        "source_path": "app/auth/sign-up-success/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/auth/sign-up",
        "source_path": "app/auth/sign-up/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/dashboard/analytics",
        "source_path": "app/dashboard/analytics/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/dashboard/events/[id]",
        "source_path": "app/dashboard/events/[id]/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/dashboard/events/new",
        "source_path": "app/dashboard/events/new/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/dashboard/events",
        "source_path": "app/dashboard/events/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/dashboard/news/new",
        "source_path": "app/dashboard/news/new/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/dashboard",
        "source_path": "app/dashboard/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/dashboard/products/[id]",
        "source_path": "app/dashboard/products/[id]/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/dashboard/products/new",
        "source_path": "app/dashboard/products/new/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/dashboard/products",
        "source_path": "app/dashboard/products/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/dashboard/profile",
        "source_path": "app/dashboard/profile/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/events/[id]",
        "source_path": "app/events/[id]/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/events",
        "source_path": "app/events/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/news/[id]",
        "source_path": "app/news/[id]/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/news",
        "source_path": "app/news/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/performers/[id]",
        "source_path": "app/performers/[id]/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/performers",
        "source_path": "app/performers/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/shop/[id]",
        "source_path": "app/shop/[id]/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/shop",
        "source_path": "app/shop/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      }
    ]
  },
  "components": [
    {
      "name": "booking-form",
      "kind": "ui-component",
      "source_path": "components/booking-form.tsx"
    },
    {
      "name": "event-edit-form",
      "kind": "ui-component",
      "source_path": "components/event-edit-form.tsx"
    },
    {
      "name": "event-form",
      "kind": "ui-component",
      "source_path": "components/event-form.tsx"
    },
    {
      "name": "news-form",
      "kind": "ui-component",
      "source_path": "components/news-form.tsx"
    },
    {
      "name": "product-edit-form",
      "kind": "ui-component",
      "source_path": "components/product-edit-form.tsx"
    },
    {
      "name": "product-form",
      "kind": "ui-component",
      "source_path": "components/product-form.tsx"
    },
    {
      "name": "profile-form",
      "kind": "ui-component",
      "source_path": "components/profile-form.tsx"
    },
    {
      "name": "site-footer",
      "kind": "ui-component",
      "source_path": "components/site-footer.tsx"
    },
    {
      "name": "site-nav",
      "kind": "ui-component",
      "source_path": "components/site-nav.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": "checkbox",
      "kind": "ui-component",
      "source_path": "components/ui/checkbox.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": "textarea",
      "kind": "ui-component",
      "source_path": "components/ui/textarea.tsx"
    },
    {
      "name": "view-tracker",
      "kind": "ui-component",
      "source_path": "components/view-tracker.tsx"
    }
  ],
  "data_models": [],
  "database": {
    "databases": [],
    "schemas": [],
    "migrations": []
  },
  "tests": [],
  "ci": {
    "workflows": []
  },
  "containers": {
    "dockerfiles": [],
    "compose_files": []
  },
  "env": {
    "example_files": [],
    "variables": [
      {
        "name": "NEXT_PUBLIC_DEV_SUPABASE_REDIRECT_URL",
        "source_paths": [
          "app/auth/sign-up/page.tsx"
        ],
        "likely_secret": false
      },
      {
        "name": "NEXT_PUBLIC_SUPABASE_ANON_KEY",
        "source_paths": [
          "lib/supabase/client.ts",
          "lib/supabase/middleware.ts",
          "lib/supabase/server.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "NEXT_PUBLIC_SUPABASE_URL",
        "source_paths": [
          "lib/supabase/client.ts",
          "lib/supabase/middleware.ts",
          "lib/supabase/server.ts"
        ],
        "likely_secret": false
      }
    ]
  },
  "configs": [
    {
      "path": "next.config.mjs"
    },
    {
      "path": "package.json"
    },
    {
      "path": "postcss.config.mjs"
    },
    {
      "path": "tsconfig.json"
    }
  ],
  "docs": {
    "readme_paths": [
      {
        "path": "README.md"
      }
    ],
    "doc_paths": [],
    "llms_context_paths": []
  },
  "discovery_files": {
    "openapi": [],
    "mcp": [],
    "llms": [],
    "sitemaps": [],
    "feeds": [],
    "well_known": [],
    "robots": [],
    "manifests": []
  },
  "integrations": [
    {
      "name": "Supabase",
      "confidence": "medium",
      "evidence_paths": [
        "app/auth/sign-up/page.tsx",
        "lib/supabase/client.ts",
        "lib/supabase/middleware.ts",
        "lib/supabase/server.ts",
        "package.json",
        "pnpm-lock.yaml"
      ]
    },
    {
      "name": "Vercel",
      "confidence": "medium",
      "evidence_paths": [
        "app/layout.tsx",
        "package.json",
        "pnpm-lock.yaml"
      ]
    }
  ],
  "license": {
    "spdx": null,
    "paths": []
  },
  "comments": [
    {
      "kind": "security",
      "source_path": "scripts/001_create_profiles.sql",
      "line": 23,
      "text": "alter table public.profiles enable row level security;"
    },
    {
      "kind": "security",
      "source_path": "scripts/002_create_events.sql",
      "line": 23,
      "text": "alter table public.events enable row level security;"
    },
    {
      "kind": "security",
      "source_path": "scripts/003_create_products.sql",
      "line": 20,
      "text": "alter table public.products enable row level security;"
    },
    {
      "kind": "security",
      "source_path": "scripts/004_create_news_posts.sql",
      "line": 17,
      "text": "alter table public.news_posts enable row level security;"
    },
    {
      "kind": "security",
      "source_path": "scripts/005_create_bookings.sql",
      "line": 21,
      "text": "alter table public.bookings enable row level security;"
    },
    {
      "kind": "security",
      "source_path": "scripts/006_create_profile_trigger.sql",
      "line": 5,
      "text": "security definer"
    },
    {
      "kind": "security",
      "source_path": "scripts/007_add_analytics.sql",
      "line": 30,
      "text": "ALTER TABLE profile_views ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/007_add_analytics.sql",
      "line": 31,
      "text": "ALTER TABLE event_views ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/007_add_analytics.sql",
      "line": 32,
      "text": "ALTER TABLE product_views ENABLE ROW LEVEL SECURITY;"
    }
  ],
  "security": {
    "secret_risks": [],
    "unsafe_patterns": [],
    "sensitive_data_indicators": [
      {
        "name": "card",
        "confidence": "medium",
        "evidence_paths": [
          "app/about/page.tsx",
          "app/auth/login/page.tsx",
          "app/auth/sign-up-success/page.tsx",
          "app/auth/sign-up/page.tsx",
          "app/dashboard/analytics/page.tsx",
          "app/dashboard/events/page.tsx",
          "app/dashboard/page.tsx",
          "app/dashboard/products/page.tsx",
          "app/events/[id]/page.tsx",
          "app/events/page.tsx",
          "app/globals.css",
          "app/news/[id]/page.tsx",
          "app/news/page.tsx",
          "app/page.tsx",
          "app/performers/[id]/page.tsx",
          "app/performers/page.tsx",
          "app/shop/[id]/page.tsx",
          "app/shop/page.tsx",
          "components/booking-form.tsx",
          "components/event-edit-form.tsx"
        ]
      },
      {
        "name": "email",
        "confidence": "medium",
        "evidence_paths": [
          "app/api/bookings/route.ts",
          "app/auth/login/page.tsx",
          "app/auth/sign-up-success/page.tsx",
          "app/auth/sign-up/page.tsx",
          "app/performers/[id]/page.tsx",
          "app/shop/[id]/page.tsx",
          "components/booking-form.tsx",
          "scripts/001_create_profiles.sql",
          "scripts/005_create_bookings.sql",
          "scripts/006_create_profile_trigger.sql"
        ]
      },
      {
        "name": "ip address",
        "confidence": "medium",
        "evidence_paths": [
          ".jules/sentinel.md",
          "app/api/track-view/route.ts"
        ]
      },
      {
        "name": "location",
        "confidence": "medium",
        "evidence_paths": [
          "app/api/bookings/route.ts",
          "app/auth/sign-up/page.tsx",
          "app/dashboard/events/page.tsx",
          "app/events/[id]/page.tsx",
          "app/events/page.tsx",
          "app/page.tsx",
          "app/performers/[id]/page.tsx",
          "app/performers/page.tsx",
          "app/shop/[id]/page.tsx",
          "components/booking-form.tsx",
          "components/event-edit-form.tsx",
          "components/event-form.tsx",
          "components/profile-form.tsx",
          "scripts/001_create_profiles.sql",
          "scripts/002_create_events.sql",
          "scripts/005_create_bookings.sql",
          "scripts/007_add_analytics.sql"
        ]
      },
      {
        "name": "password",
        "confidence": "medium",
        "evidence_paths": [
          "app/auth/login/page.tsx",
          "app/auth/sign-up/page.tsx"
        ]
      },
      {
        "name": "pii",
        "confidence": "medium",
        "evidence_paths": [
          ".jules/sentinel.md",
          "app/api/track-view/route.ts",
          "pnpm-lock.yaml"
        ]
      },
      {
        "name": "secret-like environment variables",
        "confidence": "medium",
        "evidence_paths": [
          "package.json"
        ]
      },
      {
        "name": "token",
        "confidence": "medium",
        "evidence_paths": [
          "pnpm-lock.yaml"
        ]
      }
    ]
  },
  "generated_at": "2026-05-16T16:44:10.512Z"
}
