{
  "entry": {
    "kind": "agent",
    "slug": "chromium",
    "name": "Chromium",
    "vendor": "The Chromium Project",
    "description": "Open-source browser project that powers Chrome",
    "website": "https://www.chromium.org/",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "browser",
    "configFiles": [
      {
        "id": "chromium-app",
        "description": "Installed application (presence)",
        "scope": "global",
        "format": "plist",
        "paths": {
          "darwin": "/Applications/Chromium.app/Contents/Info.plist"
        },
        "extractors": []
      },
      {
        "id": "chromium-extensions",
        "description": "Installed browser extensions",
        "scope": "global",
        "format": "json",
        "pathGlob": {
          "darwin": "${HOME}/Library/Application Support/Chromium/*/Extensions/*/*/manifest.json",
          "win32": "${LOCALAPPDATA}\\Chromium\\User Data\\*\\Extensions\\*\\*\\manifest.json",
          "linux": "${HOME}/.config/chromium/*/Extensions/*/*/manifest.json"
        },
        "extractors": [
          {
            "type": "extension-manifest",
            "manifestFormat": "chrome-manifest"
          }
        ]
      },
      {
        "id": "chromium-native-messaging-hosts",
        "description": "Native-messaging host manifests (per-user)",
        "scope": "global",
        "format": "json",
        "pathGlob": {
          "darwin": "${HOME}/Library/Application Support/Chromium/NativeMessagingHosts/*.json",
          "linux": "${HOME}/.config/chromium/NativeMessagingHosts/*.json"
        },
        "extractors": [
          {
            "type": "native-messaging-host"
          }
        ]
      },
      {
        "id": "chromium-native-messaging-hosts-system",
        "description": "Native-messaging host manifests (system-wide)",
        "scope": "global",
        "format": "json",
        "pathGlob": {
          "darwin": "/Library/Application Support/Chromium/NativeMessagingHosts/*.json",
          "linux": "/etc/chromium/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": []
  }
}