{
  "entry": {
    "kind": "extension",
    "slug": "pieces-for-developers",
    "name": "Pieces for Developers",
    "vendor": "Pieces",
    "description": "Pieces captures snippets, context, and workflow history into a local repository an assistant can draw on, with a long-term memory feature that records what you were working on across applications.\n\nIt reads and writes local storage and reaches the network for model calls, so it declares filesystem read and write with outbound network. The memory feature is the reason it is worth reviewing carefully rather than installing casually: a tool that continuously records developer activity across applications builds a detailed corpus of what was on screen, which is valuable to the developer and would be equally valuable to an attacker who reached the machine.",
    "website": "https://pieces.app",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "community",
    "capabilities": [
      "filesystem:read",
      "filesystem:write",
      "network:outbound"
    ],
    "packaging": {
      "manager": "vsix",
      "packageName": "MeshIntelligentTechnologiesInc.pieces-vscode"
    },
    "configFiles": null,
    "category": null,
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 50,
      "band": "medium",
      "signals": [
        {
          "id": "trust-community",
          "kind": "trust",
          "label": "Established community project",
          "contribution": -10
        },
        {
          "id": "high-risk-capabilities",
          "kind": "capability",
          "label": "1 high-risk capability: filesystem:write",
          "contribution": 10
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}