{
  "entry": {
    "kind": "agent",
    "slug": "cline",
    "name": "Cline",
    "vendor": "Saoud Rizwan",
    "description": "Open-source AI coding agent for VS Code with MCP support",
    "website": "https://cline.bot",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "ide-extension",
    "configFiles": [
      {
        "id": "cline-global-mcp",
        "description": "Global MCP settings (any IDE host — Cline runs inside VS Code, Cursor, Kiro, Windsurf, …)",
        "scope": "global",
        "format": "json",
        "pathGlob": {
          "win32": "${APPDATA}\\{Code,Code - Insiders,Cursor,Kiro,Windsurf,VSCodium,Trae}\\User\\globalStorage\\saoudrizwan.claude-dev\\settings\\cline_mcp_settings.json",
          "darwin": "${HOME}/Library/Application Support/{Code,Code - Insiders,Cursor,Kiro,Windsurf,VSCodium,Trae}/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json",
          "linux": "${HOME}/.config/{Code,Code - Insiders,Cursor,Kiro,Windsurf,VSCodium,Trae}/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json"
        },
        "extractors": [
          "mcp-servers",
          "env-vars",
          "tool-scopes"
        ]
      },
      {
        "id": "cline-project-rules",
        "description": "Project rules (.clinerules/ directory — Markdown/text)",
        "scope": "project",
        "format": "markdown",
        "pathGlob": {
          "win32": "${PROJECT}\\.clinerules\\*.md",
          "darwin": "${PROJECT}/.clinerules/*.md",
          "linux": "${PROJECT}/.clinerules/*.md"
        },
        "extractors": [
          "instructions"
        ]
      },
      {
        "id": "cline-project-rules-file",
        "description": "Legacy single-file project rules (.clinerules)",
        "scope": "project",
        "format": "markdown",
        "paths": {
          "win32": "${PROJECT}\\.clinerules",
          "darwin": "${PROJECT}/.clinerules",
          "linux": "${PROJECT}/.clinerules"
        },
        "extractors": [
          "instructions"
        ]
      },
      {
        "id": "cline-user-rules",
        "description": "Global Cline rules (~/Documents/Cline/Rules)",
        "scope": "global",
        "format": "markdown",
        "pathGlob": {
          "win32": "${USERPROFILE}\\Documents\\Cline\\Rules\\*.md",
          "darwin": "${HOME}/Documents/Cline/Rules/*.md",
          "linux": "${HOME}/Documents/Cline/Rules/*.md"
        },
        "extractors": [
          "instructions"
        ]
      },
      {
        "id": "cline-project-skills",
        "description": "Project skills (.cline/skills)",
        "scope": "project",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${PROJECT}\\.cline\\skills\\*\\SKILL.md",
          "darwin": "${PROJECT}/.cline/skills/*/SKILL.md",
          "linux": "${PROJECT}/.cline/skills/*/SKILL.md"
        },
        "extractors": [
          "skill-frontmatter"
        ]
      },
      {
        "id": "cline-project-skills-agents",
        "description": "Project skills (cross-tool .agents/skills convention)",
        "scope": "project",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${PROJECT}\\.agents\\skills\\*\\SKILL.md",
          "darwin": "${PROJECT}/.agents/skills/*/SKILL.md",
          "linux": "${PROJECT}/.agents/skills/*/SKILL.md"
        },
        "extractors": [
          "skill-frontmatter"
        ]
      },
      {
        "id": "cline-user-skills",
        "description": "User-scope Cline skills (~/.cline/skills)",
        "scope": "global",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${USERPROFILE}\\.cline\\skills\\*\\SKILL.md",
          "darwin": "${HOME}/.cline/skills/*/SKILL.md",
          "linux": "${HOME}/.cline/skills/*/SKILL.md"
        },
        "extractors": [
          "skill-frontmatter"
        ]
      }
    ],
    "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": []
  }
}