{
  "schema_version": "1.0.0",
  "scanner": {
    "name": "global-capability-catalog",
    "version": "0.1.0"
  },
  "repo": {
    "id": "github-recent__mbarbine__doflo-clone",
    "name": "mbarbine__doflo-clone",
    "path": "/Users/bwm.barbinewarnermichael/Documents/github/repositories/github-recent/mbarbine__doflo-clone",
    "relative_path": "github-recent/mbarbine__doflo-clone",
    "remote_url": "git@github.com:mbarbine/doflo-clone.git",
    "default_branch": "main",
    "current_commit": "50d6297e4985722b6b971fdbe2617b7b870936f3"
  },
  "languages": [
    {
      "language": "TypeScript",
      "files": 45,
      "bytes": 188193
    },
    {
      "language": "YAML",
      "files": 1,
      "bytes": 159371
    },
    {
      "language": "CSS",
      "files": 2,
      "bytes": 6694
    },
    {
      "language": "JSON",
      "files": 3,
      "bytes": 3226
    },
    {
      "language": "Markdown",
      "files": 1,
      "bytes": 1171
    },
    {
      "language": "JavaScript",
      "files": 2,
      "bytes": 362
    }
  ],
  "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.9.1",
          "@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": "latest",
          "@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": "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",
          "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": "^1.3.1",
          "input-otp": "1.4.1",
          "lucide-react": "^0.454.0",
          "next": "15.2.8",
          "next-themes": "^0.4.4",
          "react": "^19",
          "react-day-picker": "9.8.0",
          "react-dom": "^19",
          "react-hook-form": "^7.54.1",
          "react-resizable-panels": "^2.1.7",
          "recharts": "2.15.0",
          "sonner": "^1.7.1",
          "tailwind-merge": "^2.5.5",
          "tailwindcss-animate": "^1.0.7",
          "vaul": "^0.9.6",
          "zod": "^3.24.1"
        },
        "dev_dependencies": {
          "@types/node": "^22",
          "@types/react": "^19",
          "@types/react-dom": "^19",
          "postcss": "^8.5",
          "tailwindcss": "^3.4.17",
          "typescript": "^5"
        }
      }
    ]
  },
  "routes": {
    "api_routes": [
      {
        "route": "/tracking",
        "source_path": "app/api/tracking/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      },
      {
        "route": "/webhooks/email",
        "source_path": "app/api/webhooks/email/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "POST"
        ]
      }
    ],
    "app_routes": [
      {
        "route": "/board",
        "source_path": "app/board/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      }
    ]
  },
  "components": [
    {
      "name": "board-canvas",
      "kind": "ui-component",
      "source_path": "components/board-canvas.tsx"
    },
    {
      "name": "board-element",
      "kind": "ui-component",
      "source_path": "components/board-element.tsx"
    },
    {
      "name": "board-toolbar",
      "kind": "ui-component",
      "source_path": "components/board-toolbar.tsx"
    },
    {
      "name": "code-editor",
      "kind": "ui-component",
      "source_path": "components/code-editor.tsx"
    },
    {
      "name": "collaborative-board",
      "kind": "ui-component",
      "source_path": "components/collaborative-board.tsx"
    },
    {
      "name": "collaborators-list",
      "kind": "ui-component",
      "source_path": "components/collaborators-list.tsx"
    },
    {
      "name": "comment-indicator",
      "kind": "ui-component",
      "source_path": "components/comment-indicator.tsx"
    },
    {
      "name": "comment-panel",
      "kind": "ui-component",
      "source_path": "components/comment-panel.tsx"
    },
    {
      "name": "connection-manager",
      "kind": "ui-component",
      "source_path": "components/connection-manager.tsx"
    },
    {
      "name": "cookie-consent",
      "kind": "ui-component",
      "source_path": "components/cookie-consent.tsx"
    },
    {
      "name": "feature-section",
      "kind": "ui-component",
      "source_path": "components/feature-section.tsx"
    },
    {
      "name": "integration-logos",
      "kind": "ui-component",
      "source_path": "components/integration-logos.tsx"
    },
    {
      "name": "miro-features",
      "kind": "ui-component",
      "source_path": "components/miro-features.tsx"
    },
    {
      "name": "process-co-integration",
      "kind": "ui-component",
      "source_path": "components/process-co-integration.tsx"
    },
    {
      "name": "real-time-collaboration",
      "kind": "ui-component",
      "source_path": "components/real-time-collaboration.tsx"
    },
    {
      "name": "template-selector",
      "kind": "ui-component",
      "source_path": "components/template-selector.tsx"
    },
    {
      "name": "theme-provider",
      "kind": "ui-component",
      "source_path": "components/theme-provider.tsx"
    },
    {
      "name": "avatar",
      "kind": "ui-component",
      "source_path": "components/ui/avatar.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": "select",
      "kind": "ui-component",
      "source_path": "components/ui/select.tsx"
    },
    {
      "name": "textarea",
      "kind": "ui-component",
      "source_path": "components/ui/textarea.tsx"
    },
    {
      "name": "user-mode-selector",
      "kind": "ui-component",
      "source_path": "components/user-mode-selector.tsx"
    },
    {
      "name": "workflow-connector",
      "kind": "ui-component",
      "source_path": "components/workflow-connector.tsx"
    },
    {
      "name": "workflow-executor",
      "kind": "ui-component",
      "source_path": "components/workflow-executor.tsx"
    },
    {
      "name": "workflow-input",
      "kind": "ui-component",
      "source_path": "components/workflow-input.tsx"
    },
    {
      "name": "workflow-library",
      "kind": "ui-component",
      "source_path": "components/workflow-library.tsx"
    },
    {
      "name": "workflow-node-editor",
      "kind": "ui-component",
      "source_path": "components/workflow-node-editor.tsx"
    },
    {
      "name": "workflow-node",
      "kind": "ui-component",
      "source_path": "components/workflow-node.tsx"
    },
    {
      "name": "workflow-template",
      "kind": "ui-component",
      "source_path": "components/workflow-template.tsx"
    },
    {
      "name": "workflow-validator",
      "kind": "ui-component",
      "source_path": "components/workflow-validator.tsx"
    }
  ],
  "data_models": [],
  "database": {
    "databases": [],
    "schemas": [],
    "migrations": []
  },
  "tests": [],
  "ci": {
    "workflows": []
  },
  "containers": {
    "dockerfiles": [],
    "compose_files": []
  },
  "env": {
    "example_files": [],
    "variables": [
      {
        "name": "EXTERNAL_TRACKING_API_KEY",
        "source_paths": [
          "app/api/tracking/route.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "EXTERNAL_TRACKING_ENDPOINT",
        "source_paths": [
          "app/api/tracking/route.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "NEXT_PUBLIC_PROCESS_CO_API_KEY",
        "source_paths": [
          "lib/process-co-api.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "NEXT_PUBLIC_PROCESS_CO_BASE_URL",
        "source_paths": [
          "lib/process-co-api.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "NEXT_PUBLIC_PROCESS_CO_ORG_ID",
        "source_paths": [
          "lib/process-co-api.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "NEXT_PUBLIC_TRACKING_API_KEY",
        "source_paths": [
          "lib/tracking.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "NEXT_PUBLIC_TRACKING_ENDPOINT",
        "source_paths": [
          "lib/tracking.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "NEXT_PUBLIC_TRACKING_PLATFORM",
        "source_paths": [
          "lib/tracking.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "NEXT_PUBLIC_USER_ID",
        "source_paths": [
          "lib/tracking.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "WILDDUCK_ACCESS_TOKEN",
        "source_paths": [
          "lib/wildduck-api.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "WILDDUCK_API_URL",
        "source_paths": [
          "lib/wildduck-api.ts"
        ],
        "likely_secret": false
      }
    ]
  },
  "configs": [
    {
      "path": "next.config.mjs"
    },
    {
      "path": "package.json"
    },
    {
      "path": "postcss.config.mjs"
    },
    {
      "path": "tailwind.config.ts"
    },
    {
      "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": [],
  "license": {
    "spdx": null,
    "paths": []
  },
  "comments": [
    {
      "kind": "todo",
      "source_path": "components/template-selector.tsx",
      "line": 104,
      "text": "id: \"todo-col\","
    },
    {
      "kind": "todo",
      "source_path": "components/template-selector.tsx",
      "line": 114,
      "text": "id: \"todo-title\","
    }
  ],
  "security": {
    "secret_risks": [],
    "unsafe_patterns": [
      {
        "name": "ssrf-review-needed",
        "confidence": "medium",
        "evidence_paths": [
          "lib/process-co-api.ts",
          "lib/wildduck-api.ts"
        ]
      }
    ],
    "sensitive_data_indicators": [
      {
        "name": "api_key",
        "confidence": "medium",
        "evidence_paths": [
          "app/api/tracking/route.ts",
          "components/process-co-integration.tsx",
          "lib/process-co-api.ts",
          "lib/tracking.ts"
        ]
      },
      {
        "name": "card",
        "confidence": "medium",
        "evidence_paths": [
          "app/globals.css",
          "components/code-editor.tsx",
          "components/collaborative-board.tsx",
          "components/miro-features.tsx",
          "components/process-co-integration.tsx",
          "components/ui/card.tsx",
          "package.json",
          "pnpm-lock.yaml",
          "styles/globals.css",
          "tailwind.config.ts"
        ]
      },
      {
        "name": "email",
        "confidence": "medium",
        "evidence_paths": [
          "app/api/webhooks/email/route.ts",
          "components/code-editor.tsx",
          "components/collaborative-board.tsx",
          "components/workflow-library.tsx",
          "components/workflow-node-editor.tsx",
          "components/workflow-template.tsx",
          "lib/process-co-api.ts",
          "lib/wildduck-api.ts"
        ]
      },
      {
        "name": "location",
        "confidence": "medium",
        "evidence_paths": [
          "components/collaborative-board.tsx"
        ]
      },
      {
        "name": "password",
        "confidence": "medium",
        "evidence_paths": [
          "lib/wildduck-api.ts"
        ]
      },
      {
        "name": "pii",
        "confidence": "medium",
        "evidence_paths": [
          "pnpm-lock.yaml"
        ]
      },
      {
        "name": "secret-like environment variables",
        "confidence": "medium",
        "evidence_paths": [
          "package.json"
        ]
      },
      {
        "name": "token",
        "confidence": "medium",
        "evidence_paths": [
          "lib/wildduck-api.ts",
          "pnpm-lock.yaml"
        ]
      }
    ]
  },
  "generated_at": "2026-05-16T16:44:07.522Z"
}
