git-ci
Audited by Socket on Aug 24, 2026
2 alerts found:
Anomalyx2This JSON fragment does not itself contain clear malware or data-theft logic; it is declarative configuration. However, it sets up remote execution via SSH and runs a specific server binary on the target using sudo and a persistent state directory. That combination is inherently high-impact if SSH_TARGET or the deployment integrity of /opt/git-ci/gci is compromised, so the security posture depends heavily on strict validation and artifact integrity beyond this snippet.
No direct malicious behavior (exfiltration/backdoor logic) is evident in this wrapper’s own code. However, the script implements a high-impact supply-chain trust boundary by downloading a shell installer from a public URL at runtime and executing it on the remote host with system/service intent, without integrity pinning or verification visible in this snippet. This should be treated as a significant integrity risk; the installer source and authenticity verification must be reviewed/strengthened.