workspace-services
Warn
Audited by Socket on Mar 27, 2026
1 alert found:
AnomalyAnomalyscripts/services.sh
LOWAnomalyLOW
scripts/services.sh
Best overall finding across the provided reports is consistent: this script is primarily a workspace orchestrator, but it contains a critical security primitive—eval of workspace-level start-all/stop-all commands read from CONFIG_FILE. If an attacker can tamper with CONFIG_FILE (or the helper functions that supply it), they can achieve arbitrary command execution. Additionally, it runs npm dev/start scripts from configured project directories, which will execute whatever code those repositories/scripts define. No direct exfiltration/credential theft behavior is visible in this snippet.
Confidence: 71%Severity: 60%
Audit Metadata