GoLeash enforces per-package capability policies in Go by attributing syscalls to packages via stack traces, achieving 98% detection of synthetic supply chain attacks.
You Can Run But You Can't Hide: Runtime Protection Against Malicious Package Updates For Node.js
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Maliciously prepared software packages are an extensively leveraged weapon for software supply chain attacks. The detection of malicious packages is undoubtedly of high priority and many academic and commercial approaches have been developed. In the inevitable case of an attack, one needs resilience against malicious code. To this end, we present a runtime protection for Node.js that automatically limits a package's capabilities to an established minimum. The detection of required capabilities as well as their enforcement at runtime has been implemented and evaluated against known malicious attacks. Our approach was able to prevent 9/10 historic attacks with a median install-time overhead of less than 0.6 seconds and a median runtime overhead of less than 0.2 seconds.
fields
cs.CR 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
GoLeash: Mitigating Golang Software Supply Chain Attacks with Runtime Policy Enforcement
GoLeash enforces per-package capability policies in Go by attributing syscalls to packages via stack traces, achieving 98% detection of synthetic supply chain attacks.