twingate-connectors
Audited by Socket on Sep 9, 2026
2 alerts found:
Anomalyx2No malicious code is present in the provided fragment because it is documentation. The excerpt’s main risk is operational/supply-chain: it instructs users to download and execute an external shell script as root while providing a sensitive service account key JSON, without showing integrity verification (checksum/signature/pinning). This should be mitigated by reviewing the referenced script, pinning to an immutable revision, and verifying integrity/provenance before execution; also ensure strict permissions and minimal logging for the service key.
No direct malicious payload behavior is evidenced in the provided README/documentation text, but the described installation model has significant supply-chain and security posture risks: remote scripts are executed as root using a curl-to-bash pattern without documented integrity verification, and the deployment adds durable boot-hook persistence while running a high-privilege container with host networking. Full assurance requires reviewing the actual setup.sh/update.sh/uninstall.sh and boot-hook script contents for secret handling, network destinations, and any unexpected persistence or data movement.