LICENSE
NOTICE
README.md
pyproject.toml
src/glyphhound/__init__.py
src/glyphhound/__main__.py
src/glyphhound/cli.py
src/glyphhound/scan.py
src/glyphhound.egg-info/PKG-INFO
src/glyphhound.egg-info/SOURCES.txt
src/glyphhound.egg-info/dependency_links.txt
src/glyphhound.egg-info/entry_points.txt
src/glyphhound.egg-info/requires.txt
src/glyphhound.egg-info/top_level.txt
src/glyphhound/acquire/__init__.py
src/glyphhound/acquire/gguf.py
src/glyphhound/acquire/hf_source.py
src/glyphhound/acquire/models.py
src/glyphhound/acquire/ollama.py
src/glyphhound/analyze/__init__.py
src/glyphhound/analyze/models.py
src/glyphhound/analyze/sinks.py
src/glyphhound/analyze/taint.py
src/glyphhound/parse/__init__.py
src/glyphhound/parse/deobfuscate.py
src/glyphhound/parse/jinja_ast.py
src/glyphhound/report/__init__.py
src/glyphhound/report/human.py
src/glyphhound/report/json_report.py
src/glyphhound/report/models.py
src/glyphhound/report/sarif.py
src/glyphhound/sandbox/__init__.py
src/glyphhound/sandbox/_child.py
src/glyphhound/sandbox/confirmer.py
src/glyphhound/sandbox/harden.py
src/glyphhound/sandbox/policy.py
tests/test_analyze.py
tests/test_benchmark.py
tests/test_catalog_phase12.py
tests/test_cli_scan.py
tests/test_const_propagation_phase13.py
tests/test_corpus_fp.py
tests/test_deobfuscate_phase10.py
tests/test_deobfuscate_phase16.py
tests/test_generation.py
tests/test_gguf_acquire.py
tests/test_hf_source.py
tests/test_hf_source_phase17.py
tests/test_ollama_acquire.py
tests/test_parse.py
tests/test_phase15.py
tests/test_phase18.py
tests/test_phase19.py
tests/test_phase20.py
tests/test_prevalence_report.py
tests/test_report.py
tests/test_sandbox.py
tests/test_scale_scan.py
tests/test_score_yardstick.py