appinsights-instrumentation

Warn

Audited by Runlayer on Feb 21, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
12
Flagged
12
Chunks
12
Flagged Files (12)
LICENSE.txtHIGH
78.3%

Malicious tool definition detected

Tool: LICENSE.txt Description: MIT License Copyright 2025 (c) Microsoft Corporation.

SKILL.mdHIGH
78.3%

Malicious tool definition detected

Tool: SKILL.md Description: --- name: appinsights-instrumentation description: | Guidance for instrumenting webapps with Azure Application Insights.

examples/appinsights.bicepHIGH
78.3%

Malicious tool definition detected

Tool: examples/appinsights.bicep Description: @description('Location for all resources') param location string = resourceGroup().location @description('Name for new Application Insights') param name string // Create Log Analytics Workspace resource logAnalyticsWorkspace 'Microsoft.OperationalInsights/workspaces@2022-10-01' = { name: '${name}-workspace' location: location properties: { sku: { name: 'PerGB2018' }

references/aspnetcore.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/aspnetcore.md Description: ## Modify code Make these necessary changes to the app.

references/auto.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/auto.md Description: # Auto-instrument app Use Azure Portal to auto-instrument a webapp hosted in Azure App Service for App Insights without making any code changes.

references/nodejs.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/nodejs.md Description: ## Modify code Make these necessary changes to the app.

references/python.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/python.md Description: ## Modify code Make these necessary changes to the app.

references/sdk/azure-monitor-opentelemetry-exporter-java.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/sdk/azure-monitor-opentelemetry-exporter-java.md Description: # Azure Monitor OpenTelemetry Exporter — Java SDK Quick Reference > Condensed from **azure-monitor-opentelemetry-exporter-java**.

references/sdk/azure-monitor-opentelemetry-exporter-py.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/sdk/azure-monitor-opentelemetry-exporter-py.md Description: # Azure Monitor OpenTelemetry Exporter — Python SDK Quick Reference > Condensed from **azure-monitor-opentelemetry-exporter-py**.

references/sdk/azure-monitor-opentelemetry-py.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/sdk/azure-monitor-opentelemetry-py.md Description: # Azure Monitor OpenTelemetry — Python SDK Quick Reference > Condensed from **azure-monitor-opentelemetry-py**.

references/sdk/azure-monitor-opentelemetry-ts.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/sdk/azure-monitor-opentelemetry-ts.md Description: # Azure Monitor OpenTelemetry — TypeScript SDK Quick Reference > Condensed from **azure-monitor-opentelemetry-ts**.

scripts/appinsights.ps1HIGH
78.3%

Malicious tool definition detected

Tool: scripts/appinsights.ps1 Description: # Create App Insights resource (3 steps) ## Add the Application Insights extension az extension add -n application-insights ## Create a Log Analytics workspace az monitor log-analytics workspace create --resource-group $resourceGroupName --workspace-name $logAnalyticsWorkspaceName --location $azureRegionName ## Create the Application Insights resource az monitor app-insights component create --app $applicationInsightsResourceName --location $azureRegion

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
12
Files Flagged
12
Chunks Analyzed
12
Analyzed
Feb 21, 2026, 04:21 AM
Security Audit — runlayer — appinsights-instrumentation