CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/keygate/__init__.py
src/keygate/cli.py
src/keygate/config.py
src/keygate/models.py
src/keygate.egg-info/PKG-INFO
src/keygate.egg-info/SOURCES.txt
src/keygate.egg-info/dependency_links.txt
src/keygate.egg-info/entry_points.txt
src/keygate.egg-info/requires.txt
src/keygate.egg-info/top_level.txt
src/keygate/diff/__init__.py
src/keygate/diff/parser.py
src/keygate/formatters/__init__.py
src/keygate/formatters/json.py
src/keygate/formatters/text.py
src/keygate/hook/__init__.py
src/keygate/hook/installer.py
src/keygate/policy/__init__.py
src/keygate/policy/allowlist.py
src/keygate/policy/baseline.py
src/keygate/policy/inline.py
src/keygate/scanner/__init__.py
src/keygate/scanner/context.py
src/keygate/scanner/entropy.py
src/keygate/scanner/rules.py
src/keygate/scanner/scoring.py
tests/__init__.py
tests/conftest.py
tests/benchmark/__init__.py
tests/benchmark/benchmark.py
tests/test_cli/__init__.py
tests/test_cli/test_module_run.py
tests/test_cli/test_scan_output.py
tests/test_diff/__init__.py
tests/test_diff/test_parser.py
tests/test_formatters/__init__.py
tests/test_formatters/test_json.py
tests/test_formatters/test_text.py
tests/test_hook/__init__.py
tests/test_hook/test_installer.py
tests/test_policy/__init__.py
tests/test_policy/test_allowlist.py
tests/test_policy/test_baseline.py
tests/test_policy/test_inline.py
tests/test_scanner/__init__.py
tests/test_scanner/test_context.py
tests/test_scanner/test_entropy.py
tests/test_scanner/test_negatives.py
tests/test_scanner/test_rules.py
tests/test_scanner/test_scoring.py