README.md
pyproject.toml
phantom/__init__.py
phantom/audit.py
phantom/bytecode.py
phantom/cache.py
phantom/cli.py
phantom/core.py
phantom/differ.py
phantom/errors.py
phantom/models.py
phantom/registry.py
phantom/risk.py
phantom/sourcemaps.py
phantom/spans.py
phantom/ecosystems/__init__.py
phantom/ecosystems/base.py
phantom/ecosystems/forges.py
phantom/ecosystems/npm.py
phantom/ecosystems/pypi.py
phantom/normalizers/__init__.py
phantom/normalizers/base.py
phantom/normalizers/python_ast.py
phantom/normalizers/raw.py
phantom/report/__init__.py
phantom/report/json.py
phantom/report/sarif.py
phantom/report/table.py
phantom_scan.egg-info/PKG-INFO
phantom_scan.egg-info/SOURCES.txt
phantom_scan.egg-info/dependency_links.txt
phantom_scan.egg-info/entry_points.txt
phantom_scan.egg-info/requires.txt
phantom_scan.egg-info/top_level.txt
tests/test_audit.py
tests/test_bytecode.py
tests/test_cli.py
tests/test_forges.py
tests/test_network.py
tests/test_normalizer.py
tests/test_npm.py
tests/test_pypi.py
tests/test_reports.py
tests/test_risk.py
tests/test_scan.py
tests/test_sourcemaps.py
tests/test_spans.py