nav-start
Warn
Audited by Socket on Sep 18, 2026
1 alert found:
AnomalyAnomalyfunctions/auto_updater.py
LOWAnomalyLOW
functions/auto_updater.py
The fragment is an ordinary auto-updater with no direct evidence of malware or covert data theft. It does introduce meaningful supply-chain risk because it automatically installs the latest GitHub release and fails open when plugin metadata validation encounters a network or parsing error. The update process should use strict validation, fail closed on validation errors, and preferably verify signed or pinned release artifacts. The configurable path write is expected functionality but should be treated as privileged file modification when invoked with an arbitrary path.
Confidence: 97%Severity: 58%
Audit Metadata