eventhouse-cli

Warn

Audited by Socket on Sep 11, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
scripts/create-table-and-ingest.ps1

The code is an administrative Azure Data Explorer utility, not apparent malware. Its primary security issue is unsanitized interpolation of $BlobUri into a Kusto management command, which can enable Kusto command injection when the parameter is attacker-controlled. Unrestricted $ClusterUri also permits directing authenticated requests to an unintended endpoint. Validate the cluster against an allowlist, require and validate an https Azure Blob URI, and safely construct or escape the Kusto command before use.

Confidence: 96%Severity: 66%
AnomalyLOW
scripts/set-policies.sh

The code appears to be a legitimate administrative script, not malware. It safely constructs the JSON transport body, but it does not validate or escape values embedded in Kusto commands. Untrusted table or policy arguments could modify the intended management command, and the unrestricted cluster URI could redirect authenticated requests. Inputs should be constrained to expected formats and the cluster URI should be allowlisted before use.

Confidence: 97%Severity: 53%
Audit Metadata
Analyzed At
Sep 11, 2026, 01:45 PM
Package URL
pkg:socket/skills-sh/microsoft%2Fskills-for-fabric%2Feventhouse-cli%2F@70bc067e5cdbc3cd8c9003f9985a8b54938be68c1ec89398be51a16cf86098f2
Security Audit — socket — eventhouse-cli