App Insights Instrumentation ↗
App Insights Instrumentation is an officially published skill from Microsoft. Anomity scores its risk at 20 out of 100 (low).
Analysis summary
App Insights Instrumentation is an officially published skill from Microsoft. Anomity scores its risk at 20 out of 100 (low).
Guides Azure Application Insights SDK setup for web applications — adding the SDK, configuring sampling and correlation, and wiring custom telemetry.
It 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.
Why this entry scored 20 out of 100
This profile starts at the catalog's neutral base of 50. Because the entry is officially published, trust adjusts the score by -40. Declared high-risk capabilities add +10 (capped at +30). It matches no dangerous capability combinations. The clamped result is 20, placing it in the low band.
Findings
-
Published by the vendor Trust offset
-
1 high-risk capability: filesystem:write High
Capabilities
Every capability the entry declares, with the security implication of each.
-
filesystem:readFilesystem readCan read files on the host system. Used for context, indexing, or analysis. -
filesystem:writeFilesystem writeCan create, edit, or delete files on the host system. High-impact capability — anything from helpful edits to planting persistence.