appinsights-instrumentation
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install official telemetry libraries from Microsoft's public registries and to add the official Azure CLI extension for Application Insights.
- Evidence: References
npm install @azure/monitor-opentelemetryinreferences/NODEJS.md. - Evidence: References
pip install azure-monitor-opentelemetryinreferences/PYTHON.md. - Evidence: References
az extension add -n application-insightsinscripts/appinsights.ps1. - [COMMAND_EXECUTION]: The skill uses standard CLI tools to manage application configurations and cloud resources, following established development workflows.
- Evidence: Commands such as
az monitor log-analytics workspace createandaz webapp config appsettings setare used inscripts/appinsights.ps1to configure the Azure environment. - [DATA_EXFILTRATION]: The skill provides instructions for managing sensitive connection strings by retrieving them through official authenticated channels (Azure CLI) and storing them in appropriate locations like environment variables or Infrastructure-as-Code templates.
- Evidence: Instructions in
references/ASPNETCORE.md,references/NODEJS.md, andreferences/PYTHON.mdguide the user to query the connection string and apply it as an environment variable without hardcoding or external transmission.
Audit Metadata