# `Lei.BatchAnalyzer`
[🔗](https://github.com/gtri/lowendinsight/blob/main/lib/lei/batch_analyzer.ex#L1)

Batch SBOM analysis engine.

Analyzes lists of dependencies with parallel cache lookups,
targeting <500ms for 50 dependencies when mostly cached.

# `analyze`

Analyze a batch of dependencies.

Each dependency should be a map with "ecosystem", "package", and "version" keys.
Returns a summary with cached results and pending jobs for cache misses.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
