{
  "entry": {
    "kind": "agent",
    "slug": "open-interpreter",
    "name": "Open Interpreter",
    "vendor": "Open Interpreter",
    "description": "Terminal-based LLM platform with full system access for code execution",
    "website": "https://openinterpreter.com",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "cli",
    "configFiles": [
      {
        "id": "open-interpreter-profiles",
        "description": "Profile configuration (YAML)",
        "scope": "global",
        "format": "yaml",
        "paths": {
          "win32": "${USERPROFILE}\\.open-interpreter\\default.yaml",
          "darwin": "${HOME}/.open-interpreter/default.yaml",
          "linux": "${HOME}/.open-interpreter/default.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": []
  }
}