{
  "schema_version": "1.0.0",
  "scanner": {
    "name": "global-capability-catalog",
    "version": "0.1.0"
  },
  "repo": {
    "id": "github-recent__mbarbine__platphorm-real-estate-property-evaluation",
    "name": "mbarbine__platphorm-real-estate-property-evaluation",
    "path": "/Users/bwm.barbinewarnermichael/Documents/github/repositories/github-recent/mbarbine__platphorm-real-estate-property-evaluation",
    "relative_path": "github-recent/mbarbine__platphorm-real-estate-property-evaluation",
    "remote_url": "git@github.com:mbarbine/platphorm-real-estate-property-evaluation.git",
    "default_branch": "main",
    "current_commit": "cfea24f41d75e24470669cff0d360d90612b2322"
  },
  "languages": [
    {
      "language": "TypeScript",
      "files": 49,
      "bytes": 175935
    },
    {
      "language": "JSON",
      "files": 6,
      "bytes": 168218
    },
    {
      "language": "YAML",
      "files": 1,
      "bytes": 140680
    },
    {
      "language": "SQL",
      "files": 3,
      "bytes": 12047
    },
    {
      "language": "CSS",
      "files": 2,
      "bytes": 11186
    },
    {
      "language": "Shell",
      "files": 1,
      "bytes": 7502
    },
    {
      "language": "Markdown",
      "files": 7,
      "bytes": 5128
    },
    {
      "language": "Python",
      "files": 2,
      "bytes": 1678
    },
    {
      "language": "XML",
      "files": 6,
      "bytes": 1531
    },
    {
      "language": "JavaScript",
      "files": 2,
      "bytes": 1099
    }
  ],
  "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": "eslint .",
          "start": "next start"
        },
        "dependencies": {
          "@hookform/resolvers": "^3.10.0",
          "@neondatabase/serverless": "latest",
          "@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": "latest",
          "autoprefixer": "^10.4.20",
          "class-variance-authority": "^0.7.1",
          "clsx": "^2.1.1",
          "cmdk": "1.0.4",
          "crypto": "1.0.1",
          "date-fns": "4.1.0",
          "embla-carousel-react": "8.5.1",
          "input-otp": "1.4.1",
          "lucide-react": "^0.454.0",
          "next": "16.0.10",
          "next-themes": "^0.4.6",
          "react": "19.2.0",
          "react-day-picker": "9.8.0",
          "react-dom": "19.2.0",
          "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",
          "util": "0.12.5",
          "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": "/auth/login",
        "source_path": "app/api/auth/login/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/auth/logout",
        "source_path": "app/api/auth/logout/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/auth/signup",
        "source_path": "app/api/auth/signup/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/db/migrate",
        "source_path": "app/api/db/migrate/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "POST"
        ]
      },
      {
        "route": "/db/test",
        "source_path": "app/api/db/test/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/docs",
        "source_path": "app/api/docs/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/evaluations/[id]",
        "source_path": "app/api/evaluations/[id]/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "DELETE"
        ]
      },
      {
        "route": "/evaluations",
        "source_path": "app/api/evaluations/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "POST"
        ]
      },
      {
        "route": "/mcp",
        "source_path": "app/api/mcp/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1",
        "source_path": "app/api/v1/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/zillow/seed",
        "source_path": "app/api/zillow/seed/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      }
    ],
    "app_routes": [
      {
        "route": "/auth/error",
        "source_path": "app/auth/error/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",
        "source_path": "app/dashboard/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/evaluate",
        "source_path": "app/evaluate/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/jobs",
        "source_path": "app/jobs/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/setup",
        "source_path": "app/setup/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      }
    ]
  },
  "components": [
    {
      "name": "dashboard-header",
      "kind": "ui-component",
      "source_path": "components/dashboard-header.tsx"
    },
    {
      "name": "evaluation-card",
      "kind": "ui-component",
      "source_path": "components/evaluation-card.tsx"
    },
    {
      "name": "footer",
      "kind": "ui-component",
      "source_path": "components/footer.tsx"
    },
    {
      "name": "navbar",
      "kind": "ui-component",
      "source_path": "components/navbar.tsx"
    },
    {
      "name": "property-evaluation-form",
      "kind": "ui-component",
      "source_path": "components/property-evaluation-form.tsx"
    },
    {
      "name": "stats-overview",
      "kind": "ui-component",
      "source_path": "components/stats-overview.tsx"
    },
    {
      "name": "theme-provider",
      "kind": "ui-component",
      "source_path": "components/theme-provider.tsx"
    },
    {
      "name": "alert",
      "kind": "ui-component",
      "source_path": "components/ui/alert.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": "dropdown-menu",
      "kind": "ui-component",
      "source_path": "components/ui/dropdown-menu.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": "tabs",
      "kind": "ui-component",
      "source_path": "components/ui/tabs.tsx"
    },
    {
      "name": "textarea",
      "kind": "ui-component",
      "source_path": "components/ui/textarea.tsx"
    }
  ],
  "data_models": [],
  "database": {
    "databases": [],
    "schemas": [
      {
        "path": "scripts/002_zillow_market_data_schema.sql"
      }
    ],
    "migrations": []
  },
  "tests": [
    {
      "name": "route.ts",
      "kind": "unit-or-integration",
      "source_path": "app/api/db/test/route.ts"
    },
    {
      "name": "test-api.py",
      "kind": "unit-or-integration",
      "source_path": "test-api.py"
    },
    {
      "name": "test-ui.py",
      "kind": "unit-or-integration",
      "source_path": "test-ui.py"
    }
  ],
  "ci": {
    "workflows": []
  },
  "containers": {
    "dockerfiles": [],
    "compose_files": []
  },
  "env": {
    "example_files": [
      {
        "path": ".env.local"
      }
    ],
    "variables": [
      {
        "name": "ADMIN_SECRET",
        "source_paths": [
          "app/api/db/migrate/route.ts",
          "app/api/db/test/route.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "DATABASE_URL",
        "source_paths": [
          "app/api/db/test/route.ts",
          "lib/db/neon.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "NEON_DATABASE_URL",
        "source_paths": [
          ".env.local",
          "app/api/db/test/route.ts",
          "app/api/zillow/seed/route.ts",
          "lib/db/neon.ts",
          "lib/zillow-etl/data-loader.ts",
          "scripts/seed-zillow-data.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "NEON_POSTGRES_URL",
        "source_paths": [
          "app/api/db/test/route.ts",
          "lib/db/neon.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "NODE_ENV",
        "source_paths": [
          "app/api/db/migrate/route.ts",
          "app/api/db/test/route.ts",
          "lib/auth/session.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "POSTGRES_URL",
        "source_paths": [
          "app/api/db/test/route.ts",
          "lib/db/neon.ts"
        ],
        "likely_secret": false
      }
    ]
  },
  "configs": [
    {
      "path": "next.config.mjs"
    },
    {
      "path": "package.json"
    },
    {
      "path": "postcss.config.mjs"
    },
    {
      "path": "tsconfig.json"
    }
  ],
  "docs": {
    "readme_paths": [
      {
        "path": "docs/README.md"
      },
      {
        "path": "README.md"
      }
    ],
    "doc_paths": [
      {
        "path": "docs/README.md"
      }
    ],
    "llms_context_paths": [
      {
        "path": "public/llms-full.txt"
      },
      {
        "path": "public/llms-index.json"
      },
      {
        "path": "public/llms.txt"
      }
    ]
  },
  "discovery_files": {
    "openapi": [],
    "mcp": [
      {
        "path": "app/api/mcp/route.ts"
      }
    ],
    "llms": [
      {
        "path": "public/llms-full.txt"
      },
      {
        "path": "public/llms-index.json"
      },
      {
        "path": "public/llms.txt"
      }
    ],
    "sitemaps": [
      {
        "path": "public/sitemap.xml"
      }
    ],
    "feeds": [
      {
        "path": "public/rss.xml"
      }
    ],
    "well_known": [
      {
        "path": "public/.well-known/network.manifest.json"
      }
    ],
    "robots": [
      {
        "path": "public/robots.txt"
      }
    ],
    "manifests": []
  },
  "integrations": [
    {
      "name": "Neon",
      "confidence": "medium",
      "evidence_paths": [
        ".env.local",
        "app/api/db/test/route.ts",
        "app/api/zillow/seed/route.ts",
        "lib/db/neon.ts",
        "lib/zillow-etl/data-loader.ts",
        "package.json",
        "scripts/seed-zillow-data.ts"
      ]
    },
    {
      "name": "Postgres",
      "confidence": "medium",
      "evidence_paths": [
        ".env.local",
        "app/api/db/test/route.ts",
        "app/api/zillow/seed/route.ts",
        "lib/db/neon.ts",
        "lib/zillow-etl/data-loader.ts",
        "package.json",
        "scripts/seed-zillow-data.ts"
      ]
    },
    {
      "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/evaluations/route.ts",
      "line": 45,
      "text": "// Security: Validate zillow_url to prevent Stored XSS via javascript: URIs"
    },
    {
      "kind": "security",
      "source_path": "app/page.tsx",
      "line": 205,
      "text": "<p className=\"text-sm text-muted-foreground\">Your data is protected with enterprise-grade security</p>"
    },
    {
      "kind": "security",
      "source_path": "next.config.mjs",
      "line": 19,
      "text": "key: 'Strict-Transport-Security',"
    },
    {
      "kind": "deprecated",
      "source_path": "package-lock.json",
      "line": 2859,
      "text": "\"deprecated\": \"This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.\","
    },
    {
      "kind": "deprecated",
      "source_path": "pnpm-lock.yaml",
      "line": 1321,
      "text": "deprecated: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in."
    }
  ],
  "security": {
    "secret_risks": [],
    "unsafe_patterns": [
      {
        "name": "ssrf-review-needed",
        "confidence": "medium",
        "evidence_paths": [
          "lib/zillow-etl/csv-parser.ts"
        ]
      }
    ],
    "sensitive_data_indicators": [
      {
        "name": "card",
        "confidence": "medium",
        "evidence_paths": [
          "app/auth/error/page.tsx",
          "app/auth/login/page.tsx",
          "app/auth/sign-up-success/page.tsx",
          "app/auth/sign-up/page.tsx",
          "app/dashboard/page.tsx",
          "app/globals.css",
          "app/jobs/page.tsx",
          "app/page.tsx",
          "app/setup/page.tsx",
          "components/evaluation-card.tsx",
          "components/property-evaluation-form.tsx",
          "components/stats-overview.tsx",
          "components/ui/alert.tsx",
          "components/ui/card.tsx",
          "create_foundation.sh",
          "package-lock.json",
          "package.json",
          "pnpm-lock.yaml",
          "styles/globals.css"
        ]
      },
      {
        "name": "email",
        "confidence": "medium",
        "evidence_paths": [
          "app/api/auth/login/route.ts",
          "app/api/auth/signup/route.ts",
          "app/api/db/migrate/route.ts",
          "app/auth/login/page.tsx",
          "app/auth/sign-up-success/page.tsx",
          "app/auth/sign-up/page.tsx",
          "app/layout.tsx",
          "components/navbar.tsx",
          "lib/auth/session.ts",
          "lib/types.ts",
          "scripts/001_neon_create_tables.sql"
        ]
      },
      {
        "name": "financial",
        "confidence": "medium",
        "evidence_paths": [
          "app/api/db/migrate/route.ts",
          "app/page.tsx",
          "components/property-evaluation-form.tsx",
          "scripts/001_neon_create_tables.sql"
        ]
      },
      {
        "name": "health",
        "confidence": "medium",
        "evidence_paths": [
          "app/api/v1/route.ts",
          "create_foundation.sh",
          "scripts/002_zillow_market_data_schema.sql"
        ]
      },
      {
        "name": "location",
        "confidence": "medium",
        "evidence_paths": [
          "app/jobs/page.tsx",
          "create_foundation.sh",
          "next.config.mjs"
        ]
      },
      {
        "name": "password",
        "confidence": "medium",
        "evidence_paths": [
          "app/api/auth/login/route.ts",
          "app/api/auth/signup/route.ts",
          "app/api/db/migrate/route.ts",
          "app/api/db/test/route.ts",
          "app/auth/login/page.tsx",
          "app/auth/sign-up/page.tsx",
          "lib/auth/password-utils.ts",
          "lib/db/neon.ts",
          "scripts/001_neon_create_tables.sql"
        ]
      },
      {
        "name": "password_hash",
        "confidence": "medium",
        "evidence_paths": [
          "app/api/auth/login/route.ts",
          "app/api/auth/signup/route.ts",
          "app/api/db/migrate/route.ts",
          "scripts/001_neon_create_tables.sql"
        ]
      },
      {
        "name": "payment",
        "confidence": "medium",
        "evidence_paths": [
          "scripts/seed-zillow-data.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": "session_token",
        "confidence": "medium",
        "evidence_paths": [
          "app/api/auth/logout/route.ts",
          "lib/auth/session.ts",
          "middleware.ts"
        ]
      },
      {
        "name": "token",
        "confidence": "medium",
        "evidence_paths": [
          "app/api/auth/login/route.ts",
          "app/api/auth/logout/route.ts",
          "app/api/auth/signup/route.ts",
          "app/api/db/migrate/route.ts",
          "lib/auth/password-utils.ts",
          "lib/auth/session.ts",
          "middleware.ts",
          "package-lock.json",
          "pnpm-lock.yaml",
          "scripts/001_neon_create_tables.sql"
        ]
      }
    ]
  },
  "generated_at": "2026-05-16T16:44:20.291Z"
}
