- Introduced AGENTS.md, README.md, TASKS.md, and implementation_plan.md for Vexer, detailing mission, responsibilities, key components, and operational notes. - Established similar documentation structure for Vulnerability Explorer and Zastava modules, including their respective workflows, integrations, and observability notes. - Created risk scoring profiles documentation outlining the core workflow, factor model, governance, and deliverables. - Ensured all modules adhere to the Aggregation-Only Contract and maintain determinism and provenance in outputs.
1.4 KiB
1.4 KiB
Entry-Point Documentation Index
The entry-point detection system is now split into focused guides. Use this index to navigate the individual topics.
| Topic | Document |
|---|---|
| Problem statement & architecture overview | entrypoint-problem.md |
| Static resolver (OCI layers, wrappers, scoring) | entrypoint-static-analysis.md |
| Dynamic resolver / Observational Exec Graph | entrypoint-dynamic-analysis.md |
| ShellFlow script analysis | entrypoint-shell-analysis.md |
| Runtime detector contracts & calibration | entrypoint-runtime-overview.md |
| Java heuristics | entrypoint-lang-java.md |
| .NET heuristics | entrypoint-lang-dotnet.md |
| Node.js heuristics | entrypoint-lang-node.md |
| Python heuristics | entrypoint-lang-python.md |
| PHP-FPM heuristics | entrypoint-lang-phpfpm.md |
| Ruby heuristics | entrypoint-lang-ruby.md |
| Go heuristics | entrypoint-lang-go.md |
| Rust heuristics | entrypoint-lang-rust.md |
| C/C++ heuristics | entrypoint-lang-ccpp.md |
| Nginx heuristics | entrypoint-lang-nginx.md |
| Deno heuristics | entrypoint-lang-deno.md |
| Elixir / Erlang (BEAM) heuristics | entrypoint-lang-elixir.md |
| Supervisor classification | entrypoint-lang-supervisor.md |
Looking for historical context? The unified write-up previously in
entrypoint2.mdandentrypoint-lang-detection.mdhas been decomposed into the files above for easier maintenance.