{
  "schema_version": "1.0.0",
  "scanner": {
    "name": "global-capability-catalog",
    "version": "0.1.0"
  },
  "repo": {
    "id": "github-recent__mbarbine__platphorm-sandbox",
    "name": "mbarbine__platphorm-sandbox",
    "path": "/Users/bwm.barbinewarnermichael/Documents/github/repositories/github-recent/mbarbine__platphorm-sandbox",
    "relative_path": "github-recent/mbarbine__platphorm-sandbox",
    "remote_url": "git@github.com:mbarbine/platphorm-sandbox.git",
    "default_branch": "main",
    "current_commit": "d7235acccd0cc3da90372548937d13865fc9164d"
  },
  "languages": [
    {
      "language": "TypeScript",
      "files": 166,
      "bytes": 641384
    },
    {
      "language": "YAML",
      "files": 2,
      "bytes": 273086
    },
    {
      "language": "SQL",
      "files": 10,
      "bytes": 83450
    },
    {
      "language": "Markdown",
      "files": 6,
      "bytes": 29276
    },
    {
      "language": "CSS",
      "files": 2,
      "bytes": 8706
    },
    {
      "language": "Shell",
      "files": 2,
      "bytes": 7535
    },
    {
      "language": "JSON",
      "files": 4,
      "bytes": 4304
    },
    {
      "language": "JavaScript",
      "files": 3,
      "bytes": 2483
    }
  ],
  "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": "platphorm-sandbox",
        "version": "1.0.0",
        "scripts": {
          "dev": "next dev",
          "build": "next build",
          "typecheck": "tsc --noEmit",
          "test": "node --experimental-strip-types --test tests/*.test.ts",
          "test:unit": "node --experimental-strip-types --test tests/*.test.ts",
          "start": "next start",
          "lint": "eslint ."
        },
        "dependencies": {
          "@hookform/resolvers": "^3.9.1",
          "@jest/globals": "^30.3.0",
          "@monaco-editor/react": "^4.6.0",
          "@radix-ui/react-accordion": "1.2.12",
          "@radix-ui/react-alert-dialog": "1.1.15",
          "@radix-ui/react-aspect-ratio": "1.1.8",
          "@radix-ui/react-avatar": "1.1.11",
          "@radix-ui/react-checkbox": "1.3.3",
          "@radix-ui/react-collapsible": "1.1.12",
          "@radix-ui/react-context-menu": "2.2.16",
          "@radix-ui/react-dialog": "1.1.15",
          "@radix-ui/react-dropdown-menu": "2.1.16",
          "@radix-ui/react-hover-card": "1.1.15",
          "@radix-ui/react-label": "2.1.8",
          "@radix-ui/react-menubar": "1.1.16",
          "@radix-ui/react-navigation-menu": "1.2.14",
          "@radix-ui/react-popover": "1.1.15",
          "@radix-ui/react-progress": "1.1.8",
          "@radix-ui/react-radio-group": "1.3.8",
          "@radix-ui/react-scroll-area": "1.2.10",
          "@radix-ui/react-select": "2.2.6",
          "@radix-ui/react-separator": "1.1.8",
          "@radix-ui/react-slider": "1.3.6",
          "@radix-ui/react-slot": "1.2.4",
          "@radix-ui/react-switch": "1.2.6",
          "@radix-ui/react-tabs": "1.1.13",
          "@radix-ui/react-toast": "1.2.15",
          "@radix-ui/react-toggle": "1.1.10",
          "@radix-ui/react-toggle-group": "1.1.11",
          "@radix-ui/react-tooltip": "1.2.8",
          "@supabase/ssr": "^0.5.2",
          "@supabase/supabase-js": "^2.47.10",
          "@vercel/analytics": "1.6.1",
          "autoprefixer": "^10.4.20",
          "class-variance-authority": "^0.7.1",
          "clsx": "^2.1.1",
          "cmdk": "1.1.1",
          "date-fns": "4.1.0",
          "embla-carousel-react": "8.6.0",
          "input-otp": "1.4.2",
          "lucide-react": "^0.564.0",
          "next": "16.1.6",
          "next-themes": "^0.4.6",
          "react": "19.2.4",
          "react-day-picker": "9.13.2",
          "react-dom": "19.2.4",
          "react-hook-form": "^7.54.1",
          "react-resizable-panels": "^2.1.7",
          "recharts": "2.15.0",
          "sonner": "^1.7.1",
          "swr": "^2.2.5",
          "tailwind-merge": "^3.3.1",
          "uuid": "^11.0.3",
          "vaul": "^1.1.2",
          "zod": "^3.24.1"
        },
        "dev_dependencies": {
          "@eslint/eslintrc": "^3.3.5",
          "@tailwindcss/postcss": "^4.2.0",
          "@types/node": "^22",
          "@types/react": "19.2.14",
          "@types/react-dom": "19.2.3",
          "eslint": "^8.57.1",
          "eslint-config-next": "^14.2.35",
          "postcss": "^8.5",
          "tailwindcss": "^4.2.0",
          "tw-animate-css": "1.3.3",
          "typescript": "5.7.3"
        }
      }
    ]
  },
  "routes": {
    "api_routes": [
      {
        "route": "/docs",
        "source_path": "app/api/docs/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/health",
        "source_path": "app/api/health/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/register",
        "source_path": "app/api/network/register/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/[...slug]",
        "source_path": "app/api/v1/[...slug]/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "DELETE",
          "GET",
          "POST",
          "PUT"
        ]
      },
      {
        "route": "/v1/agents/[sessionId]",
        "source_path": "app/api/v1/agents/[sessionId]/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "DELETE",
          "GET"
        ]
      },
      {
        "route": "/v1/agents",
        "source_path": "app/api/v1/agents/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "POST"
        ]
      },
      {
        "route": "/v1/api-keys",
        "source_path": "app/api/v1/api-keys/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "POST"
        ]
      },
      {
        "route": "/v1/audit-logs",
        "source_path": "app/api/v1/audit-logs/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/dashboard/stats",
        "source_path": "app/api/v1/dashboard/stats/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/events",
        "source_path": "app/api/v1/events/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "POST"
        ]
      },
      {
        "route": "/v1/execute",
        "source_path": "app/api/v1/execute/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/feeds",
        "source_path": "app/api/v1/feeds/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/gateway",
        "source_path": "app/api/v1/gateway/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS",
          "POST"
        ]
      },
      {
        "route": "/v1/health",
        "source_path": "app/api/v1/health/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/mcp/tools",
        "source_path": "app/api/v1/mcp/tools/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/network",
        "source_path": "app/api/v1/network/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/request-access",
        "source_path": "app/api/v1/request-access/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "POST"
        ]
      },
      {
        "route": "/v1/sandboxes/[id]/execute",
        "source_path": "app/api/v1/sandboxes/[id]/execute/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/v1/sandboxes",
        "source_path": "app/api/v1/sandboxes/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "POST"
        ]
      },
      {
        "route": "/v1/webhooks",
        "source_path": "app/api/v1/webhooks/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "POST"
        ]
      }
    ],
    "app_routes": [
      {
        "route": "/activity",
        "source_path": "app/(dashboard)/activity/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/dashboard/api-keys",
        "source_path": "app/(dashboard)/dashboard/api-keys/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/dashboard",
        "source_path": "app/(dashboard)/dashboard/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/dashboard/webhooks",
        "source_path": "app/(dashboard)/dashboard/webhooks/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/executions",
        "source_path": "app/(dashboard)/executions/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/explore",
        "source_path": "app/(dashboard)/explore/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/mcp/servers",
        "source_path": "app/(dashboard)/mcp/servers/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/mcp/tools",
        "source_path": "app/(dashboard)/mcp/tools/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/network",
        "source_path": "app/(dashboard)/network/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/playground/new",
        "source_path": "app/(dashboard)/playground/new/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/playground",
        "source_path": "app/(dashboard)/playground/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/sandboxes",
        "source_path": "app/(dashboard)/sandboxes/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/settings/api-keys",
        "source_path": "app/(dashboard)/settings/api-keys/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/settings",
        "source_path": "app/(dashboard)/settings/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/settings/webhooks",
        "source_path": "app/(dashboard)/settings/webhooks/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/templates/[id]",
        "source_path": "app/(dashboard)/templates/[id]/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/templates",
        "source_path": "app/(dashboard)/templates/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "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": "/faq",
        "source_path": "app/faq/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/request-access",
        "source_path": "app/request-access/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/roadmap",
        "source_path": "app/roadmap/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      }
    ]
  },
  "components": [
    {
      "name": "activity-feed",
      "kind": "ui-component",
      "source_path": "components/activity-feed.tsx"
    },
    {
      "name": "app-header",
      "kind": "ui-component",
      "source_path": "components/app-header.tsx"
    },
    {
      "name": "app-shell",
      "kind": "ui-component",
      "source_path": "components/app-shell.tsx"
    },
    {
      "name": "app-sidebar",
      "kind": "ui-component",
      "source_path": "components/app-sidebar.tsx"
    },
    {
      "name": "breadcrumbs",
      "kind": "ui-component",
      "source_path": "components/breadcrumbs.tsx"
    },
    {
      "name": "code-editor",
      "kind": "ui-component",
      "source_path": "components/code-editor.tsx"
    },
    {
      "name": "theme-provider",
      "kind": "ui-component",
      "source_path": "components/theme-provider.tsx"
    },
    {
      "name": "accordion",
      "kind": "ui-component",
      "source_path": "components/ui/accordion.tsx"
    },
    {
      "name": "alert-dialog",
      "kind": "ui-component",
      "source_path": "components/ui/alert-dialog.tsx"
    },
    {
      "name": "alert",
      "kind": "ui-component",
      "source_path": "components/ui/alert.tsx"
    },
    {
      "name": "aspect-ratio",
      "kind": "ui-component",
      "source_path": "components/ui/aspect-ratio.tsx"
    },
    {
      "name": "avatar",
      "kind": "ui-component",
      "source_path": "components/ui/avatar.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-group",
      "kind": "ui-component",
      "source_path": "components/ui/button-group.tsx"
    },
    {
      "name": "button",
      "kind": "ui-component",
      "source_path": "components/ui/button.tsx"
    },
    {
      "name": "calendar",
      "kind": "ui-component",
      "source_path": "components/ui/calendar.tsx"
    },
    {
      "name": "card",
      "kind": "ui-component",
      "source_path": "components/ui/card.tsx"
    },
    {
      "name": "carousel",
      "kind": "ui-component",
      "source_path": "components/ui/carousel.tsx"
    },
    {
      "name": "chart",
      "kind": "ui-component",
      "source_path": "components/ui/chart.tsx"
    },
    {
      "name": "checkbox",
      "kind": "ui-component",
      "source_path": "components/ui/checkbox.tsx"
    },
    {
      "name": "collapsible",
      "kind": "ui-component",
      "source_path": "components/ui/collapsible.tsx"
    },
    {
      "name": "command",
      "kind": "ui-component",
      "source_path": "components/ui/command.tsx"
    },
    {
      "name": "context-menu",
      "kind": "ui-component",
      "source_path": "components/ui/context-menu.tsx"
    },
    {
      "name": "dialog",
      "kind": "ui-component",
      "source_path": "components/ui/dialog.tsx"
    },
    {
      "name": "drawer",
      "kind": "ui-component",
      "source_path": "components/ui/drawer.tsx"
    },
    {
      "name": "dropdown-menu",
      "kind": "ui-component",
      "source_path": "components/ui/dropdown-menu.tsx"
    },
    {
      "name": "empty",
      "kind": "ui-component",
      "source_path": "components/ui/empty.tsx"
    },
    {
      "name": "field",
      "kind": "ui-component",
      "source_path": "components/ui/field.tsx"
    },
    {
      "name": "form",
      "kind": "ui-component",
      "source_path": "components/ui/form.tsx"
    },
    {
      "name": "hover-card",
      "kind": "ui-component",
      "source_path": "components/ui/hover-card.tsx"
    },
    {
      "name": "input-group",
      "kind": "ui-component",
      "source_path": "components/ui/input-group.tsx"
    },
    {
      "name": "input-otp",
      "kind": "ui-component",
      "source_path": "components/ui/input-otp.tsx"
    },
    {
      "name": "input",
      "kind": "ui-component",
      "source_path": "components/ui/input.tsx"
    },
    {
      "name": "item",
      "kind": "ui-component",
      "source_path": "components/ui/item.tsx"
    },
    {
      "name": "kbd",
      "kind": "ui-component",
      "source_path": "components/ui/kbd.tsx"
    },
    {
      "name": "label",
      "kind": "ui-component",
      "source_path": "components/ui/label.tsx"
    },
    {
      "name": "menubar",
      "kind": "ui-component",
      "source_path": "components/ui/menubar.tsx"
    },
    {
      "name": "navigation-menu",
      "kind": "ui-component",
      "source_path": "components/ui/navigation-menu.tsx"
    },
    {
      "name": "pagination",
      "kind": "ui-component",
      "source_path": "components/ui/pagination.tsx"
    },
    {
      "name": "popover",
      "kind": "ui-component",
      "source_path": "components/ui/popover.tsx"
    },
    {
      "name": "progress",
      "kind": "ui-component",
      "source_path": "components/ui/progress.tsx"
    },
    {
      "name": "radio-group",
      "kind": "ui-component",
      "source_path": "components/ui/radio-group.tsx"
    },
    {
      "name": "resizable",
      "kind": "ui-component",
      "source_path": "components/ui/resizable.tsx"
    },
    {
      "name": "scroll-area",
      "kind": "ui-component",
      "source_path": "components/ui/scroll-area.tsx"
    },
    {
      "name": "select",
      "kind": "ui-component",
      "source_path": "components/ui/select.tsx"
    },
    {
      "name": "separator",
      "kind": "ui-component",
      "source_path": "components/ui/separator.tsx"
    },
    {
      "name": "sheet",
      "kind": "ui-component",
      "source_path": "components/ui/sheet.tsx"
    },
    {
      "name": "sidebar",
      "kind": "ui-component",
      "source_path": "components/ui/sidebar.tsx"
    },
    {
      "name": "skeleton",
      "kind": "ui-component",
      "source_path": "components/ui/skeleton.tsx"
    },
    {
      "name": "slider",
      "kind": "ui-component",
      "source_path": "components/ui/slider.tsx"
    },
    {
      "name": "sonner",
      "kind": "ui-component",
      "source_path": "components/ui/sonner.tsx"
    },
    {
      "name": "spinner",
      "kind": "ui-component",
      "source_path": "components/ui/spinner.tsx"
    },
    {
      "name": "switch",
      "kind": "ui-component",
      "source_path": "components/ui/switch.tsx"
    },
    {
      "name": "table",
      "kind": "ui-component",
      "source_path": "components/ui/table.tsx"
    },
    {
      "name": "tabs",
      "kind": "ui-component",
      "source_path": "components/ui/tabs.tsx"
    },
    {
      "name": "textarea",
      "kind": "ui-component",
      "source_path": "components/ui/textarea.tsx"
    },
    {
      "name": "toast",
      "kind": "ui-component",
      "source_path": "components/ui/toast.tsx"
    },
    {
      "name": "toaster",
      "kind": "ui-component",
      "source_path": "components/ui/toaster.tsx"
    },
    {
      "name": "toggle-group",
      "kind": "ui-component",
      "source_path": "components/ui/toggle-group.tsx"
    },
    {
      "name": "toggle",
      "kind": "ui-component",
      "source_path": "components/ui/toggle.tsx"
    },
    {
      "name": "tooltip",
      "kind": "ui-component",
      "source_path": "components/ui/tooltip.tsx"
    },
    {
      "name": "use-mobile",
      "kind": "ui-component",
      "source_path": "components/ui/use-mobile.tsx"
    }
  ],
  "data_models": [],
  "database": {
    "databases": [],
    "schemas": [
      {
        "path": "scripts/01-init-schema.sql"
      }
    ],
    "migrations": []
  },
  "tests": [
    {
      "name": "api.test.ts",
      "kind": "unit-or-integration",
      "source_path": "__tests__/api.test.ts"
    },
    {
      "name": "core.test.ts",
      "kind": "unit-or-integration",
      "source_path": "tests/core.test.ts"
    }
  ],
  "ci": {
    "workflows": []
  },
  "containers": {
    "dockerfiles": [],
    "compose_files": []
  },
  "env": {
    "example_files": [],
    "variables": [
      {
        "name": "CLAWS_PLATPHORM_URL",
        "source_paths": [
          "lib/cosmic/claws-client.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "NEXT_PUBLIC_APP_URL",
        "source_paths": [
          "__tests__/api.test.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "NEXT_PUBLIC_SUPABASE_ANON_KEY",
        "source_paths": [
          "__tests__/api.test.ts",
          "lib/sandbox/server.ts",
          "lib/supabase/client.ts",
          "lib/supabase/middleware.ts",
          "lib/supabase/server.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "NEXT_PUBLIC_SUPABASE_URL",
        "source_paths": [
          "__tests__/api.test.ts",
          "lib/sandbox/server.ts",
          "lib/supabase/client.ts",
          "lib/supabase/middleware.ts",
          "lib/supabase/server.ts",
          "scripts/migrate.mjs",
          "scripts/setup-db.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "NODE_ENV",
        "source_paths": [
          "app/api/health/route.ts",
          "app/api/v1/[...slug]/route.ts",
          "lib/sandbox/core.ts",
          "lib/supabase/middleware.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "PLATPHORM_API_KEY",
        "source_paths": [
          "lib/cosmic/claws-client.ts",
          "lib/cosmic/trace-client.ts",
          "lib/pnn/index.ts",
          "lib/sandbox/server.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "PLATPHORM_NETWORK_TOKEN",
        "source_paths": [
          "app/api/network/register/route.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "PNN_AGENTUI_URL",
        "source_paths": [
          "lib/pnn/index.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "PNN_ATLAS_URL",
        "source_paths": [
          "lib/pnn/index.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "PNN_BROWSEROPS_URL",
        "source_paths": [
          "lib/pnn/index.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "PNN_CLAWS_URL",
        "source_paths": [
          "lib/pnn/index.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "PNN_DICTIONARY_URL",
        "source_paths": [
          "lib/pnn/index.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "PNN_DOCS_URL",
        "source_paths": [
          "lib/pnn/index.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "PNN_EVALS_URL",
        "source_paths": [
          "lib/pnn/index.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "PNN_MCP_URL",
        "source_paths": [
          "lib/pnn/index.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "PNN_MONITOR_URL",
        "source_paths": [
          "lib/pnn/index.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "PNN_TRACE_URL",
        "source_paths": [
          "lib/pnn/index.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "SUPABASE_SERVICE_ROLE_KEY",
        "source_paths": [
          "__tests__/api.test.ts",
          "lib/supabase/server.ts",
          "scripts/migrate.mjs",
          "scripts/setup-db.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "SYSTEM_TENANT_ID",
        "source_paths": [
          "app/api/v1/request-access/route.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "TRACE_PLATPHORM_URL",
        "source_paths": [
          "lib/cosmic/trace-client.ts"
        ],
        "likely_secret": false
      }
    ]
  },
  "configs": [
    {
      "path": "next.config.mjs"
    },
    {
      "path": "package.json"
    },
    {
      "path": "pnpm-workspace.yaml"
    },
    {
      "path": "postcss.config.mjs"
    },
    {
      "path": "tsconfig.json"
    }
  ],
  "docs": {
    "readme_paths": [
      {
        "path": "README.md"
      }
    ],
    "doc_paths": [],
    "llms_context_paths": []
  },
  "discovery_files": {
    "openapi": [],
    "mcp": [
      {
        "path": "app/api/mcp/route.ts"
      }
    ],
    "llms": [],
    "sitemaps": [],
    "feeds": [],
    "well_known": [
      {
        "path": "app/.well-known/agent.json/route.ts"
      },
      {
        "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-policy.json/route.ts"
      },
      {
        "path": "app/.well-known/trust.json/route.ts"
      }
    ],
    "robots": [],
    "manifests": []
  },
  "integrations": [
    {
      "name": "AWS",
      "confidence": "medium",
      "evidence_paths": [
        "lib/cosmic/claws-client.ts",
        "lib/pnn/index.ts",
        "package.json"
      ]
    },
    {
      "name": "PlatPhorm",
      "confidence": "medium",
      "evidence_paths": [
        "app/.well-known/ai-plugin.json/route.ts",
        "app/(dashboard)/playground/new/playground-client.tsx",
        "app/(dashboard)/settings/page.tsx",
        "app/api/mcp/route.ts",
        "app/api/network/register/route.ts",
        "app/api/v1/[...slug]/route.ts",
        "app/page.tsx",
        "lib/cosmic/claws-client.ts",
        "lib/cosmic/trace-client.ts",
        "package.json"
      ]
    },
    {
      "name": "Supabase",
      "confidence": "medium",
      "evidence_paths": [
        "__tests__/api.test.ts",
        "COMPLETE_SUMMARY.md",
        "components/app-header.tsx",
        "components/app-shell.tsx",
        "FINAL_STATUS.md",
        "lib/sandbox/server.ts",
        "lib/supabase/client.ts",
        "lib/supabase/middleware.ts",
        "lib/supabase/server.ts",
        "package.json",
        "pnpm-lock.yaml",
        "scripts/migrate.mjs",
        "scripts/setup-db.ts",
        "verify.sh"
      ]
    },
    {
      "name": "Vercel",
      "confidence": "medium",
      "evidence_paths": [
        "app/layout.tsx",
        "package.json",
        "pnpm-lock.yaml"
      ]
    }
  ],
  "license": {
    "spdx": null,
    "paths": []
  },
  "comments": [
    {
      "kind": "security",
      "source_path": "app/.well-known/ai-plugin.json/route.ts",
      "line": 18,
      "text": "contact_email: 'security@platphormnews.com',"
    },
    {
      "kind": "security",
      "source_path": "app/.well-known/security.txt/route.ts",
      "line": 8,
      "text": "'Contact: mailto:security@platphormnews.com',"
    },
    {
      "kind": "security",
      "source_path": "app/.well-known/security.txt/route.ts",
      "line": 10,
      "text": "`Canonical: ${SANDBOX_BASE_URL}/.well-known/security.txt`,"
    },
    {
      "kind": "security",
      "source_path": "app/page.tsx",
      "line": 87,
      "text": "title: 'Enterprise Security',"
    },
    {
      "kind": "security",
      "source_path": "COMPLETE_SUMMARY.md",
      "line": 103,
      "text": "│   ├── Row Level Security"
    },
    {
      "kind": "security",
      "source_path": "COMPLETE_SUMMARY.md",
      "line": 254,
      "text": "- Row Level Security (RLS) on all tables"
    },
    {
      "kind": "security",
      "source_path": "COMPLETE_SUMMARY.md",
      "line": 265,
      "text": "### API Security"
    },
    {
      "kind": "security",
      "source_path": "COMPLETE_SUMMARY.md",
      "line": 282,
      "text": "- RLS policies for security"
    },
    {
      "kind": "security",
      "source_path": "COMPLETE_SUMMARY.md",
      "line": 432,
      "text": "✅ Security hardening"
    },
    {
      "kind": "security",
      "source_path": "COMPLETE_SUMMARY.md",
      "line": 462,
      "text": "4. Review security logs"
    },
    {
      "kind": "security",
      "source_path": "FINAL_LAUNCH_CHECKLIST.md",
      "line": 12,
      "text": "### 2. Security Verification"
    },
    {
      "kind": "security",
      "source_path": "FINAL_LAUNCH_CHECKLIST.md",
      "line": 17,
      "text": "- [ ] Row Level Security (RLS) policies are active in Supabase"
    },
    {
      "kind": "security",
      "source_path": "FINAL_LAUNCH_CHECKLIST.md",
      "line": 139,
      "text": "- [ ] Review security logs"
    },
    {
      "kind": "security",
      "source_path": "FINAL_LAUNCH_CHECKLIST.md",
      "line": 148,
      "text": "- ✅ No security vulnerabilities detected"
    },
    {
      "kind": "security",
      "source_path": "FINAL_LAUNCH_CHECKLIST.md",
      "line": 170,
      "text": "- **Security Issues**: Escalate immediately"
    },
    {
      "kind": "security",
      "source_path": "FINAL_STATUS.md",
      "line": 210,
      "text": "## Security Configuration"
    },
    {
      "kind": "security",
      "source_path": "FINAL_STATUS.md",
      "line": 213,
      "text": "- ✅ Row Level Security (RLS)"
    },
    {
      "kind": "security",
      "source_path": "FINAL_STATUS.md",
      "line": 290,
      "text": "- ✅ Security hardened"
    },
    {
      "kind": "security",
      "source_path": "lib/sandbox/core.ts",
      "line": 158,
      "text": "'/.well-known/security.txt',"
    },
    {
      "kind": "security",
      "source_path": "lib/sandbox/core.ts",
      "line": 840,
      "text": "].map(([path, method, summary, security]) => ["
    },
    {
      "kind": "security",
      "source_path": "lib/sandbox/core.ts",
      "line": 846,
      "text": "security,"
    },
    {
      "kind": "security",
      "source_path": "lib/sandbox/core.ts",
      "line": 1123,
      "text": "securityContact: 'security@platphormnews.com',"
    },
    {
      "kind": "deprecated",
      "source_path": "lib/types.ts",
      "line": 176,
      "text": "deprecated: boolean"
    },
    {
      "kind": "deprecated",
      "source_path": "lib/types.ts",
      "line": 277,
      "text": "deprecated: boolean"
    },
    {
      "kind": "deprecated",
      "source_path": "lib/types.ts",
      "line": 329,
      "text": "deprecated: boolean"
    },
    {
      "kind": "deprecated",
      "source_path": "pnpm-lock.yaml",
      "line": 440,
      "text": "deprecated: Use @eslint/config-array instead"
    },
    {
      "kind": "deprecated",
      "source_path": "pnpm-lock.yaml",
      "line": 448,
      "text": "deprecated: Use @eslint/object-schema instead"
    },
    {
      "kind": "deprecated",
      "source_path": "pnpm-lock.yaml",
      "line": 2343,
      "text": "deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options."
    },
    {
      "kind": "deprecated",
      "source_path": "pnpm-lock.yaml",
      "line": 2496,
      "text": "deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by cont"
    },
    {
      "kind": "deprecated",
      "source_path": "pnpm-lock.yaml",
      "line": 2501,
      "text": "deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by cont"
    },
    {
      "kind": "deprecated",
      "source_path": "pnpm-lock.yaml",
      "line": 2574,
      "text": "deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful."
    },
    {
      "kind": "deprecated",
      "source_path": "pnpm-lock.yaml",
      "line": 3267,
      "text": "deprecated: Rimraf versions prior to v4 are no longer supported"
    },
    {
      "kind": "deprecated",
      "source_path": "scripts/001_create_core_tables.sql",
      "line": 98,
      "text": "flags JSONB DEFAULT '{\"deprecated\": false, \"maintenance\": false, \"rate_limited\": false}'::jsonb,"
    },
    {
      "kind": "security",
      "source_path": "scripts/001_create_core_tables.sql",
      "line": 190,
      "text": "-- Enable Row Level Security"
    },
    {
      "kind": "security",
      "source_path": "scripts/001_create_core_tables.sql",
      "line": 191,
      "text": "ALTER TABLE tenants ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/001_create_core_tables.sql",
      "line": 192,
      "text": "ALTER TABLE profiles ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/001_create_core_tables.sql",
      "line": 193,
      "text": "ALTER TABLE network_trust_registry ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/001_create_core_tables.sql",
      "line": 194,
      "text": "ALTER TABLE feature_flags ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/001_create_core_tables.sql",
      "line": 195,
      "text": "ALTER TABLE audit_logs ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "deprecated",
      "source_path": "scripts/001_create_tables.sql",
      "line": 212,
      "text": "flags JSONB DEFAULT '{\"cached\": false, \"synthetic\": false, \"deprecated\": false}'::jsonb,"
    },
    {
      "kind": "security",
      "source_path": "scripts/001_create_tables.sql",
      "line": 342,
      "text": "-- Security"
    },
    {
      "kind": "deprecated",
      "source_path": "scripts/001_create_tables.sql",
      "line": 351,
      "text": "flags JSONB DEFAULT '{\"verified\": false, \"deprecated\": false}'::jsonb,"
    },
    {
      "kind": "deprecated",
      "source_path": "scripts/001_create_tables.sql",
      "line": 463,
      "text": "flags JSONB DEFAULT '{\"deprecated\": false, \"maintenance\": false, \"rate_limited\": false}'::jsonb,"
    },
    {
      "kind": "security",
      "source_path": "scripts/002_create_sandbox_tables.sql",
      "line": 130,
      "text": "-- Enable Row Level Security"
    },
    {
      "kind": "security",
      "source_path": "scripts/002_create_sandbox_tables.sql",
      "line": 131,
      "text": "ALTER TABLE sandboxes ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/002_create_sandbox_tables.sql",
      "line": 132,
      "text": "ALTER TABLE executions ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/002_create_sandbox_tables.sql",
      "line": 197,
      "text": "$$ LANGUAGE plpgsql SECURITY DEFINER;"
    },
    {
      "kind": "security",
      "source_path": "scripts/002_create_sandbox_tables.sql",
      "line": 217,
      "text": "$$ LANGUAGE plpgsql SECURITY DEFINER;"
    },
    {
      "kind": "security",
      "source_path": "scripts/002_rls_policies.sql",
      "line": 1,
      "text": "-- Platphorm Sandbox - Row Level Security Policies"
    },
    {
      "kind": "security",
      "source_path": "scripts/002_rls_policies.sql",
      "line": 6,
      "text": "ALTER TABLE public.tenants ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/002_rls_policies.sql",
      "line": 7,
      "text": "ALTER TABLE public.profiles ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/002_rls_policies.sql",
      "line": 8,
      "text": "ALTER TABLE public.sandboxes ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/002_rls_policies.sql",
      "line": 9,
      "text": "ALTER TABLE public.executions ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/002_rls_policies.sql",
      "line": 10,
      "text": "ALTER TABLE public.mcp_connections ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/002_rls_policies.sql",
      "line": 11,
      "text": "ALTER TABLE public.mcp_tool_calls ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/002_rls_policies.sql",
      "line": 12,
      "text": "ALTER TABLE public.api_keys ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/002_rls_policies.sql",
      "line": 13,
      "text": "ALTER TABLE public.webhooks ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/002_rls_policies.sql",
      "line": 14,
      "text": "ALTER TABLE public.webhook_events ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/002_rls_policies.sql",
      "line": 15,
      "text": "ALTER TABLE public.audit_logs ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/002_rls_policies.sql",
      "line": 16,
      "text": "ALTER TABLE public.network_trust_registry ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/002_rls_policies.sql",
      "line": 17,
      "text": "ALTER TABLE public.feature_flags ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/002_rls_policies.sql",
      "line": 23,
      "text": "$$ LANGUAGE SQL STABLE SECURITY DEFINER;"
    },
    {
      "kind": "security",
      "source_path": "scripts/002_rls_policies.sql",
      "line": 29,
      "text": "$$ LANGUAGE SQL STABLE SECURITY DEFINER;"
    },
    {
      "kind": "security",
      "source_path": "scripts/002_rls_policies.sql",
      "line": 82,
      "text": "$$ LANGUAGE plpgsql SECURITY DEFINER;"
    },
    {
      "kind": "deprecated",
      "source_path": "scripts/003_create_mcp_tables.sql",
      "line": 33,
      "text": "flags JSONB DEFAULT '{\"cached\": false, \"synthetic\": false, \"deprecated\": false}'::jsonb,"
    },
    {
      "kind": "security",
      "source_path": "scripts/003_create_mcp_tables.sql",
      "line": 111,
      "text": "-- Enable Row Level Security"
    },
    {
      "kind": "security",
      "source_path": "scripts/003_create_mcp_tables.sql",
      "line": 112,
      "text": "ALTER TABLE mcp_connections ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/003_create_mcp_tables.sql",
      "line": 113,
      "text": "ALTER TABLE mcp_tool_calls ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/003_create_mcp_tables.sql",
      "line": 182,
      "text": "$$ LANGUAGE plpgsql SECURITY DEFINER;"
    },
    {
      "kind": "security",
      "source_path": "scripts/003_functions.sql",
      "line": 49,
      "text": "$$ LANGUAGE plpgsql SECURITY DEFINER;"
    },
    {
      "kind": "security",
      "source_path": "scripts/003_functions.sql",
      "line": 183,
      "text": "$$ LANGUAGE SQL STABLE SECURITY DEFINER;"
    },
    {
      "kind": "security",
      "source_path": "scripts/003_functions.sql",
      "line": 330,
      "text": "$$ LANGUAGE plpgsql SECURITY DEFINER;"
    },
    {
      "kind": "security",
      "source_path": "scripts/004_create_api_webhook_tables.sql",
      "line": 72,
      "text": "-- Security"
    },
    {
      "kind": "deprecated",
      "source_path": "scripts/004_create_api_webhook_tables.sql",
      "line": 81,
      "text": "flags JSONB DEFAULT '{\"verified\": false, \"deprecated\": false}'::jsonb,"
    },
    {
      "kind": "security",
      "source_path": "scripts/004_create_api_webhook_tables.sql",
      "line": 140,
      "text": "-- Enable Row Level Security"
    },
    {
      "kind": "security",
      "source_path": "scripts/004_create_api_webhook_tables.sql",
      "line": 141,
      "text": "ALTER TABLE api_keys ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/004_create_api_webhook_tables.sql",
      "line": 142,
      "text": "ALTER TABLE webhooks ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/004_create_api_webhook_tables.sql",
      "line": 143,
      "text": "ALTER TABLE webhook_events ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/004_create_api_webhook_tables.sql",
      "line": 203,
      "text": "$$ LANGUAGE plpgsql SECURITY DEFINER;"
    },
    {
      "kind": "security",
      "source_path": "scripts/005_create_profile_trigger.sql",
      "line": 9,
      "text": "SECURITY DEFINER"
    },
    {
      "kind": "security",
      "source_path": "scripts/005_create_profile_trigger.sql",
      "line": 91,
      "text": "SECURITY DEFINER"
    },
    {
      "kind": "security",
      "source_path": "scripts/006_add_cosmic_columns.sql",
      "line": 75,
      "text": "ALTER TABLE access_requests ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/01-init-schema.sql",
      "line": 249,
      "text": "-- Row Level Security (RLS) Policies"
    },
    {
      "kind": "security",
      "source_path": "scripts/01-init-schema.sql",
      "line": 250,
      "text": "ALTER TABLE profiles ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/01-init-schema.sql",
      "line": 251,
      "text": "ALTER TABLE sandboxes ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/01-init-schema.sql",
      "line": 252,
      "text": "ALTER TABLE executions ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/01-init-schema.sql",
      "line": 253,
      "text": "ALTER TABLE api_keys ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/01-init-schema.sql",
      "line": 254,
      "text": "ALTER TABLE webhooks ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/01-init-schema.sql",
      "line": 255,
      "text": "ALTER TABLE audit_logs ENABLE ROW LEVEL SECURITY;"
    },
    {
      "kind": "security",
      "source_path": "scripts/01-init-schema.sql",
      "line": 256,
      "text": "ALTER TABLE mcp_connections ENABLE ROW LEVEL SECURITY;"
    }
  ],
  "security": {
    "secret_risks": [],
    "unsafe_patterns": [
      {
        "name": "dangerously-set-html",
        "confidence": "medium",
        "evidence_paths": [
          "components/ui/chart.tsx"
        ]
      },
      {
        "name": "sql-injection-review-needed",
        "confidence": "medium",
        "evidence_paths": [
          "lib/pnn/clients.ts",
          "lib/pnn/feeds.ts",
          "lib/sandbox/core.ts"
        ]
      },
      {
        "name": "ssrf-review-needed",
        "confidence": "medium",
        "evidence_paths": [
          "app/(dashboard)/activity/activity-client.tsx",
          "components/activity-feed.tsx",
          "lib/pnn/clients.ts"
        ]
      }
    ],
    "sensitive_data_indicators": [
      {
        "name": "api_key",
        "confidence": "medium",
        "evidence_paths": [
          "app/.well-known/ai-plugin.json/route.ts",
          "app/(dashboard)/playground/new/playground-client.tsx",
          "app/(dashboard)/settings/page.tsx",
          "app/api/mcp/route.ts",
          "app/api/v1/[...slug]/route.ts",
          "app/api/v1/api-keys/route.ts",
          "app/api/v1/request-access/route.ts",
          "app/page.tsx",
          "COMPLETE_SUMMARY.md",
          "lib/cosmic/claws-client.ts",
          "lib/cosmic/trace-client.ts",
          "lib/pnn/index.ts",
          "lib/pnn/types.ts",
          "lib/sandbox/core.ts",
          "lib/sandbox/server.ts",
          "lib/types.ts",
          "lib/types/api.ts",
          "scripts/001_create_tables.sql",
          "scripts/002_rls_policies.sql",
          "scripts/003_create_mcp_tables.sql"
        ]
      },
      {
        "name": "card",
        "confidence": "medium",
        "evidence_paths": [
          "app/(dashboard)/activity/activity-client.tsx",
          "app/(dashboard)/dashboard/api-keys/api-keys-client.tsx",
          "app/(dashboard)/dashboard/page.tsx",
          "app/(dashboard)/dashboard/webhooks/webhooks-client.tsx",
          "app/(dashboard)/executions/page.tsx",
          "app/(dashboard)/explore/explore-client.tsx",
          "app/(dashboard)/explore/page.tsx",
          "app/(dashboard)/mcp/servers/page.tsx",
          "app/(dashboard)/mcp/tools/page.tsx",
          "app/(dashboard)/network/network-client.tsx",
          "app/(dashboard)/playground/new/playground-client.tsx",
          "app/(dashboard)/sandboxes/page.tsx",
          "app/(dashboard)/settings/page.tsx",
          "app/(dashboard)/templates/[id]/page.tsx",
          "app/(dashboard)/templates/page.tsx",
          "app/auth/error/page.tsx",
          "app/auth/sign-up-success/page.tsx",
          "app/globals.css",
          "app/layout.tsx",
          "app/page.tsx"
        ]
      },
      {
        "name": "email",
        "confidence": "medium",
        "evidence_paths": [
          "app/.well-known/ai-plugin.json/route.ts",
          "app/(dashboard)/dashboard/page.tsx",
          "app/api/v1/request-access/route.ts",
          "app/auth/sign-up-success/page.tsx",
          "app/request-access/page.tsx",
          "COMPLETE_SUMMARY.md",
          "components/app-header.tsx",
          "FINAL_LAUNCH_CHECKLIST.md",
          "lib/guest-session.ts",
          "lib/types.ts",
          "lib/types/api.ts",
          "scripts/001_create_core_tables.sql",
          "scripts/001_create_tables.sql",
          "scripts/002_rls_policies.sql",
          "scripts/005_create_profile_trigger.sql",
          "scripts/006_add_cosmic_columns.sql",
          "scripts/01-init-schema.sql"
        ]
      },
      {
        "name": "fingerprint",
        "confidence": "medium",
        "evidence_paths": [
          "COMPLETE_SUMMARY.md",
          "FINAL_STATUS.md",
          "lib/guest-session.ts",
          "lib/supabase/middleware.ts"
        ]
      },
      {
        "name": "health",
        "confidence": "medium",
        "evidence_paths": [
          "__tests__/api.test.ts",
          "app/(dashboard)/network/network-client.tsx",
          "app/(dashboard)/playground/new/playground-client.tsx",
          "app/api/health/route.ts",
          "app/api/mcp/route.ts",
          "app/api/network/register/route.ts",
          "app/api/v1/[...slug]/route.ts",
          "app/api/v1/gateway/route.ts",
          "app/api/v1/health/route.ts",
          "COMPLETE_SUMMARY.md",
          "deploy.sh",
          "FINAL_LAUNCH_CHECKLIST.md",
          "FINAL_STATUS.md",
          "lib/pnn/clients.ts",
          "lib/pnn/types.ts",
          "lib/sandbox/core.ts",
          "lib/sandbox/server.ts",
          "lib/types.ts",
          "lib/types/api.ts",
          "scripts/001_create_tables.sql"
        ]
      },
      {
        "name": "oauth",
        "confidence": "medium",
        "evidence_paths": [
          "COMPLETE_SUMMARY.md",
          "lib/types.ts",
          "lib/types/api.ts",
          "scripts/001_create_tables.sql",
          "scripts/003_create_mcp_tables.sql",
          "scripts/01-init-schema.sql"
        ]
      },
      {
        "name": "password",
        "confidence": "medium",
        "evidence_paths": [
          "app/(dashboard)/dashboard/api-keys/api-keys-client.tsx",
          "app/(dashboard)/playground/new/playground-client.tsx",
          "COMPLETE_SUMMARY.md",
          "lib/sandbox/core.ts"
        ]
      },
      {
        "name": "pii",
        "confidence": "medium",
        "evidence_paths": [
          "app/(dashboard)/playground/new/playground-client.tsx",
          "pnpm-lock.yaml"
        ]
      },
      {
        "name": "secret-like environment variables",
        "confidence": "medium",
        "evidence_paths": [
          "package.json"
        ]
      },
      {
        "name": "token",
        "confidence": "medium",
        "evidence_paths": [
          "app/api/network/register/route.ts",
          "COMPLETE_SUMMARY.md",
          "FINAL_STATUS.md",
          "lib/sandbox/core.ts",
          "lib/types.ts",
          "lib/types/api.ts",
          "pnpm-lock.yaml",
          "scripts/001_create_tables.sql",
          "scripts/002_create_sandbox_tables.sql",
          "scripts/01-init-schema.sql",
          "tests/core.test.ts"
        ]
      }
    ]
  },
  "generated_at": "2026-05-16T16:44:20.592Z"
}
