oracle-soul-sync-update
Audited by Socket on Mar 1, 2026
1 alert found:
SecurityThis is a convenience updater that performs dynamic, runtime installation of an external CLI package from a GitHub repo. The code itself is not overtly malicious, but it employs a high-risk supply-chain pattern: fetching the latest tag at runtime and installing that artifact globally without integrity verification or pinned commits. The primary recommendations: avoid automated/unattended installs, pin to specific commits or signed releases, verify checksums or signatures before installing, prefer non-global installations or sandboxing, and require explicit human approval before restarting an agent to load third-party code. Treat this as a moderate supply-chain risk and apply hardening before use.