LICENSE
README.md
pyproject.toml
codetruth/__init__.py
codetruth/api.py
codetruth/cli.py
codetruth/mcp_server.py
codetruth.egg-info/PKG-INFO
codetruth.egg-info/SOURCES.txt
codetruth.egg-info/dependency_links.txt
codetruth.egg-info/entry_points.txt
codetruth.egg-info/requires.txt
codetruth.egg-info/top_level.txt
codetruth/core/__init__.py
codetruth/core/cache.py
codetruth/core/config.py
codetruth/core/crossrepo.py
codetruth/core/deletion.py
codetruth/core/evidence.py
codetruth/core/graph.py
codetruth/core/models.py
codetruth/core/plugin.py
codetruth/core/report.py
codetruth/core/scanner.py
codetruth/core/workspace.py
codetruth/languages/__init__.py
codetruth/languages/go/__init__.py
codetruth/languages/javascript/__init__.py
codetruth/languages/javascript/edges.py
codetruth/languages/javascript/extractor.py
codetruth/languages/javascript/plugin.py
codetruth/languages/javascript/resolve.py
codetruth/languages/javascript/rules.py
codetruth/languages/python/__init__.py
codetruth/languages/python/edges.py
codetruth/languages/python/extractor.py
codetruth/languages/python/plugin.py
codetruth/languages/python/rules.py
codetruth/rules/python/common_dynamic.yaml
codetruth/rules/python/django.yaml
codetruth/rules/python/fastapi.yaml
codetruth/rules/python/orm_web.yaml
codetruth/runtime/__init__.py
tests/test_api_cli.py
tests/test_cache.py
tests/test_config_strict.py
tests/test_deletion_plan.py
tests/test_evidence.py
tests/test_extractor.py
tests/test_javascript.py
tests/test_javascript_frameworks.py
tests/test_javascript_resolve.py
tests/test_reporting.py
tests/test_rule_packs.py
tests/test_runtime.py
tests/test_validation.py
tests/test_workspace.py