Entry-Point Detection — Documentation Index

Stella Ops resolves every container image (and running container) to the single logical program it actually runs, with auditable evidence for each step. This is the entry point to that subsystem’s documentation. Engineers and operators integrating with EntryTrace, debugging a reduction, or extending a runtime detector should start here and jump to the focused guide they need.

Core guides

TopicDocument
Problem statement & dual-mode architectureentrypoint-problem.md
Static resolver (OCI layers, wrappers, scoring)entrypoint-static-analysis.md
Dynamic resolver / Observational Exec Graphentrypoint-dynamic-analysis.md
ShellFlow script reductionentrypoint-shell-analysis.md
Runtime detector contracts & calibrationentrypoint-runtime-overview.md
Semantic analysis (intent, capabilities, threats)entrypoint-semantic.md
Heuristic review cadenceentrytrace-cadence.md

Runtime-family heuristics

RuntimeDocument
Javaentrypoint-lang-java.md
.NET / C#entrypoint-lang-dotnet.md
Node.jsentrypoint-lang-node.md
Pythonentrypoint-lang-python.md
PHP-FPMentrypoint-lang-phpfpm.md
Rubyentrypoint-lang-ruby.md
Goentrypoint-lang-go.md
Rustentrypoint-lang-rust.md
C/C++entrypoint-lang-ccpp.md
Nginxentrypoint-lang-nginx.md
Denoentrypoint-lang-deno.md
Elixir / Erlang (BEAM)entrypoint-lang-elixir.md
Supervisorsentrypoint-lang-supervisor.md

The detection system was decomposed from a single write-up into the focused guides above for easier maintenance. Each guide can be read independently.