harness

Warn

Audited by Socket on Mar 29, 2026

2 alerts found:

AnomalySecurity
AnomalyLOW
scripts/orchestrate.sh

This is primarily a workflow/orchestration wrapper with no direct malicious behavior visible in the shown code. The main supply-chain/security concern is that user-controlled task text flows into subprocess invocations (route-task.sh and spawn-agent.sh) and is also embedded into a YAML state file without escaping, increasing the chance of downstream injection, unintended actions, or state-parsing failures depending on helper-script implementations. Treat this as moderate risk until the referenced helper scripts are reviewed for unsafe command construction, eval/dynamic execution, and any data exfiltration behavior.

Confidence: 62%Severity: 50%
SecurityMEDIUM
scripts/bridge.sh

No overt malware payload (network exfiltration, credential theft, reverse shells, or persistence) is present in this fragment. However, the script repeatedly executes dynamically generated python3 code where CLI arguments are directly interpolated into Python source (including into string-literal contexts). If any of these parameters can be influenced by an attacker, this provides a plausible arbitrary-code-execution vector in the harness runtime, making the module a high supply-chain security risk in realistic CI/pipeline threat models. Additionally, JSON parsing via grep/sed is fragile and stdout embeds raw values, increasing integrity/operational impact.

Confidence: 70%Severity: 78%
Audit Metadata
Analyzed At
Mar 29, 2026, 05:57 PM
Package URL
pkg:socket/skills-sh/jkf87%2Fopenclaw-harness%2Fharness%2F@53e01729686577a846755063764c910a38bb9bbd
Security Audit — socket — harness