LICENSE
README.md
pyproject.toml
src/reachscan/__init__.py
src/reachscan/call_graph.py
src/reachscan/cli.py
src/reachscan/py_entry_points.py
src/reachscan/reachability.py
src/reachscan/scanner.py
src/reachscan/schema.py
src/reachscan/source_loader.py
src/reachscan/ts_entry_points.py
src/reachscan/utils.py
src/reachscan.egg-info/PKG-INFO
src/reachscan.egg-info/SOURCES.txt
src/reachscan.egg-info/dependency_links.txt
src/reachscan.egg-info/entry_points.txt
src/reachscan.egg-info/requires.txt
src/reachscan.egg-info/top_level.txt
src/reachscan/analysis/__init__.py
src/reachscan/analysis/finding_enrichment.py
src/reachscan/analysis/impact.py
src/reachscan/detectors/__init__.py
src/reachscan/detectors/autonomy.py
src/reachscan/detectors/base.py
src/reachscan/detectors/dynamic_exec.py
src/reachscan/detectors/file_access.py
src/reachscan/detectors/network.py
src/reachscan/detectors/registry.py
src/reachscan/detectors/secrets.py
src/reachscan/detectors/shell_exec.py
src/reachscan/reporters/__init__.py
src/reachscan/reporters/json_reporter.py
src/reachscan/reporters/text_reporter.py
tests/test_analysis_impact.py
tests/test_autonomy.py
tests/test_call_graph.py
tests/test_dynamic_exec.py
tests/test_exit_codes.py
tests/test_file_access.py
tests/test_network.py
tests/test_py_entry_points.py
tests/test_pypi_loader.py
tests/test_reachability.py
tests/test_scan_target.py
tests/test_scanner_v2_output.py
tests/test_schema.py
tests/test_secrets.py
tests/test_shell_exec.py
tests/test_source_loader.py
tests/test_text_reporter.py
tests/test_ts_entry_points.py