{
  "entry": {
    "kind": "agent",
    "slug": "microsoft-edge",
    "name": "Microsoft Edge",
    "vendor": "Microsoft",
    "description": "Microsoft's web browser with built-in AI assistant (AI browser — Copilot)",
    "website": "https://www.microsoft.com/edge",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "browser",
    "configFiles": [
      {
        "id": "microsoft-edge-app",
        "description": "Installed application (presence)",
        "scope": "global",
        "format": "plist",
        "paths": {
          "darwin": "/Applications/Microsoft Edge.app/Contents/Info.plist",
          "win32": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe"
        },
        "extractors": []
      },
      {
        "id": "microsoft-edge-extensions",
        "description": "Installed browser extensions",
        "scope": "global",
        "format": "json",
        "pathGlob": {
          "darwin": "${HOME}/Library/Application Support/Microsoft Edge/*/Extensions/*/*/manifest.json",
          "win32": "${LOCALAPPDATA}\\Microsoft\\Edge\\User Data\\*\\Extensions\\*\\*\\manifest.json",
          "linux": "${HOME}/.config/microsoft-edge/*/Extensions/*/*/manifest.json"
        },
        "extractors": [
          {
            "type": "extension-manifest",
            "manifestFormat": "chrome-manifest"
          }
        ]
      },
      {
        "id": "microsoft-edge-native-messaging-hosts",
        "description": "Native-messaging host manifests (per-user)",
        "scope": "global",
        "format": "json",
        "pathGlob": {
          "darwin": "${HOME}/Library/Application Support/Microsoft Edge/NativeMessagingHosts/*.json",
          "linux": "${HOME}/.config/microsoft-edge/NativeMessagingHosts/*.json"
        },
        "extractors": [
          {
            "type": "native-messaging-host"
          }
        ]
      },
      {
        "id": "microsoft-edge-native-messaging-hosts-system",
        "description": "Native-messaging host manifests (system-wide)",
        "scope": "global",
        "format": "json",
        "pathGlob": {
          "darwin": "/Library/Microsoft/Edge/NativeMessagingHosts/*.json",
          "linux": "/etc/opt/edge/native-messaging-hosts/*.json"
        },
        "extractors": [
          {
            "type": "native-messaging-host"
          }
        ]
      }
    ],
    "updatedAt": "2026-09-02T18:21:41.256Z",
    "risk": {
      "score": 10,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}