{
  "entry": {
    "kind": "agent",
    "slug": "scion",
    "name": "Scion",
    "vendor": "Google",
    "description": "Google multi-agent orchestration testbed — hypervisor for AI agents with isolated identities",
    "website": "https://googlecloudplatform.github.io/scion/",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "ai-agent",
    "configFiles": [
      {
        "id": "scion-user-config",
        "description": "User-level Scion configuration",
        "scope": "global",
        "format": "yaml",
        "paths": {
          "win32": "${USERPROFILE}\\.scion\\config.yaml",
          "darwin": "${HOME}/.scion/config.yaml",
          "linux": "${HOME}/.scion/config.yaml"
        },
        "extractors": [
          "env-vars"
        ]
      },
      {
        "id": "scion-grove",
        "description": "Scion grove (project) definition",
        "scope": "project",
        "format": "yaml",
        "paths": {
          "win32": "${PROJECT}\\.scion\\grove.yaml",
          "darwin": "${PROJECT}/.scion/grove.yaml",
          "linux": "${PROJECT}/.scion/grove.yaml"
        },
        "extractors": [
          "env-vars"
        ]
      },
      {
        "id": "scion-harness",
        "description": "Scion harness definition (agent adapters)",
        "scope": "project",
        "format": "yaml",
        "paths": {
          "win32": "${PROJECT}\\.scion\\harness.yaml",
          "darwin": "${PROJECT}/.scion/harness.yaml",
          "linux": "${PROJECT}/.scion/harness.yaml"
        },
        "extractors": [
          "env-vars"
        ]
      }
    ],
    "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": []
  }
}