Incident Scoping Via Reproducible Download Measurement
Sources: 1 • Confidence: Medium • Updated: 2026-03-26 03:27
Key takeaways
- Exposure to the compromised LiteLLM releases was estimated by querying the BigQuery PyPI dataset for downloads during the time window when the affected versions were live on PyPI.
- During the 46-minute period when the exploited LiteLLM packages were live on PyPI, versions 1.82.7 and 1.82.8 were downloaded 46,996 times.
- Eighty-eight percent of packages that depend on LiteLLM did not pin versions in a way that would have avoided the exploited version.
Sections
Incident Scoping Via Reproducible Download Measurement
- Exposure to the compromised LiteLLM releases was estimated by querying the BigQuery PyPI dataset for downloads during the time window when the affected versions were live on PyPI.
Blast Radius Indicator: High Download Velocity During Compromised Window
- During the 46-minute period when the exploited LiteLLM packages were live on PyPI, versions 1.82.7 and 1.82.8 were downloaded 46,996 times.
Ecosystem Susceptibility: Non-Defensive Dependency Version Constraints
- Eighty-eight percent of packages that depend on LiteLLM did not pin versions in a way that would have avoided the exploited version.
Unknowns
- What was the exact BigQuery query (tables, filters, and time bounds) used to compute the download estimate, and can it be reproduced exactly?
- How many of the counted downloads correspond to unique installs or unique downstream environments (as opposed to repeated CI downloads or mirroring behavior)?
- What specific exploit or malicious behavior was present in the compromised LiteLLM versions, and what conditions were required for it to execute?
- How was the dependent package set defined and collected for the 88% version-pinning statistic (e.g., direct vs transitive dependents, source of dependency graph)?
- What exact constraint patterns were classified as "would have avoided the exploited version," and were common specifiers (ranges, compatible release operators) treated consistently?