{
  "entry": {
    "kind": "skill",
    "slug": "browser-act",
    "name": "Browser Act",
    "vendor": "browser-act",
    "description": "A CLI for browser automation that includes stealth features and CAPTCHA solving, aimed at driving sites that actively resist automation.\n\nIt runs as a command-line tool controlling a browser and reaching the network, so it declares shell execution, browser control, and outbound network — a combination that scores high in this catalog. CAPTCHA solving is worth naming plainly: it exists to defeat a control the site operator deliberately put in place, and building it into an agent stack is a choice about what that agent is for.",
    "website": "https://github.com/browser-act",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "unknown",
    "capabilities": [
      "shell:execute",
      "browser:control",
      "network:outbound"
    ],
    "packaging": null,
    "configFiles": null,
    "category": "browser-automation",
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 95,
      "band": "critical",
      "signals": [
        {
          "id": "trust-unknown",
          "kind": "trust",
          "label": "Unknown publisher",
          "contribution": 20
        },
        {
          "id": "high-risk-capabilities",
          "kind": "capability",
          "label": "1 high-risk capability: shell:execute",
          "contribution": 10
        },
        {
          "id": "exfiltration-risk",
          "kind": "combination",
          "label": "Data exfiltration risk (high)",
          "description": "Shell execution combined with outbound network access can exfiltrate arbitrary data from the machine.",
          "contribution": 15
        }
      ],
      "dangerousCombos": [
        {
          "id": "exfiltration-risk",
          "name": "Data exfiltration risk",
          "description": "Shell execution combined with outbound network access can exfiltrate arbitrary data from the machine.",
          "capabilities": [
            "shell:execute",
            "network:outbound"
          ],
          "severity": "high"
        }
      ]
    },
    "dangerousCombos": [
      {
        "id": "exfiltration-risk",
        "name": "Data exfiltration risk",
        "description": "Shell execution combined with outbound network access can exfiltrate arbitrary data from the machine.",
        "capabilities": [
          "shell:execute",
          "network:outbound"
        ],
        "severity": "high"
      }
    ]
  }
}