Report security vulnerabilities to nikolasmarkou@gmail.com.
- All dependencies are constrained in
pyproject.tomlwith upper bounds - Known-compromised versions are explicitly excluded (
!=specifiers) - CI runs
.pthfile auditing on every build constraints.txtpins exact dependency versions for dev/CI reproducibility
# Audit for malicious .pth files
make audit
# Verify installed litellm version
pip show litellm | grep Versionlitellm versions 1.82.7 and 1.82.8 contained credential-stealing malware injected via
.pth file. See CHANGELOG.md for details and remediation steps.