Entry-Point Runtime — Rust

Heuristics the Stella Ops scanner uses to classify a container entry point as a Rust binary, plus the evidence it attaches and the edge cases it guards against. For the shared detector contracts, scoring, and calibration, see the Runtime Detector Overview. Like Go, Rust ships as a compiled binary, so this detector leans on ELF/DWARF traits and Cargo artefacts rather than package manifests.

Signals to gather

Implementation notes

Evidence & scoring

Edge cases