dx-harness
Warn
Audited by Socket on May 13, 2026
1 alert found:
SecuritySecurityscripts/verify.sh
MEDIUMSecurityMEDIUM
scripts/verify.sh
This fragment is a harness/verification orchestrator rather than a standalone malware payload. Its primary security concern is architectural: it uses eval to execute bootstrap and test command strings derived from fingerprint JSON, and it directly runs reset.sh from the target worktree when present. If fingerprint generation or target repository contents are attacker-influenced, this becomes direct arbitrary command execution in the environment running the verifier. No explicit exfiltration/credential theft is evident in this file alone, so malware likelihood within this snippet is low, but supply-chain execution risk is substantial.
Confidence: 72%Severity: 73%
Audit Metadata