{
  "entry": {
    "kind": "agent",
    "slug": "pochi",
    "name": "Pochi",
    "vendor": "Pochi",
    "description": "AI coding agent (skills-capable; detected via its skills directory)",
    "website": "https://getpochi.com",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "cli",
    "configFiles": [
      {
        "id": "pochi-project-skill",
        "description": "Pochi project skills",
        "scope": "project",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${PROJECT}\\.pochi\\skills\\*\\SKILL.md",
          "darwin": "${PROJECT}/.pochi/skills/*/SKILL.md",
          "linux": "${PROJECT}/.pochi/skills/*/SKILL.md"
        },
        "extractors": [
          {
            "type": "skill-frontmatter",
            "scope": "project"
          }
        ]
      },
      {
        "id": "pochi-user-skill",
        "description": "Pochi skills (user-scope)",
        "scope": "global",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${USERPROFILE}\\.pochi\\skills\\*\\SKILL.md",
          "darwin": "${HOME}/.pochi/skills/*/SKILL.md",
          "linux": "${HOME}/.pochi/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": []
  }
}