Operational Runtime Behavior Mining for Open-Source Supply Chain Security
By: Zhuoran Tan , Ke Xiao , Jeremy Singer and more
Potential Business Impact:
Finds hidden dangers in shared computer code.
Open-source software (OSS) is a critical component of modern software systems, yet supply chain security remains challenging in practice due to unavailable or obfuscated source code. Consequently, security teams often rely on runtime observations collected from sandboxed executions to investigate suspicious third-party components. We present HeteroGAT-Rank, an industry-oriented runtime behavior mining system that supports analyst-in-the-loop supply chain threat investigation. The system models execution-time behaviors of OSS packages as lightweight heterogeneous graphs and applies attention-based graph learning to rank behavioral patterns that are most relevant for security analysis. Rather than aiming for fully automated detection, HeteroGAT-Rank surfaces actionable runtime signals - such as file, network, and command activities - to guide manual investigation and threat hunting. To operate at ecosystem scale, the system decouples offline behavior mining from online analysis and integrates parallel graph construction for efficient processing across multiple ecosystems. An evaluation on a large-scale OSS execution dataset shows that HeteroGAT-Rank effectively highlights meaningful and interpretable behavioral indicators aligned with real-world vulnerability and attack trends, supporting practical security workflows under realistic operational constraints.
Similar Papers
An LLM-based Quantitative Framework for Evaluating High-Stealthy Backdoor Risks in OSS Supply Chains
Software Engineering
Finds hidden dangers in shared computer code.
An Ontology-Based Approach to Security Risk Identification of Container Deployments in OT Contexts
Software Engineering
Finds security problems in computer programs for factories.
Cargo Sherlock: An SMT-Based Checker for Software Trust Costs
Logic in Computer Science
Finds safe code in computer programs.