{
  "entry": {
    "kind": "agent",
    "slug": "junie-cli",
    "name": "Junie CLI",
    "vendor": "JetBrains",
    "description": "JetBrains standalone coding agent with MCP and allowlists",
    "website": "https://junie.jetbrains.com",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "cli",
    "configFiles": [
      {
        "id": "junie-cli-project-skill",
        "description": "Junie CLI project skills",
        "scope": "project",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${PROJECT}\\.junie\\skills\\*\\SKILL.md",
          "darwin": "${PROJECT}/.junie/skills/*/SKILL.md",
          "linux": "${PROJECT}/.junie/skills/*/SKILL.md"
        },
        "extractors": [
          {
            "type": "skill-frontmatter",
            "scope": "project"
          }
        ]
      },
      {
        "id": "junie-cli-user-skill",
        "description": "Junie CLI skills (user-scope)",
        "scope": "global",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${USERPROFILE}\\.junie\\skills\\*\\SKILL.md",
          "darwin": "${HOME}/.junie/skills/*/SKILL.md",
          "linux": "${HOME}/.junie/skills/*/SKILL.md"
        },
        "extractors": [
          {
            "type": "skill-frontmatter",
            "scope": "user"
          }
        ]
      },
      {
        "id": "junie-global-mcp",
        "description": "Global MCP server configuration",
        "scope": "global",
        "format": "json",
        "paths": {
          "win32": "${USERPROFILE}\\.junie\\mcp\\mcp.json",
          "darwin": "${HOME}/.junie/mcp/mcp.json",
          "linux": "${HOME}/.junie/mcp/mcp.json"
        },
        "extractors": [
          "mcp-servers",
          "env-vars"
        ]
      },
      {
        "id": "junie-allowlist",
        "description": "Allowed commands and patterns",
        "scope": "global",
        "format": "json",
        "paths": {
          "win32": "${USERPROFILE}\\.junie\\allowlist.json",
          "darwin": "${HOME}/.junie/allowlist.json",
          "linux": "${HOME}/.junie/allowlist.json"
        },
        "extractors": [
          "permissions"
        ]
      },
      {
        "id": "junie-project-mcp",
        "description": "Project-level MCP servers",
        "scope": "project",
        "format": "json",
        "paths": {
          "win32": "${PROJECT}\\.junie\\mcp\\mcp.json",
          "darwin": "${PROJECT}/.junie/mcp/mcp.json",
          "linux": "${PROJECT}/.junie/mcp/mcp.json"
        },
        "extractors": [
          "mcp-servers",
          "env-vars"
        ]
      },
      {
        "id": "junie-project-guidelines",
        "description": "Project agent guidelines",
        "scope": "project",
        "format": "markdown",
        "paths": {
          "win32": "${PROJECT}\\.junie\\guidelines.md",
          "darwin": "${PROJECT}/.junie/guidelines.md",
          "linux": "${PROJECT}/.junie/guidelines.md"
        },
        "extractors": [
          "instructions"
        ]
      }
    ],
    "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": []
  }
}