orchestrate
Warn
Audited by Socket on Aug 19, 2026
1 alert found:
SecuritySecurityscripts/measurements.ts
MEDIUMSecurityMEDIUM
scripts/measurements.ts
This module contains no clear evidence of stealth malware, credential theft, or covert exfiltration. However, it implements a high-risk supply-chain/automation pattern: it clones an arbitrary git repository/branch and then runs an attacker-controlled command string via bash -c, with only partial environment control. If repoUrl/branch/command (and regex parser config) are not strictly allowlisted and trusted, the module can enable arbitrary code execution as part of the measurement workflow. Dynamic RegExp parsing adds an additional potential denial-of-service risk if regex patterns are untrusted.
Confidence: 78%Severity: 88%
Audit Metadata