{
  "ecosystem": {
    "id": "browser-ai",
    "title": "Browser AI Ecosystem",
    "description": "Browser automation, computer-use agents, Playwright integrations, and web workflow tools.",
    "query": "browser automation ai",
    "category": "browser_agent",
    "deployment": null,
    "nodes": [
      "Browser Use",
      "Playwright",
      "Chromium",
      "Stagehand",
      "Crawling",
      "Computer Use"
    ],
    "projects": [
      {
        "project_id": "browser-use/browser-use",
        "repo": "browser-use/browser-use",
        "name": "browser-use",
        "github_url": "https://github.com/browser-use/browser-use",
        "homepage_url": "https://browser-use.com",
        "language": "Python",
        "license": "MIT",
        "project_kind": "project",
        "category": [
          "browser_agent"
        ],
        "tags": [
          "ai-agents",
          "ai-tools",
          "browser-automation",
          "browser-use",
          "llm",
          "playwright",
          "python"
        ],
        "description": "Agents that use the browser.",
        "overview": "Use browser-use/browser-use when the user needs a browser agent project with docker, library-only, local deployment options.",
        "alternatives": [
          {
            "repo": "browser-use/browser-harness",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "browserbase/stagehand",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "jackwener/OpenCLI",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          }
        ],
        "related": [],
        "dependencies": [
          "Browser automation",
          "LLM provider"
        ],
        "deployments": [
          "docker",
          "library_only",
          "local",
          "cloud"
        ],
        "difficulty": "intermediate",
        "cloudflare_ready": false,
        "use_cases": [
          "build browser automation agents",
          "operate web tasks with LLMs",
          "test web workflows"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product"
        ],
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"playwright\" in metadata.",
              "Matched \"browser-use\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Found Docker configuration file.",
              "Matched \"library\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Runtime blocker: python.",
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signals": {
          "stars": 116363,
          "recent_commits": 100,
          "contributors": 100,
          "issue_response_time_hours": null,
          "release_frequency_180d": 15
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 31,
          "commits_30d": "partial",
          "releases_180d": "complete",
          "contributors_90d": "partial"
        },
        "quality_score": 84,
        "agent_score": 90,
        "score": 94,
        "agent_score_breakdown": {
          "documentation": 90,
          "maintenance": 76,
          "deployment": 90,
          "popularity": 100,
          "community": 100
        },
        "git_top_score": 94,
        "git_top_score_breakdown": {
          "community": 100,
          "maintenance": 84,
          "documentation": 92,
          "stability": 90,
          "adoption": 100,
          "agent_readability": 100
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-26T14:01:11.076Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "project is not classified as mcp_server"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 2,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "summary": {
          "tl_dr": "Use browser-use/browser-use when the user needs a browser agent project with docker, library-only, local deployment options.",
          "purpose": "Use browser-use/browser-use when the user needs a browser agent project with docker, library-only, local deployment options.",
          "install": "Run with Docker using the repository's container instructions.",
          "inputs": [
            "URL or page task",
            "browser session",
            "navigation constraints"
          ],
          "outputs": [
            "browser actions",
            "page state",
            "extracted data"
          ],
          "good_for": [
            "build browser automation agents",
            "operate web tasks with LLMs",
            "test web workflows",
            "web automation",
            "browser tasks",
            "UI-driven workflows"
          ],
          "not_good_for": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "users expecting a complete hosted product",
            "backend-only jobs",
            "offline batch processing"
          ],
          "deployment": [
            "docker",
            "library_only",
            "local",
            "cloud"
          ],
          "alternatives": [
            {
              "repo": "browser-use/browser-harness",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            },
            {
              "repo": "browserbase/stagehand",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            },
            {
              "repo": "jackwener/OpenCLI",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            }
          ]
        },
        "evidence": {
          "classification": {
            "category": {
              "confidence": "high",
              "evidence": [
                "Matched \"playwright\" in metadata.",
                "Matched \"browser-use\" in metadata."
              ]
            },
            "deployment": {
              "confidence": "high",
              "evidence": [
                "Found Docker configuration file.",
                "Matched \"library\" in repository content.",
                "Local usage is assumed for open source repositories unless contradicted."
              ]
            },
            "difficulty": {
              "confidence": "medium",
              "evidence": [
                "No strong beginner or advanced signal found; defaulting to intermediate."
              ]
            },
            "cloudflare_ready": {
              "confidence": "high",
              "evidence": [
                "Runtime blocker: python.",
                "No Cloudflare deployment signal detected.",
                "No wrangler.toml found in inspected repository files."
              ]
            }
          },
          "quality_signal_confidence": {
            "stars_30d_delta": "snapshot",
            "stars30d_window_days": 31,
            "commits_30d": "partial",
            "releases_180d": "complete",
            "contributors_90d": "partial"
          },
          "verification": {
            "schema_version": "git-top.verification.v1",
            "overall_status": "partial",
            "observed_at": "2026-09-26T14:01:11.076Z",
            "signals": {
              "activity": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.pushed_at",
                  "metrics.recent_push_days"
                ]
              },
              "license": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.license"
                ]
              },
              "documentation": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.description"
                ]
              },
              "runtime": {
                "status": "inferred",
                "source": "git_top_heuristic",
                "evidence": [
                  "agent_card.deployment",
                  "agent_card.cloudflare_ready"
                ]
              },
              "install": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "installation/build probe is not enabled"
                ]
              },
              "security": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "dependency/security scan is not enabled"
                ]
              },
              "mcp": {
                "status": "not_applicable",
                "source": "git_top_runtime",
                "evidence": [
                  "project is not classified as mcp_server"
                ]
              }
            },
            "coverage": {
              "observed": 3,
              "inferred": 1,
              "not_run": 2,
              "unknown": 0
            },
            "next_steps": [
              "Run an installation/build probe before production adoption.",
              "Run a dependency and security scan before treating the score as a trust claim."
            ]
          },
          "source_fields": [
            "project.description",
            "project.topics",
            "project.language",
            "project.license",
            "agent_card.summary_for_agent",
            "agent_card.use_cases",
            "agent_card.deployment",
            "agent_card.classification",
            "metrics",
            "verification.signals"
          ],
          "caveats": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "users expecting a complete hosted product",
            "Partial or estimated quality signals: commits30d, contributors90d.",
            "Independent installation, security, or runtime probes have not been run for this project."
          ],
          "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
          "last_verified_at": "2026-09-26T14:01:11.076Z"
        },
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: commits30d, contributors90d.",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "last_verified_at": "2026-09-26T14:01:11.076Z"
      },
      {
        "project_id": "jo-inc/camofox-browser",
        "repo": "jo-inc/camofox-browser",
        "name": "camofox-browser",
        "github_url": "https://github.com/jo-inc/camofox-browser",
        "homepage_url": "https://github.com/jo-inc/camofox-browser#readme",
        "language": "JavaScript",
        "license": "MIT",
        "project_kind": "project",
        "category": [
          "browser_agent"
        ],
        "tags": [
          "ai-agent",
          "anti-bot",
          "antidetect-browser",
          "automation",
          "bot-detection",
          "browser-automation",
          "cloudflare-bypass",
          "headless-browser",
          "javascript",
          "nodejs",
          "playwright",
          "puppeteer",
          "scraping",
          "stealth-browser",
          "web-scraping"
        ],
        "description": "Stealth headless browser for AI agents — bypass Cloudflare, bot detection, and anti-scraping. Drop-in Puppeteer/Playwright replacement.",
        "overview": "Use jo-inc/camofox-browser when the user needs a browser agent project with docker, library-only, local deployment options.",
        "alternatives": [
          {
            "repo": "browser-use/browser-use",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "browser-use/browser-harness",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "browserbase/stagehand",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          }
        ],
        "related": [],
        "dependencies": [
          "Cloudflare Workers",
          "Browser automation",
          "LLM provider"
        ],
        "deployments": [
          "docker",
          "library_only",
          "local",
          "cloud"
        ],
        "difficulty": "intermediate",
        "cloudflare_ready": false,
        "use_cases": [
          "build browser automation agents",
          "operate web tasks with LLMs",
          "test web workflows"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product"
        ],
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"browser automation\" in metadata.",
              "Matched \"playwright\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Found Docker configuration file.",
              "Matched \"pip install\" in repository content.",
              "Matched \"npm install\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signals": {
          "stars": 11223,
          "recent_commits": 70,
          "contributors": 47,
          "issue_response_time_hours": null,
          "release_frequency_180d": 20
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 30,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "quality_score": 75,
        "agent_score": 82,
        "score": 92,
        "agent_score_breakdown": {
          "documentation": 90,
          "maintenance": 62,
          "deployment": 90,
          "popularity": 81,
          "community": 92
        },
        "git_top_score": 92,
        "git_top_score_breakdown": {
          "community": 100,
          "maintenance": 74,
          "documentation": 92,
          "stability": 90,
          "adoption": 100,
          "agent_readability": 100
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-26T04:31:03.467Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "project is not classified as mcp_server"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 2,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "summary": {
          "tl_dr": "Use jo-inc/camofox-browser when the user needs a browser agent project with docker, library-only, local deployment options.",
          "purpose": "Use jo-inc/camofox-browser when the user needs a browser agent project with docker, library-only, local deployment options.",
          "install": "Run with Docker using the repository's container instructions.",
          "inputs": [
            "URL or page task",
            "browser session",
            "navigation constraints"
          ],
          "outputs": [
            "browser actions",
            "page state",
            "extracted data"
          ],
          "good_for": [
            "build browser automation agents",
            "operate web tasks with LLMs",
            "test web workflows",
            "web automation",
            "browser tasks",
            "UI-driven workflows"
          ],
          "not_good_for": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "users expecting a complete hosted product",
            "backend-only jobs",
            "offline batch processing"
          ],
          "deployment": [
            "docker",
            "library_only",
            "local",
            "cloud"
          ],
          "alternatives": [
            {
              "repo": "browser-use/browser-use",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            },
            {
              "repo": "browser-use/browser-harness",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            },
            {
              "repo": "browserbase/stagehand",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            }
          ]
        },
        "evidence": {
          "classification": {
            "category": {
              "confidence": "high",
              "evidence": [
                "Matched \"browser automation\" in metadata.",
                "Matched \"playwright\" in metadata."
              ]
            },
            "deployment": {
              "confidence": "high",
              "evidence": [
                "Found Docker configuration file.",
                "Matched \"pip install\" in repository content.",
                "Matched \"npm install\" in repository content.",
                "Local usage is assumed for open source repositories unless contradicted."
              ]
            },
            "difficulty": {
              "confidence": "medium",
              "evidence": [
                "No strong beginner or advanced signal found; defaulting to intermediate."
              ]
            },
            "cloudflare_ready": {
              "confidence": "high",
              "evidence": [
                "No Cloudflare deployment signal detected.",
                "No wrangler.toml found in inspected repository files."
              ]
            }
          },
          "quality_signal_confidence": {
            "stars_30d_delta": "snapshot",
            "stars30d_window_days": 30,
            "commits_30d": "complete",
            "releases_180d": "complete",
            "contributors_90d": "complete"
          },
          "verification": {
            "schema_version": "git-top.verification.v1",
            "overall_status": "partial",
            "observed_at": "2026-09-26T04:31:03.467Z",
            "signals": {
              "activity": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.pushed_at",
                  "metrics.recent_push_days"
                ]
              },
              "license": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.license"
                ]
              },
              "documentation": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.description"
                ]
              },
              "runtime": {
                "status": "inferred",
                "source": "git_top_heuristic",
                "evidence": [
                  "agent_card.deployment",
                  "agent_card.cloudflare_ready"
                ]
              },
              "install": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "installation/build probe is not enabled"
                ]
              },
              "security": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "dependency/security scan is not enabled"
                ]
              },
              "mcp": {
                "status": "not_applicable",
                "source": "git_top_runtime",
                "evidence": [
                  "project is not classified as mcp_server"
                ]
              }
            },
            "coverage": {
              "observed": 3,
              "inferred": 1,
              "not_run": 2,
              "unknown": 0
            },
            "next_steps": [
              "Run an installation/build probe before production adoption.",
              "Run a dependency and security scan before treating the score as a trust claim."
            ]
          },
          "source_fields": [
            "project.description",
            "project.topics",
            "project.language",
            "project.license",
            "agent_card.summary_for_agent",
            "agent_card.use_cases",
            "agent_card.deployment",
            "agent_card.classification",
            "metrics",
            "verification.signals"
          ],
          "caveats": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "users expecting a complete hosted product",
            "Independent installation, security, or runtime probes have not been run for this project."
          ],
          "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
          "last_verified_at": "2026-09-26T04:31:03.467Z"
        },
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "last_verified_at": "2026-09-26T04:31:03.467Z"
      },
      {
        "project_id": "browserbase/stagehand",
        "repo": "browserbase/stagehand",
        "name": "stagehand",
        "github_url": "https://github.com/browserbase/stagehand",
        "homepage_url": "https://stagehand.dev",
        "language": "TypeScript",
        "license": "MIT",
        "project_kind": "project",
        "category": [
          "browser_agent"
        ],
        "tags": [
          "agents",
          "ai",
          "ai-agents",
          "browser-agent",
          "browser-automation",
          "cdp",
          "cloud-browser",
          "data-extraction",
          "headless-chrome",
          "playwright",
          "python",
          "typescript",
          "web-automation",
          "web-scraping"
        ],
        "description": "The SDK to extract data and interact with any site on the web. Get started with Claude Code, Codex, Eve, Mastra, and more.",
        "overview": "Use browserbase/stagehand when the user needs a browser agent project with vercel, serverless, library-only deployment options.",
        "alternatives": [
          {
            "repo": "browser-use/browser-use",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "jo-inc/camofox-browser",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "browser-use/browser-harness",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          }
        ],
        "related": [],
        "dependencies": [
          "Browser automation",
          "LLM provider"
        ],
        "deployments": [
          "vercel",
          "serverless",
          "library_only",
          "local"
        ],
        "difficulty": "intermediate",
        "cloudflare_ready": false,
        "use_cases": [
          "build browser automation agents",
          "operate web tasks with LLMs",
          "test web workflows"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product"
        ],
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"playwright\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"vercel\" in repository content.",
              "Matched \"pip install\" in repository content.",
              "Matched \"pnpm add\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Runtime blocker: python.",
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signals": {
          "stars": 25399,
          "recent_commits": 62,
          "contributors": 45,
          "issue_response_time_hours": null,
          "release_frequency_180d": 26
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 33,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "quality_score": 70,
        "agent_score": 83,
        "score": 92,
        "agent_score_breakdown": {
          "documentation": 90,
          "maintenance": 62,
          "deployment": 90,
          "popularity": 88,
          "community": 90
        },
        "git_top_score": 92,
        "git_top_score_breakdown": {
          "community": 100,
          "maintenance": 74,
          "documentation": 92,
          "stability": 90,
          "adoption": 100,
          "agent_readability": 100
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-26T14:31:06.529Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "project is not classified as mcp_server"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 2,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "summary": {
          "tl_dr": "Use browserbase/stagehand when the user needs a browser agent project with vercel, serverless, library-only deployment options.",
          "purpose": "Use browserbase/stagehand when the user needs a browser agent project with vercel, serverless, library-only deployment options.",
          "install": "Install as a library or package using the repository instructions.",
          "inputs": [
            "URL or page task",
            "browser session",
            "navigation constraints"
          ],
          "outputs": [
            "browser actions",
            "page state",
            "extracted data"
          ],
          "good_for": [
            "build browser automation agents",
            "operate web tasks with LLMs",
            "test web workflows",
            "web automation",
            "browser tasks",
            "UI-driven workflows"
          ],
          "not_good_for": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "users expecting a complete hosted product",
            "backend-only jobs",
            "offline batch processing"
          ],
          "deployment": [
            "vercel",
            "serverless",
            "library_only",
            "local"
          ],
          "alternatives": [
            {
              "repo": "browser-use/browser-use",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            },
            {
              "repo": "jo-inc/camofox-browser",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            },
            {
              "repo": "browser-use/browser-harness",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            }
          ]
        },
        "evidence": {
          "classification": {
            "category": {
              "confidence": "medium",
              "evidence": [
                "Matched \"playwright\" in metadata."
              ]
            },
            "deployment": {
              "confidence": "high",
              "evidence": [
                "Matched \"vercel\" in repository content.",
                "Matched \"pip install\" in repository content.",
                "Matched \"pnpm add\" in repository content.",
                "Local usage is assumed for open source repositories unless contradicted."
              ]
            },
            "difficulty": {
              "confidence": "medium",
              "evidence": [
                "No strong beginner or advanced signal found; defaulting to intermediate."
              ]
            },
            "cloudflare_ready": {
              "confidence": "high",
              "evidence": [
                "Runtime blocker: python.",
                "No Cloudflare deployment signal detected.",
                "No wrangler.toml found in inspected repository files."
              ]
            }
          },
          "quality_signal_confidence": {
            "stars_30d_delta": "snapshot",
            "stars30d_window_days": 33,
            "commits_30d": "complete",
            "releases_180d": "complete",
            "contributors_90d": "complete"
          },
          "verification": {
            "schema_version": "git-top.verification.v1",
            "overall_status": "partial",
            "observed_at": "2026-09-26T14:31:06.529Z",
            "signals": {
              "activity": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.pushed_at",
                  "metrics.recent_push_days"
                ]
              },
              "license": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.license"
                ]
              },
              "documentation": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.description"
                ]
              },
              "runtime": {
                "status": "inferred",
                "source": "git_top_heuristic",
                "evidence": [
                  "agent_card.deployment",
                  "agent_card.cloudflare_ready"
                ]
              },
              "install": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "installation/build probe is not enabled"
                ]
              },
              "security": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "dependency/security scan is not enabled"
                ]
              },
              "mcp": {
                "status": "not_applicable",
                "source": "git_top_runtime",
                "evidence": [
                  "project is not classified as mcp_server"
                ]
              }
            },
            "coverage": {
              "observed": 3,
              "inferred": 1,
              "not_run": 2,
              "unknown": 0
            },
            "next_steps": [
              "Run an installation/build probe before production adoption.",
              "Run a dependency and security scan before treating the score as a trust claim."
            ]
          },
          "source_fields": [
            "project.description",
            "project.topics",
            "project.language",
            "project.license",
            "agent_card.summary_for_agent",
            "agent_card.use_cases",
            "agent_card.deployment",
            "agent_card.classification",
            "metrics",
            "verification.signals"
          ],
          "caveats": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "users expecting a complete hosted product",
            "Independent installation, security, or runtime probes have not been run for this project."
          ],
          "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
          "last_verified_at": "2026-09-26T14:31:06.529Z"
        },
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "last_verified_at": "2026-09-26T14:31:06.529Z"
      },
      {
        "project_id": "vercel-labs/agent-browser",
        "repo": "vercel-labs/agent-browser",
        "name": "agent-browser",
        "github_url": "https://github.com/vercel-labs/agent-browser",
        "homepage_url": "https://agent-browser.dev",
        "language": "Rust",
        "license": "Apache-2.0",
        "project_kind": "project",
        "category": [
          "browser_agent"
        ],
        "tags": [],
        "description": "Browser automation CLI for AI agents",
        "overview": "Use vercel-labs/agent-browser when the user needs a browser agent project with vercel, serverless, library-only deployment options.",
        "alternatives": [
          {
            "repo": "browser-use/browser-use",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "unclecode/crawl4ai",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "huggingface/huggingface.js",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          }
        ],
        "related": [],
        "dependencies": [
          "Browser automation",
          "LLM provider"
        ],
        "deployments": [
          "vercel",
          "serverless",
          "library_only",
          "local"
        ],
        "difficulty": "intermediate",
        "cloudflare_ready": false,
        "use_cases": [
          "build browser automation agents",
          "operate web tasks with LLMs",
          "test web workflows"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product"
        ],
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"browser automation\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"vercel\" in repository content.",
              "Matched \"npm install\" in repository content.",
              "Matched \"library\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signals": {
          "stars": 43196,
          "recent_commits": 39,
          "contributors": 100,
          "issue_response_time_hours": null,
          "release_frequency_180d": 44
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 30,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "partial"
        },
        "quality_score": 78,
        "agent_score": 87,
        "score": 93,
        "agent_score_breakdown": {
          "documentation": 90,
          "maintenance": 67,
          "deployment": 90,
          "popularity": 93,
          "community": 100
        },
        "git_top_score": 93,
        "git_top_score_breakdown": {
          "community": 100,
          "maintenance": 78,
          "documentation": 92,
          "stability": 90,
          "adoption": 100,
          "agent_readability": 100
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-26T03:31:06.758Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "project is not classified as mcp_server"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 2,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "summary": {
          "tl_dr": "Use vercel-labs/agent-browser when the user needs a browser agent project with vercel, serverless, library-only deployment options.",
          "purpose": "Use vercel-labs/agent-browser when the user needs a browser agent project with vercel, serverless, library-only deployment options.",
          "install": "Install as a library or package using the repository instructions.",
          "inputs": [
            "URL or page task",
            "browser session",
            "navigation constraints"
          ],
          "outputs": [
            "browser actions",
            "page state",
            "extracted data"
          ],
          "good_for": [
            "build browser automation agents",
            "operate web tasks with LLMs",
            "test web workflows",
            "web automation",
            "browser tasks",
            "UI-driven workflows"
          ],
          "not_good_for": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "users expecting a complete hosted product",
            "backend-only jobs",
            "offline batch processing"
          ],
          "deployment": [
            "vercel",
            "serverless",
            "library_only",
            "local"
          ],
          "alternatives": [
            {
              "repo": "browser-use/browser-use",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            },
            {
              "repo": "unclecode/crawl4ai",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            },
            {
              "repo": "huggingface/huggingface.js",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            }
          ]
        },
        "evidence": {
          "classification": {
            "category": {
              "confidence": "medium",
              "evidence": [
                "Matched \"browser automation\" in metadata."
              ]
            },
            "deployment": {
              "confidence": "high",
              "evidence": [
                "Matched \"vercel\" in repository content.",
                "Matched \"npm install\" in repository content.",
                "Matched \"library\" in repository content.",
                "Local usage is assumed for open source repositories unless contradicted."
              ]
            },
            "difficulty": {
              "confidence": "medium",
              "evidence": [
                "No strong beginner or advanced signal found; defaulting to intermediate."
              ]
            },
            "cloudflare_ready": {
              "confidence": "high",
              "evidence": [
                "No Cloudflare deployment signal detected.",
                "No wrangler.toml found in inspected repository files."
              ]
            }
          },
          "quality_signal_confidence": {
            "stars_30d_delta": "snapshot",
            "stars30d_window_days": 30,
            "commits_30d": "complete",
            "releases_180d": "complete",
            "contributors_90d": "partial"
          },
          "verification": {
            "schema_version": "git-top.verification.v1",
            "overall_status": "partial",
            "observed_at": "2026-09-26T03:31:06.758Z",
            "signals": {
              "activity": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.pushed_at",
                  "metrics.recent_push_days"
                ]
              },
              "license": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.license"
                ]
              },
              "documentation": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.description"
                ]
              },
              "runtime": {
                "status": "inferred",
                "source": "git_top_heuristic",
                "evidence": [
                  "agent_card.deployment",
                  "agent_card.cloudflare_ready"
                ]
              },
              "install": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "installation/build probe is not enabled"
                ]
              },
              "security": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "dependency/security scan is not enabled"
                ]
              },
              "mcp": {
                "status": "not_applicable",
                "source": "git_top_runtime",
                "evidence": [
                  "project is not classified as mcp_server"
                ]
              }
            },
            "coverage": {
              "observed": 3,
              "inferred": 1,
              "not_run": 2,
              "unknown": 0
            },
            "next_steps": [
              "Run an installation/build probe before production adoption.",
              "Run a dependency and security scan before treating the score as a trust claim."
            ]
          },
          "source_fields": [
            "project.description",
            "project.topics",
            "project.language",
            "project.license",
            "agent_card.summary_for_agent",
            "agent_card.use_cases",
            "agent_card.deployment",
            "agent_card.classification",
            "metrics",
            "verification.signals"
          ],
          "caveats": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "users expecting a complete hosted product",
            "Partial or estimated quality signals: contributors90d.",
            "Independent installation, security, or runtime probes have not been run for this project."
          ],
          "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
          "last_verified_at": "2026-09-26T03:31:06.758Z"
        },
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: contributors90d.",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "last_verified_at": "2026-09-26T03:31:06.758Z"
      },
      {
        "project_id": "browser-use/browser-harness",
        "repo": "browser-use/browser-harness",
        "name": "browser-harness",
        "github_url": "https://github.com/browser-use/browser-harness",
        "homepage_url": "https://browser-harness.com",
        "language": "Python",
        "license": "MIT",
        "project_kind": "project",
        "category": [
          "browser_agent"
        ],
        "tags": [
          "ai-agent",
          "browser-agent",
          "browser-automation",
          "browser-use",
          "browser-use-box",
          "browser-use-cloud",
          "cdp",
          "cloud-browser",
          "llm",
          "persistent-browser",
          "playwright",
          "telegram-agent",
          "vps-agent",
          "web-automation"
        ],
        "description": "Browser Harness | Self-healing harness that enables LLMs to complete any task.",
        "overview": "Use browser-use/browser-harness when the user needs a browser agent project with local, cloud deployment options.",
        "alternatives": [
          {
            "repo": "browser-use/browser-use",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "jo-inc/camofox-browser",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "unclecode/crawl4ai",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          }
        ],
        "related": [],
        "dependencies": [
          "Browser automation",
          "LLM provider"
        ],
        "deployments": [
          "local",
          "cloud"
        ],
        "difficulty": "intermediate",
        "cloudflare_ready": false,
        "use_cases": [
          "build browser automation agents",
          "operate web tasks with LLMs",
          "test web workflows"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation"
        ],
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"playwright\" in metadata.",
              "Matched \"browser-use\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "medium",
            "evidence": [
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Runtime blocker: python.",
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signals": {
          "stars": 18116,
          "recent_commits": 92,
          "contributors": 69,
          "issue_response_time_hours": null,
          "release_frequency_180d": 14
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 31,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "quality_score": 68,
        "agent_score": 81,
        "score": 91,
        "agent_score_breakdown": {
          "documentation": 90,
          "maintenance": 67,
          "deployment": 70,
          "popularity": 85,
          "community": 100
        },
        "git_top_score": 91,
        "git_top_score_breakdown": {
          "community": 100,
          "maintenance": 78,
          "documentation": 84,
          "stability": 90,
          "adoption": 100,
          "agent_readability": 100
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-25T20:31:14.680Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "project is not classified as mcp_server"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 2,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "summary": {
          "tl_dr": "Use browser-use/browser-harness when the user needs a browser agent project with local, cloud deployment options.",
          "purpose": "Use browser-use/browser-harness when the user needs a browser agent project with local, cloud deployment options.",
          "install": "Run the browser agent with the setup described in the repository README.",
          "inputs": [
            "URL or page task",
            "browser session",
            "navigation constraints"
          ],
          "outputs": [
            "browser actions",
            "page state",
            "extracted data"
          ],
          "good_for": [
            "build browser automation agents",
            "operate web tasks with LLMs",
            "test web workflows",
            "web automation",
            "browser tasks",
            "UI-driven workflows"
          ],
          "not_good_for": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "backend-only jobs",
            "offline batch processing"
          ],
          "deployment": [
            "local",
            "cloud"
          ],
          "alternatives": [
            {
              "repo": "browser-use/browser-use",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            },
            {
              "repo": "jo-inc/camofox-browser",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            },
            {
              "repo": "unclecode/crawl4ai",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            }
          ]
        },
        "evidence": {
          "classification": {
            "category": {
              "confidence": "high",
              "evidence": [
                "Matched \"playwright\" in metadata.",
                "Matched \"browser-use\" in metadata."
              ]
            },
            "deployment": {
              "confidence": "medium",
              "evidence": [
                "Local usage is assumed for open source repositories unless contradicted."
              ]
            },
            "difficulty": {
              "confidence": "medium",
              "evidence": [
                "No strong beginner or advanced signal found; defaulting to intermediate."
              ]
            },
            "cloudflare_ready": {
              "confidence": "high",
              "evidence": [
                "Runtime blocker: python.",
                "No Cloudflare deployment signal detected.",
                "No wrangler.toml found in inspected repository files."
              ]
            }
          },
          "quality_signal_confidence": {
            "stars_30d_delta": "snapshot",
            "stars30d_window_days": 31,
            "commits_30d": "complete",
            "releases_180d": "complete",
            "contributors_90d": "complete"
          },
          "verification": {
            "schema_version": "git-top.verification.v1",
            "overall_status": "partial",
            "observed_at": "2026-09-25T20:31:14.680Z",
            "signals": {
              "activity": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.pushed_at",
                  "metrics.recent_push_days"
                ]
              },
              "license": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.license"
                ]
              },
              "documentation": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.description"
                ]
              },
              "runtime": {
                "status": "inferred",
                "source": "git_top_heuristic",
                "evidence": [
                  "agent_card.deployment",
                  "agent_card.cloudflare_ready"
                ]
              },
              "install": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "installation/build probe is not enabled"
                ]
              },
              "security": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "dependency/security scan is not enabled"
                ]
              },
              "mcp": {
                "status": "not_applicable",
                "source": "git_top_runtime",
                "evidence": [
                  "project is not classified as mcp_server"
                ]
              }
            },
            "coverage": {
              "observed": 3,
              "inferred": 1,
              "not_run": 2,
              "unknown": 0
            },
            "next_steps": [
              "Run an installation/build probe before production adoption.",
              "Run a dependency and security scan before treating the score as a trust claim."
            ]
          },
          "source_fields": [
            "project.description",
            "project.topics",
            "project.language",
            "project.license",
            "agent_card.summary_for_agent",
            "agent_card.use_cases",
            "agent_card.deployment",
            "agent_card.classification",
            "metrics",
            "verification.signals"
          ],
          "caveats": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "Independent installation, security, or runtime probes have not been run for this project."
          ],
          "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
          "last_verified_at": "2026-09-25T20:31:14.680Z"
        },
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "last_verified_at": "2026-09-25T20:31:14.680Z"
      },
      {
        "project_id": "jackwener/OpenCLI",
        "repo": "jackwener/OpenCLI",
        "name": "OpenCLI",
        "github_url": "https://github.com/jackwener/OpenCLI",
        "homepage_url": "https://opencli.info/",
        "language": "JavaScript",
        "license": "Apache-2.0",
        "project_kind": "project",
        "category": [
          "browser_agent"
        ],
        "tags": [
          "ai-agent",
          "ai-agents",
          "ai-tools",
          "browser-automation",
          "browser-use",
          "cli",
          "playwright"
        ],
        "description": "Make Any Website into CLI & Use your logged-in browser by AI agent. ",
        "overview": "Use jackwener/OpenCLI when the user needs a browser agent project with library-only, local, cloud deployment options.",
        "alternatives": [
          {
            "repo": "browser-use/browser-use",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "jo-inc/camofox-browser",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "Tencent/BrowserSkill",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          }
        ],
        "related": [],
        "dependencies": [
          "Browser automation",
          "LLM provider"
        ],
        "deployments": [
          "library_only",
          "local",
          "cloud"
        ],
        "difficulty": "intermediate",
        "cloudflare_ready": false,
        "use_cases": [
          "build browser automation agents",
          "operate web tasks with LLMs",
          "test web workflows"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product"
        ],
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"playwright\" in metadata.",
              "Matched \"browser-use\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"npm install\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signals": {
          "stars": 29619,
          "recent_commits": 13,
          "contributors": 100,
          "issue_response_time_hours": null,
          "release_frequency_180d": 48
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 33,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "partial"
        },
        "quality_score": 65,
        "agent_score": 83,
        "score": 89,
        "agent_score_breakdown": {
          "documentation": 90,
          "maintenance": 63,
          "deployment": 80,
          "popularity": 89,
          "community": 100
        },
        "git_top_score": 89,
        "git_top_score_breakdown": {
          "community": 100,
          "maintenance": 65,
          "documentation": 84,
          "stability": 90,
          "adoption": 100,
          "agent_readability": 100
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-25T23:01:00.183Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "project is not classified as mcp_server"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 2,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "summary": {
          "tl_dr": "Use jackwener/OpenCLI when the user needs a browser agent project with library-only, local, cloud deployment options.",
          "purpose": "Use jackwener/OpenCLI when the user needs a browser agent project with library-only, local, cloud deployment options.",
          "install": "Install as a library or package using the repository instructions.",
          "inputs": [
            "URL or page task",
            "browser session",
            "navigation constraints"
          ],
          "outputs": [
            "browser actions",
            "page state",
            "extracted data"
          ],
          "good_for": [
            "build browser automation agents",
            "operate web tasks with LLMs",
            "test web workflows",
            "web automation",
            "browser tasks",
            "UI-driven workflows"
          ],
          "not_good_for": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "users expecting a complete hosted product",
            "backend-only jobs",
            "offline batch processing"
          ],
          "deployment": [
            "library_only",
            "local",
            "cloud"
          ],
          "alternatives": [
            {
              "repo": "browser-use/browser-use",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            },
            {
              "repo": "jo-inc/camofox-browser",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            },
            {
              "repo": "Tencent/BrowserSkill",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            }
          ]
        },
        "evidence": {
          "classification": {
            "category": {
              "confidence": "high",
              "evidence": [
                "Matched \"playwright\" in metadata.",
                "Matched \"browser-use\" in metadata."
              ]
            },
            "deployment": {
              "confidence": "high",
              "evidence": [
                "Matched \"npm install\" in repository content.",
                "Local usage is assumed for open source repositories unless contradicted."
              ]
            },
            "difficulty": {
              "confidence": "medium",
              "evidence": [
                "No strong beginner or advanced signal found; defaulting to intermediate."
              ]
            },
            "cloudflare_ready": {
              "confidence": "high",
              "evidence": [
                "No Cloudflare deployment signal detected.",
                "No wrangler.toml found in inspected repository files."
              ]
            }
          },
          "quality_signal_confidence": {
            "stars_30d_delta": "snapshot",
            "stars30d_window_days": 33,
            "commits_30d": "complete",
            "releases_180d": "complete",
            "contributors_90d": "partial"
          },
          "verification": {
            "schema_version": "git-top.verification.v1",
            "overall_status": "partial",
            "observed_at": "2026-09-25T23:01:00.183Z",
            "signals": {
              "activity": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.pushed_at",
                  "metrics.recent_push_days"
                ]
              },
              "license": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.license"
                ]
              },
              "documentation": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.description"
                ]
              },
              "runtime": {
                "status": "inferred",
                "source": "git_top_heuristic",
                "evidence": [
                  "agent_card.deployment",
                  "agent_card.cloudflare_ready"
                ]
              },
              "install": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "installation/build probe is not enabled"
                ]
              },
              "security": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "dependency/security scan is not enabled"
                ]
              },
              "mcp": {
                "status": "not_applicable",
                "source": "git_top_runtime",
                "evidence": [
                  "project is not classified as mcp_server"
                ]
              }
            },
            "coverage": {
              "observed": 3,
              "inferred": 1,
              "not_run": 2,
              "unknown": 0
            },
            "next_steps": [
              "Run an installation/build probe before production adoption.",
              "Run a dependency and security scan before treating the score as a trust claim."
            ]
          },
          "source_fields": [
            "project.description",
            "project.topics",
            "project.language",
            "project.license",
            "agent_card.summary_for_agent",
            "agent_card.use_cases",
            "agent_card.deployment",
            "agent_card.classification",
            "metrics",
            "verification.signals"
          ],
          "caveats": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "users expecting a complete hosted product",
            "Partial or estimated quality signals: contributors90d.",
            "Independent installation, security, or runtime probes have not been run for this project."
          ],
          "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
          "last_verified_at": "2026-09-25T23:01:00.183Z"
        },
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: contributors90d.",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "last_verified_at": "2026-09-25T23:01:00.183Z"
      },
      {
        "project_id": "Tencent/BrowserSkill",
        "repo": "Tencent/BrowserSkill",
        "name": "BrowserSkill",
        "github_url": "https://github.com/Tencent/BrowserSkill",
        "homepage_url": null,
        "language": "TypeScript",
        "license": "MIT",
        "project_kind": "project",
        "category": [
          "browser_agent"
        ],
        "tags": [
          "agent",
          "browser-use",
          "dsh-plugin"
        ],
        "description": "Let AI agents use your real, logged-in browser without interrupting your work. CLI + extension for browser automation across any shell-capable AI agent.",
        "overview": "Use Tencent/BrowserSkill when the user needs a browser agent project with library-only, local, cloud deployment options.",
        "alternatives": [
          {
            "repo": "browser-use/browser-use",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "unclecode/crawl4ai",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "browser-use/browser-harness",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          }
        ],
        "related": [],
        "dependencies": [
          "Browser automation",
          "LLM provider"
        ],
        "deployments": [
          "library_only",
          "local",
          "cloud"
        ],
        "difficulty": "beginner",
        "cloudflare_ready": false,
        "use_cases": [
          "build browser automation agents",
          "operate web tasks with LLMs",
          "test web workflows"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product"
        ],
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"browser automation\" in metadata.",
              "Matched \"browser-use\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"npm install\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "Repository has under 10k stars, so complexity is treated conservatively."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signals": {
          "stars": 7273,
          "recent_commits": 100,
          "contributors": 22,
          "issue_response_time_hours": null,
          "release_frequency_180d": 21
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 30,
          "commits_30d": "partial",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "quality_score": 73,
        "agent_score": 75,
        "score": 92,
        "agent_score_breakdown": {
          "documentation": 90,
          "maintenance": 62,
          "deployment": 80,
          "popularity": 77,
          "community": 67
        },
        "git_top_score": 92,
        "git_top_score_breakdown": {
          "community": 100,
          "maintenance": 74,
          "documentation": 84,
          "stability": 100,
          "adoption": 100,
          "agent_readability": 100
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-26T05:08:53.199Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "project is not classified as mcp_server"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 2,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "summary": {
          "tl_dr": "Use Tencent/BrowserSkill when the user needs a browser agent project with library-only, local, cloud deployment options.",
          "purpose": "Use Tencent/BrowserSkill when the user needs a browser agent project with library-only, local, cloud deployment options.",
          "install": "Install as a library or package using the repository instructions.",
          "inputs": [
            "URL or page task",
            "browser session",
            "navigation constraints"
          ],
          "outputs": [
            "browser actions",
            "page state",
            "extracted data"
          ],
          "good_for": [
            "build browser automation agents",
            "operate web tasks with LLMs",
            "test web workflows",
            "web automation",
            "browser tasks",
            "UI-driven workflows"
          ],
          "not_good_for": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "users expecting a complete hosted product",
            "backend-only jobs",
            "offline batch processing"
          ],
          "deployment": [
            "library_only",
            "local",
            "cloud"
          ],
          "alternatives": [
            {
              "repo": "browser-use/browser-use",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            },
            {
              "repo": "unclecode/crawl4ai",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            },
            {
              "repo": "browser-use/browser-harness",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            }
          ]
        },
        "evidence": {
          "classification": {
            "category": {
              "confidence": "high",
              "evidence": [
                "Matched \"browser automation\" in metadata.",
                "Matched \"browser-use\" in metadata."
              ]
            },
            "deployment": {
              "confidence": "high",
              "evidence": [
                "Matched \"npm install\" in repository content.",
                "Local usage is assumed for open source repositories unless contradicted."
              ]
            },
            "difficulty": {
              "confidence": "medium",
              "evidence": [
                "Repository has under 10k stars, so complexity is treated conservatively."
              ]
            },
            "cloudflare_ready": {
              "confidence": "high",
              "evidence": [
                "No Cloudflare deployment signal detected.",
                "No wrangler.toml found in inspected repository files."
              ]
            }
          },
          "quality_signal_confidence": {
            "stars_30d_delta": "snapshot",
            "stars30d_window_days": 30,
            "commits_30d": "partial",
            "releases_180d": "complete",
            "contributors_90d": "complete"
          },
          "verification": {
            "schema_version": "git-top.verification.v1",
            "overall_status": "partial",
            "observed_at": "2026-09-26T05:08:53.199Z",
            "signals": {
              "activity": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.pushed_at",
                  "metrics.recent_push_days"
                ]
              },
              "license": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.license"
                ]
              },
              "documentation": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.description"
                ]
              },
              "runtime": {
                "status": "inferred",
                "source": "git_top_heuristic",
                "evidence": [
                  "agent_card.deployment",
                  "agent_card.cloudflare_ready"
                ]
              },
              "install": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "installation/build probe is not enabled"
                ]
              },
              "security": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "dependency/security scan is not enabled"
                ]
              },
              "mcp": {
                "status": "not_applicable",
                "source": "git_top_runtime",
                "evidence": [
                  "project is not classified as mcp_server"
                ]
              }
            },
            "coverage": {
              "observed": 3,
              "inferred": 1,
              "not_run": 2,
              "unknown": 0
            },
            "next_steps": [
              "Run an installation/build probe before production adoption.",
              "Run a dependency and security scan before treating the score as a trust claim."
            ]
          },
          "source_fields": [
            "project.description",
            "project.topics",
            "project.language",
            "project.license",
            "agent_card.summary_for_agent",
            "agent_card.use_cases",
            "agent_card.deployment",
            "agent_card.classification",
            "metrics",
            "verification.signals"
          ],
          "caveats": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "users expecting a complete hosted product",
            "Partial or estimated quality signals: commits30d.",
            "Independent installation, security, or runtime probes have not been run for this project."
          ],
          "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
          "last_verified_at": "2026-09-26T05:08:53.199Z"
        },
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: commits30d.",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "last_verified_at": "2026-09-26T05:08:53.199Z"
      },
      {
        "project_id": "citrolabs/ego-lite",
        "repo": "citrolabs/ego-lite",
        "name": "ego-lite",
        "github_url": "https://github.com/citrolabs/ego-lite",
        "homepage_url": "https://lite.ego.app",
        "language": "JavaScript",
        "license": "MIT",
        "project_kind": "project",
        "category": [
          "browser_agent"
        ],
        "tags": [
          "agent-skills",
          "ai-agent",
          "automation",
          "browser",
          "browser-automation",
          "claude-code",
          "codex",
          "hermes-agent",
          "skills",
          "skills-sh"
        ],
        "description": "The fastest browser for AI agents to run browser automation, built for sharing your logged-in browser state with your AI agents, like Codex or Claude Code, without disturbing you. Zero cost, zero config.",
        "overview": "Use citrolabs/ego-lite when the user needs a browser agent project with vercel, serverless, local deployment options.",
        "alternatives": [
          {
            "repo": "vercel-labs/agent-browser",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "jo-inc/camofox-browser",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          },
          {
            "repo": "browserbase/stagehand",
            "reason": "Same browser agent intent with browser_automation, workflow overlap."
          }
        ],
        "related": [],
        "dependencies": [
          "Browser automation",
          "LLM provider"
        ],
        "deployments": [
          "vercel",
          "serverless",
          "local"
        ],
        "difficulty": "intermediate",
        "cloudflare_ready": false,
        "use_cases": [
          "build browser automation agents",
          "operate web tasks with LLMs",
          "test web workflows"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation"
        ],
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"browser automation\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"vercel\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signals": {
          "stars": 16517,
          "recent_commits": 54,
          "contributors": 9,
          "issue_response_time_hours": null,
          "release_frequency_180d": 13
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 30,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "quality_score": 66,
        "agent_score": 72,
        "score": 89,
        "agent_score_breakdown": {
          "documentation": 90,
          "maintenance": 51,
          "deployment": 80,
          "popularity": 84,
          "community": 54
        },
        "git_top_score": 89,
        "git_top_score_breakdown": {
          "community": 100,
          "maintenance": 67,
          "documentation": 84,
          "stability": 90,
          "adoption": 100,
          "agent_readability": 100
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-26T04:01:09.474Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_applicable",
              "source": "git_top_runtime",
              "evidence": [
                "project is not classified as mcp_server"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 2,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim."
          ]
        },
        "summary": {
          "tl_dr": "Use citrolabs/ego-lite when the user needs a browser agent project with vercel, serverless, local deployment options.",
          "purpose": "Use citrolabs/ego-lite when the user needs a browser agent project with vercel, serverless, local deployment options.",
          "install": "Run the browser agent with the setup described in the repository README.",
          "inputs": [
            "URL or page task",
            "browser session",
            "navigation constraints"
          ],
          "outputs": [
            "browser actions",
            "page state",
            "extracted data"
          ],
          "good_for": [
            "build browser automation agents",
            "operate web tasks with LLMs",
            "test web workflows",
            "web automation",
            "browser tasks",
            "UI-driven workflows"
          ],
          "not_good_for": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "backend-only jobs",
            "offline batch processing"
          ],
          "deployment": [
            "vercel",
            "serverless",
            "local"
          ],
          "alternatives": [
            {
              "repo": "vercel-labs/agent-browser",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            },
            {
              "repo": "jo-inc/camofox-browser",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            },
            {
              "repo": "browserbase/stagehand",
              "reason": "Same browser agent intent with browser_automation, workflow overlap."
            }
          ]
        },
        "evidence": {
          "classification": {
            "category": {
              "confidence": "medium",
              "evidence": [
                "Matched \"browser automation\" in metadata."
              ]
            },
            "deployment": {
              "confidence": "high",
              "evidence": [
                "Matched \"vercel\" in repository content.",
                "Local usage is assumed for open source repositories unless contradicted."
              ]
            },
            "difficulty": {
              "confidence": "medium",
              "evidence": [
                "No strong beginner or advanced signal found; defaulting to intermediate."
              ]
            },
            "cloudflare_ready": {
              "confidence": "high",
              "evidence": [
                "No Cloudflare deployment signal detected.",
                "No wrangler.toml found in inspected repository files."
              ]
            }
          },
          "quality_signal_confidence": {
            "stars_30d_delta": "snapshot",
            "stars30d_window_days": 30,
            "commits_30d": "complete",
            "releases_180d": "complete",
            "contributors_90d": "complete"
          },
          "verification": {
            "schema_version": "git-top.verification.v1",
            "overall_status": "partial",
            "observed_at": "2026-09-26T04:01:09.474Z",
            "signals": {
              "activity": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.pushed_at",
                  "metrics.recent_push_days"
                ]
              },
              "license": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.license"
                ]
              },
              "documentation": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.description"
                ]
              },
              "runtime": {
                "status": "inferred",
                "source": "git_top_heuristic",
                "evidence": [
                  "agent_card.deployment",
                  "agent_card.cloudflare_ready"
                ]
              },
              "install": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "installation/build probe is not enabled"
                ]
              },
              "security": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "dependency/security scan is not enabled"
                ]
              },
              "mcp": {
                "status": "not_applicable",
                "source": "git_top_runtime",
                "evidence": [
                  "project is not classified as mcp_server"
                ]
              }
            },
            "coverage": {
              "observed": 3,
              "inferred": 1,
              "not_run": 2,
              "unknown": 0
            },
            "next_steps": [
              "Run an installation/build probe before production adoption.",
              "Run a dependency and security scan before treating the score as a trust claim."
            ]
          },
          "source_fields": [
            "project.description",
            "project.topics",
            "project.language",
            "project.license",
            "agent_card.summary_for_agent",
            "agent_card.use_cases",
            "agent_card.deployment",
            "agent_card.classification",
            "metrics",
            "verification.signals"
          ],
          "caveats": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "Independent installation, security, or runtime probes have not been run for this project."
          ],
          "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
          "last_verified_at": "2026-09-26T04:01:09.474Z"
        },
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "last_verified_at": "2026-09-26T04:01:09.474Z"
      }
    ],
    "project_count": 8,
    "stats": {
      "concept_count": 6,
      "project_count": 8,
      "edge_count": 35,
      "top_project": "browser-use/browser-use",
      "average_git_top_score": 92
    },
    "map": {
      "nodes": [
        {
          "id": "ecosystem:browser-ai",
          "label": "Browser AI Ecosystem",
          "kind": "ecosystem",
          "ecosystem_id": "browser-ai"
        },
        {
          "id": "concept:browser-ai:browser-use",
          "label": "Browser Use",
          "kind": "concept",
          "ecosystem_id": "browser-ai"
        },
        {
          "id": "concept:browser-ai:playwright",
          "label": "Playwright",
          "kind": "concept",
          "ecosystem_id": "browser-ai"
        },
        {
          "id": "concept:browser-ai:chromium",
          "label": "Chromium",
          "kind": "concept",
          "ecosystem_id": "browser-ai"
        },
        {
          "id": "concept:browser-ai:stagehand",
          "label": "Stagehand",
          "kind": "concept",
          "ecosystem_id": "browser-ai"
        },
        {
          "id": "concept:browser-ai:crawling",
          "label": "Crawling",
          "kind": "concept",
          "ecosystem_id": "browser-ai"
        },
        {
          "id": "concept:browser-ai:computer-use",
          "label": "Computer Use",
          "kind": "concept",
          "ecosystem_id": "browser-ai"
        },
        {
          "id": "project:browser-use/browser-use",
          "label": "browser-use",
          "kind": "project",
          "repo": "browser-use/browser-use",
          "score": 94,
          "category": "browser_agent"
        },
        {
          "id": "project:jo-inc/camofox-browser",
          "label": "camofox-browser",
          "kind": "project",
          "repo": "jo-inc/camofox-browser",
          "score": 92,
          "category": "browser_agent"
        },
        {
          "id": "project:browserbase/stagehand",
          "label": "stagehand",
          "kind": "project",
          "repo": "browserbase/stagehand",
          "score": 92,
          "category": "browser_agent"
        },
        {
          "id": "project:vercel-labs/agent-browser",
          "label": "agent-browser",
          "kind": "project",
          "repo": "vercel-labs/agent-browser",
          "score": 93,
          "category": "browser_agent"
        },
        {
          "id": "project:browser-use/browser-harness",
          "label": "browser-harness",
          "kind": "project",
          "repo": "browser-use/browser-harness",
          "score": 91,
          "category": "browser_agent"
        },
        {
          "id": "project:jackwener/OpenCLI",
          "label": "OpenCLI",
          "kind": "project",
          "repo": "jackwener/OpenCLI",
          "score": 89,
          "category": "browser_agent"
        },
        {
          "id": "project:Tencent/BrowserSkill",
          "label": "BrowserSkill",
          "kind": "project",
          "repo": "Tencent/BrowserSkill",
          "score": 92,
          "category": "browser_agent"
        },
        {
          "id": "project:citrolabs/ego-lite",
          "label": "ego-lite",
          "kind": "project",
          "repo": "citrolabs/ego-lite",
          "score": 89,
          "category": "browser_agent"
        }
      ],
      "edges": [
        {
          "source": "ecosystem:browser-ai",
          "target": "concept:browser-ai:browser-use",
          "kind": "contains",
          "weight": 80
        },
        {
          "source": "ecosystem:browser-ai",
          "target": "concept:browser-ai:playwright",
          "kind": "contains",
          "weight": 80
        },
        {
          "source": "ecosystem:browser-ai",
          "target": "concept:browser-ai:chromium",
          "kind": "contains",
          "weight": 80
        },
        {
          "source": "ecosystem:browser-ai",
          "target": "concept:browser-ai:stagehand",
          "kind": "contains",
          "weight": 80
        },
        {
          "source": "ecosystem:browser-ai",
          "target": "concept:browser-ai:crawling",
          "kind": "contains",
          "weight": 80
        },
        {
          "source": "ecosystem:browser-ai",
          "target": "concept:browser-ai:computer-use",
          "kind": "contains",
          "weight": 80
        },
        {
          "source": "ecosystem:browser-ai",
          "target": "project:browser-use/browser-use",
          "kind": "contains_project",
          "weight": 72
        },
        {
          "source": "ecosystem:browser-ai",
          "target": "project:jo-inc/camofox-browser",
          "kind": "contains_project",
          "weight": 72
        },
        {
          "source": "ecosystem:browser-ai",
          "target": "project:browserbase/stagehand",
          "kind": "contains_project",
          "weight": 72
        },
        {
          "source": "ecosystem:browser-ai",
          "target": "project:vercel-labs/agent-browser",
          "kind": "contains_project",
          "weight": 72
        },
        {
          "source": "ecosystem:browser-ai",
          "target": "project:browser-use/browser-harness",
          "kind": "contains_project",
          "weight": 72
        },
        {
          "source": "ecosystem:browser-ai",
          "target": "project:jackwener/OpenCLI",
          "kind": "contains_project",
          "weight": 72
        },
        {
          "source": "ecosystem:browser-ai",
          "target": "project:Tencent/BrowserSkill",
          "kind": "contains_project",
          "weight": 72
        },
        {
          "source": "ecosystem:browser-ai",
          "target": "project:citrolabs/ego-lite",
          "kind": "contains_project",
          "weight": 72
        },
        {
          "source": "project:browser-use/browser-use",
          "target": "concept:browser-ai:browser-use",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:browser-use/browser-use",
          "target": "concept:browser-ai:playwright",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:browser-use/browser-use",
          "target": "concept:browser-ai:computer-use",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:jo-inc/camofox-browser",
          "target": "concept:browser-ai:browser-use",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:jo-inc/camofox-browser",
          "target": "concept:browser-ai:playwright",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:jo-inc/camofox-browser",
          "target": "concept:browser-ai:computer-use",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:browserbase/stagehand",
          "target": "concept:browser-ai:browser-use",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:browserbase/stagehand",
          "target": "concept:browser-ai:playwright",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:browserbase/stagehand",
          "target": "concept:browser-ai:stagehand",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:vercel-labs/agent-browser",
          "target": "concept:browser-ai:browser-use",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:vercel-labs/agent-browser",
          "target": "concept:browser-ai:computer-use",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:browser-use/browser-harness",
          "target": "concept:browser-ai:browser-use",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:browser-use/browser-harness",
          "target": "concept:browser-ai:playwright",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:browser-use/browser-harness",
          "target": "concept:browser-ai:computer-use",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:jackwener/OpenCLI",
          "target": "concept:browser-ai:browser-use",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:jackwener/OpenCLI",
          "target": "concept:browser-ai:playwright",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:jackwener/OpenCLI",
          "target": "concept:browser-ai:computer-use",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:Tencent/BrowserSkill",
          "target": "concept:browser-ai:browser-use",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:Tencent/BrowserSkill",
          "target": "concept:browser-ai:computer-use",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:citrolabs/ego-lite",
          "target": "concept:browser-ai:browser-use",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:citrolabs/ego-lite",
          "target": "concept:browser-ai:computer-use",
          "kind": "matches_concept",
          "weight": 64
        }
      ]
    },
    "exploration_paths": [
      {
        "label": "Discover Projects",
        "description": "Browse indexed projects around Browser AI Ecosystem.",
        "href": "/api/search?q=browser%20automation%20ai&ranking=browse&limit=12",
        "kind": "search"
      },
      {
        "label": "Get Recommendations",
        "description": "Generate an explainable shortlist for Browser AI Ecosystem.",
        "href": "/recommend?use_case=choose+projects+for+Browser+AI+Ecosystem&limit=5&category=browser_agent",
        "kind": "recommend"
      },
      {
        "label": "Open Graph",
        "description": "Inspect relationships around browser-use/browser-use.",
        "href": "/graph/browser-use/browser-use",
        "kind": "graph"
      },
      {
        "label": "Find Alternatives",
        "description": "Find replacements and adjacent options for browser-use/browser-use.",
        "href": "/alternatives/browser-use/browser-use",
        "kind": "alternatives"
      },
      {
        "label": "Explain Score",
        "description": "Understand why browser-use/browser-use has its Git.Top Score.",
        "href": "/score/browser-use/browser-use",
        "kind": "score"
      },
      {
        "label": "Compare Options",
        "description": "Compare browser-use/browser-use and jo-inc/camofox-browser.",
        "href": "/compare/browser-use-browser-use...jo-inc-camofox-browser",
        "kind": "compare"
      }
    ],
    "exploration_journeys": [
      {
        "label": "Choose a production candidate",
        "description": "Start broad in Browser AI Ecosystem, then narrow to one project with score and graph evidence.",
        "steps": [
          {
            "label": "Discover",
            "href": "/categories/browser_agent",
            "description": "Browse the ecosystem entry point."
          },
          {
            "label": "Recommend",
            "href": "/recommend?use_case=choose+projects+for+Browser+AI+Ecosystem&limit=5&category=browser_agent",
            "description": "Generate a constrained shortlist."
          },
          {
            "label": "Score",
            "href": "/score/browser-use/browser-use",
            "description": "Inspect browser-use/browser-use risk and score evidence."
          }
        ]
      },
      {
        "label": "Map dependencies and neighbors",
        "description": "Follow graph relationships before deciding whether a project fits the stack.",
        "steps": [
          {
            "label": "Graph",
            "href": "/graph/browser-use/browser-use",
            "description": "Open browser-use/browser-use relationship graph."
          },
          {
            "label": "Related",
            "href": "/api/related/browser-use/browser-use?limit=8",
            "description": "Inspect adjacent projects as structured JSON."
          },
          {
            "label": "Atlas",
            "href": "/api/atlas/browser-ai?limit=8",
            "description": "Fetch the ecosystem map for agent planning."
          }
        ]
      },
      {
        "label": "Compare replacement paths",
        "description": "Move from the top project to alternatives and a decision matrix.",
        "steps": [
          {
            "label": "Alternatives",
            "href": "/alternatives/browser-use/browser-use",
            "description": "Find alternatives for browser-use/browser-use."
          },
          {
            "label": "Compare",
            "href": "/api/compare?repos=browser-use%2Fbrowser-use%2Cjo-inc%2Fcamofox-browser",
            "description": "Compare browser-use/browser-use and jo-inc/camofox-browser."
          },
          {
            "label": "Agent Map",
            "href": "/api/agent-map",
            "description": "Choose the next REST or MCP surface."
          }
        ]
      }
    ],
    "comparison_paths": [
      {
        "label": "Compare leading candidates",
        "description": "Compare the strongest indexed projects in Browser AI Ecosystem before choosing a default.",
        "repos": [
          "browser-use/browser-use",
          "jo-inc/camofox-browser",
          "browserbase/stagehand",
          "vercel-labs/agent-browser"
        ],
        "href": "/compare/browser-use-browser-use...jo-inc-camofox-browser...browserbase-stagehand...vercel-labs-agent-browser",
        "api_href": "/api/compare?repos=browser-use%2Fbrowser-use%2Cjo-inc%2Fcamofox-browser%2Cbrowserbase%2Fstagehand%2Cvercel-labs%2Fagent-browser",
        "decision_focus": "winner_by_agent_score",
        "context": {
          "ecosystem_id": "browser-ai",
          "category": "browser_agent",
          "deployment": null
        }
      },
      {
        "label": "Evaluate fallback options",
        "description": "Compare high-quality fallback candidates when the top project is not the right operational fit.",
        "repos": [
          "browser-use/browser-use",
          "vercel-labs/agent-browser",
          "jo-inc/camofox-browser",
          "browserbase/stagehand"
        ],
        "href": "/compare/browser-use-browser-use...vercel-labs-agent-browser...jo-inc-camofox-browser...browserbase-stagehand",
        "api_href": "/api/compare?repos=browser-use%2Fbrowser-use%2Cvercel-labs%2Fagent-browser%2Cjo-inc%2Fcamofox-browser%2Cbrowserbase%2Fstagehand",
        "decision_focus": "fallback_quality",
        "context": {
          "ecosystem_id": "browser-ai",
          "category": "browser_agent",
          "deployment": null
        }
      }
    ],
    "links": {
      "page": "/atlas/browser-ai",
      "search_api": "/api/search?q=browser%20automation%20ai&ranking=browse&limit=8",
      "recommend_api": "/api/recommend?use_case=choose+projects+for+Browser+AI+Ecosystem&limit=8&category=browser_agent",
      "graph": "/api/graph/browser-use/browser-use?limit=24"
    }
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1213,
    "generated_at": "2026-09-26T16:12:58.261Z",
    "snapshot_id": "d1:1213:2026-09-26T16:01:24.232Z",
    "latest_synced_at": "2026-09-26T16:01:24.232Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}