LICENSE
README.md
pyproject.toml
scan_litellm_compromise/__init__.py
scan_litellm_compromise/__main__.py
scan_litellm_compromise/config.py
scan_litellm_compromise/discovery.py
scan_litellm_compromise/ecosystem_base.py
scan_litellm_compromise/ecosystem_npm.py
scan_litellm_compromise/ecosystem_pypi.py
scan_litellm_compromise/formatting.py
scan_litellm_compromise/ioc_scanner.py
scan_litellm_compromise/ioc_windows.py
scan_litellm_compromise/models.py
scan_litellm_compromise/platform_darwin.py
scan_litellm_compromise/platform_linux.py
scan_litellm_compromise/platform_policy.py
scan_litellm_compromise/platform_windows.py
scan_litellm_compromise/report.py
scan_litellm_compromise/scanner.py
scan_litellm_compromise/source_scanner.py
scan_litellm_compromise/threat_profile.py
scan_litellm_compromise/version_checker.py
scan_litellm_compromise.egg-info/PKG-INFO
scan_litellm_compromise.egg-info/SOURCES.txt
scan_litellm_compromise.egg-info/dependency_links.txt
scan_litellm_compromise.egg-info/entry_points.txt
scan_litellm_compromise.egg-info/requires.txt
scan_litellm_compromise.egg-info/top_level.txt
scan_litellm_compromise/threats/axios-2026-03.toml
scan_litellm_compromise/threats/litellm-2026-03.toml
tests/test_cli_args.py
tests/test_compromised_version_logic.py
tests/test_ioc_artifact_detection.py
tests/test_metadata_discovery.py
tests/test_platform_policy.py
tests/test_regex_patterns.py
tests/test_report_formatting.py
tests/test_source_file_scanning.py
tests/test_source_pattern_matching.py
tests/test_version_extraction.py