{
  "entry": {
    "kind": "agent",
    "slug": "docker-model-runner",
    "name": "Docker Model Runner",
    "vendor": "Docker",
    "description": "Docker Desktop local LLM runtime — serves OCI-packaged models via an unauthenticated OpenAI-compatible API on localhost:12434",
    "website": "https://docs.docker.com/ai/model-runner/",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "desktop-app",
    "configFiles": [
      {
        "id": "docker-model-runner-plugin",
        "description": "Docker Model CLI plugin (presence = Model Runner tooling installed)",
        "scope": "global",
        "format": "binary",
        "paths": {
          "win32": "${USERPROFILE}\\.docker\\cli-plugins\\docker-model.exe",
          "darwin": "${HOME}/.docker/cli-plugins/docker-model",
          "linux": "${HOME}/.docker/cli-plugins/docker-model"
        },
        "extractors": []
      },
      {
        "id": "docker-model-runner-plugin-programfiles",
        "description": "Docker CLI plugin in the Docker Desktop install dir (Windows)",
        "scope": "global",
        "format": "binary",
        "paths": {
          "win32": "${PROGRAMFILES}\\Docker\\Docker\\resources\\cli-plugins\\docker-model.exe"
        },
        "extractors": []
      },
      {
        "id": "docker-model-runner-models-index",
        "description": "Local model store index (models pulled via docker model)",
        "scope": "global",
        "format": "json",
        "paths": {
          "win32": "${USERPROFILE}\\.docker\\models\\models.json",
          "darwin": "${HOME}/.docker/models/models.json",
          "linux": "${HOME}/.docker/models/models.json"
        },
        "extractors": []
      }
    ],
    "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": []
  }
}