appinsights-instrumentation

Fail

Audited by Runlayer on Feb 22, 2026

Risk Level: HIGH
Scan Summary
Max Score
93%
Files
8
Flagged
7
Chunks
8
Flagged Files (7)
examples/appinsights.bicepHIGH
93.4%

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
92.5%

Malicious tool definition detected

Add the connection string as an environment variable of the running 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

``` "APPLICATIONINSIGHTS_CONNECTION_STRING={your_application_insights_connection_string}" ``` If the app has IaC template such as Bicep or terraform files representing its cloud instance, this environment variable should be added to the IaC template to be applied in each deployment.

references/PYTHON.mdHIGH
78.3%

Malicious tool definition detected

scripts/appinsights.ps1HIGH
78.3%

Malicious tool definition detected

SKILL.mdMEDIUM
63.3%

Tool passed security scan

Passed Files (1)Click to expand
LICENSE.txtOK
24.7%

Tool passed security scan

Audit Metadata
Max File Score
93%
Classification
UNKNOWN_SERVER
Files Scanned
8
Files Flagged
7
Chunks Analyzed
8
Analyzed
Feb 22, 2026, 08:37 AM
Security Audit — runlayer — appinsights-instrumentation