{
  "entry": {
    "kind": "skill",
    "slug": "appinsights-instrumentation",
    "name": "App Insights Instrumentation",
    "vendor": "Microsoft",
    "description": "Guides Azure Application Insights SDK setup for web applications — adding the SDK, configuring sampling and correlation, and wiring custom telemetry.\n\nIt reads and writes project files. The risk it introduces is downstream rather than immediate: instrumentation decides what leaves your application as telemetry, and an over-eager configuration can ship request bodies, headers, or user identifiers to a monitoring backend. Review what the generated configuration actually captures, not just that it compiles.",
    "website": "https://github.com/microsoft",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [
      "filesystem:read",
      "filesystem:write"
    ],
    "packaging": null,
    "configFiles": null,
    "category": "devops",
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 20,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        },
        {
          "id": "high-risk-capabilities",
          "kind": "capability",
          "label": "1 high-risk capability: filesystem:write",
          "contribution": 10
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}