{
  "entry": {
    "kind": "agent",
    "slug": "zencoder",
    "name": "Zencoder",
    "vendor": "Zencoder",
    "description": "Zencoder AI coding agent (Zencoder/Zenflow)",
    "website": "https://zencoder.ai",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "ide-extension",
    "configFiles": [
      {
        "id": "zencoder-project-skill",
        "description": "Zencoder project skills",
        "scope": "project",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${PROJECT}\\.zencoder\\skills\\*\\SKILL.md",
          "darwin": "${PROJECT}/.zencoder/skills/*/SKILL.md",
          "linux": "${PROJECT}/.zencoder/skills/*/SKILL.md"
        },
        "extractors": [
          {
            "type": "skill-frontmatter",
            "scope": "project"
          }
        ]
      },
      {
        "id": "zencoder-user-skill",
        "description": "Zencoder skills (user-scope)",
        "scope": "global",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${USERPROFILE}\\.zencoder\\skills\\*\\SKILL.md",
          "darwin": "${HOME}/.zencoder/skills/*/SKILL.md",
          "linux": "${HOME}/.zencoder/skills/*/SKILL.md"
        },
        "extractors": [
          {
            "type": "skill-frontmatter",
            "scope": "user"
          }
        ]
      }
    ],
    "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": []
  }
}